Skip to content

Search stops served by a line #4

Description

@helloIAmPau

An user makes a GET request on /buses/:busid in order to obtain the list of stops served by that line. The response is shaped as a JSON array similar to the following:

[
  ...,
  {
    stopname: "stop name",
    stopnumber: 9999,
    position: {
      lat: 99.9999,
      lon: 99.9999
    }
  },
  ...
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions