NRE Darwin Web Service (Staff): Difference between revisions
PeterHicks (talk | contribs) m Add Java example |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
== API == | == API == | ||
Documentation for the LDB-SV can be found here [[Media:LDB-SV User Guide.gz|LDB-SV User Guide]]. | Documentation for the LDB-SV can be found [http://lite.realtime.nationalrail.co.uk/openldbsvws/ here]. A previous edition as a PDF document from May 2016 can be found here: [[Media:LDB-SV User Guide.gz|LDB-SV User Guide]]. | ||
Further guidance and advice can be found here [[Media:LDBSVWS - Guidance Note v1.doc.gz|LDBSVWS - Guidance Note v1]]. Whilst last updated in 2014, much of the information is still current and correct. An updated version will be added to this site in due course. | Further guidance and advice can be found here [[Media:LDBSVWS - Guidance Note v1.doc.gz|LDBSVWS - Guidance Note v1]]. Whilst last updated in 2014, much of the information is still current and correct. An updated version will be added to this site in due course. | ||
The API uses [http://en.wikipedia.org/wiki/SOAP SOAP], which is not necessarily a developer's first choice. | The API uses [http://en.wikipedia.org/wiki/SOAP SOAP], which is not necessarily a developer's first choice. Check out the cross-platform [https://unop.uk/huxley-2-new-updates/ Huxley 2] API proxy, which can be used to put a lightweight JSON endpoint in front of the API. | ||
Example code to consume the service is available for the following languages: | Example code to consume the service is available for the following languages: | ||
Line 22: | Line 22: | ||
The OpenLDB (Staff) provides SOAP 1.1 and 1.2 endpoints which supports the following operations; | The OpenLDB (Staff) provides SOAP 1.1 and 1.2 endpoints which supports the following operations; | ||
=== Arrivals at a location === | |||
* [[GetArrBoardWithDetails]] | |||
* [[GetArrDepBoardWithDetails]] | |||
* [[GetArrivalBoardByX | GetArrivalBoardByCRS]] | |||
* [[GetArrivalBoardByX | GetArrivalBoardByTIPLOC]] | |||
* [[GetArrivalDepartureBoardByX | GetArrivalDepartureBoardByCRS]] | |||
* [[GetArrivalDepartureBoardByX | GetArrivalDepartureBoardByTIPLOC]] | |||
=== Departures from a location === | |||
* [[GetDepartureBoardByX | GetDepartureBoardByCRS]] | |||
* [[GetDepartureBoardByX | GetDepartureBoardByTIPLOC]] | |||
* [[GetDepBoardWithDetails]] | |||
* [[GetFastestDepartures]] | |||
* [[GetFastestDeparturesWithDetails]] | |||
* [[GetNextDepartures]] | |||
* [[GetNextDeparturesWithDetails]] | |||
=== Individual services === | |||
* [[GetServiceDetailsByRID]] | |||
* [[QueryServices]] | |||
=== Historic data === | |||
* [[GetHistoricDepartureBoard]] | |||
* [[GetHistoricServiceDetails]] | |||
* [[GetHistoricTimeLine]] | |||
* [[QueryHistoricServices]] | |||
=== Reference data === | |||
* [[GetSourceInstanceNames]] | |||
* [[GetStationList]] | |||
* [[GetTOCList]] | |||
* [[GetDisruptionList]] | |||
* [[GetReasonCodeList]] | |||
* [[GetReasonCode]] | |||
{{Navtable-NreDataFeeds}} | {{Navtable-NreDataFeeds}} | ||
[[Category:National Rail Enquiries Data Feeds]] | [[Category:National Rail Enquiries Data Feeds]] |
Latest revision as of 12:09, 6 January 2022
About
The Darwin Web Service (Staff) is a SOAP API which allows access to more detailed information about arrivals and departures from a station. The additional data available includes train reporting numbers (colloquially called 'headcodes'), schedule UIDs and Retail Service IDs (RSID), plus passing points for trains.
This is the same data that is presented on the Darwin Web Service (Public), but in greater detail.
Having problems with the API? Check out the troubleshooting notes.
API
Documentation for the LDB-SV can be found here. A previous edition as a PDF document from May 2016 can be found here: LDB-SV User Guide. Further guidance and advice can be found here LDBSVWS - Guidance Note v1. Whilst last updated in 2014, much of the information is still current and correct. An updated version will be added to this site in due course.
The API uses SOAP, which is not necessarily a developer's first choice. Check out the cross-platform Huxley 2 API proxy, which can be used to put a lightweight JSON endpoint in front of the API.
Example code to consume the service is available for the following languages:
Detail
The OpenLDB (Staff) provides SOAP 1.1 and 1.2 endpoints which supports the following operations;
Arrivals at a location
- GetArrBoardWithDetails
- GetArrDepBoardWithDetails
- GetArrivalBoardByCRS
- GetArrivalBoardByTIPLOC
- GetArrivalDepartureBoardByCRS
- GetArrivalDepartureBoardByTIPLOC
Departures from a location
- GetDepartureBoardByCRS
- GetDepartureBoardByTIPLOC
- GetDepBoardWithDetails
- GetFastestDepartures
- GetFastestDeparturesWithDetails
- GetNextDepartures
- GetNextDeparturesWithDetails
Individual services
Historic data
Reference data
National Rail Enquiries Data Feeds | |
---|---|
Data Feeds | About the Feeds • Darwin Webservice (Public) • Darwin Webservice (Staff) • Historical Service Performance • Push Port • KnowledgeBase • DTD • Locations (PoC) • Real Time Journey Planner |
LDB API | About |
LDB-SV API | About |
HSP | About |
DTD | About • Fares • Timetable |
Push Port | About • XML Schemas • Schedules • Associations • Train Status • Station Messages • Alarms • Train Order • Train Alerts • Formations • Formation loading |