The Feed
This is the method used to access the MARTA Rail Realtime RESTful data:
GetRealtimeArrivals — returns real-time train arrivals for all MARTA train stations:
https://developerservices.itsmarta.com:18096/itsmarta
/railrealtimearrivals/developerservices/traindata?apiKey=xxxx-xxxx-xxxx-xxxx
About
The MARTA Rail Realtime RESTful data web service provides real-time train arrival information for MARTA stations. To use the service in your application, you need to
sign up for the API key.
Sample Response
{
"DESTINATION": "Airport",
"DIRECTION": "S",
"EVENT_TIME": "01/23/2025 11:50:06 AM",
"IS_REALTIME": "true",
"LINE": "RED",
"NEXT_ARR": "11:52:49 AM",
"STATION": "AIRPORT STATION",
"TRAIN_ID": "401",
"WAITING_SECONDS": "107",
"WAITING_TIME": "1 min",
"DELAY": "T582S",
"LATITUDE": "33.660274",
"LONGITUDE": "-84.447091"
}