Station Location
Details about who manages a station
This endpoint returns the details of who manages a specific station.
Please make certain you have read the Conditions of use before using this API.
The output of this endpoint is either a JSON object or null if no station exists for a specified 3Alpha/CRS code.
- code
- 2 letter code for the operator
- name
- The operator's name
- url
- URL to a page with further details
$ curl -s http://api.area51.onl/rail/1/station/MDE/operator | jq '.' { "code": "SE", "name": "Southeastern", "url": "http://www.nationalrail.co.uk/tocs_maps/tocs/SE.aspx" }