Välkommen till Trafiklab:s användare- och supportforum! Ställ frågor, rapportera problem och hjälp oss med förslag och idéer!
Vid felrapporter ber vi dig inkludera exakt API-namn och om möjligt ett exempelanrop för att underlätta felsökningen. Glöm inte att ta bort din API-nyckel när du delar ditt exempelanrop.
Undrar du hur du får tillgäng Trafiklabs data? Läs vår introduktion här: https://www.trafiklab.se/hur-gor-jag
Welcome to Trafiklab's user and supportforum. Ask questions, report issues and help us improve with suggestions and ideas!
If you open a new issue, please always include the exact API you're talking about, and, if applicable, include a sample request so we can check if contains the right parameters. Don't forget to remove your API keys when sharing example requests.
Välkommen till Trafiklab:s kund- och supportforum! Ställ frågor, rapportera problem och hjälp oss med förslag och idéer!
Platform information for SL is present in the GTFS Regional Static dataset. I am however not sure if platforms for train traffic is updated in the Realtime data (platform information for other transport modes is updated in realtime).
Realtime data for all train traffic can be obtained through trafikverkets API, for example:
https://api.trafikinfo.trafikverket.se/v2/data.json
with the query
<REQUEST>
<LOGIN authenticationkey="API_KEY_FROM_TRAFIKLAB" />
<QUERY objecttype="TrainAnnouncement" schemaversion="1.6" limit="10">
</QUERY>
</REQUEST>
would give you information such as the following:
"ActivityId": "1500adde-0a5d-4065-08d9-c73f12560a25",
"ActivityType": "Avgang",
"Advertised": true,
"AdvertisedTimeAtLocation": "2022-01-09T00:00:00.000+01:00",
"AdvertisedTrainIdent": "1292",
"Canceled": false,
"Deleted": false,
"EstimatedTimeIsPreliminary": false,
"InformationOwner": "Skånetrafiken",
"LocationSignature": "Y",
"MobileWebLink": "http://mobil.skanetrafiken.se",
"ModifiedTime": "2022-01-08T23:00:50.203Z",
"NewEquipment": 0,
"Operator": "ARRIVA",
"PlannedEstimatedTimeAtLocationIsValid": false,
"ScheduledDepartureDateTime": "2022-01-09T00:00:00.000+01:00",
"TechnicalDateTime": "2022-01-09T00:00:00.000+01:00",
"TechnicalTrainIdent": "1292",
"TimeAtLocation": "2022-01-09T00:00:00.000+01:00",
"TimeAtLocationWithSeconds": "2022-01-09T00:00:44.000+01:00",
"TrackAtLocation": "2a",
"TrainOwner": "SKANE",
TrackAtLocation indicates the track at location "Y" (which can be looked up through their API to obtain the public name for the train station)
Regards,
Bert