v1

latestOpenAPI 3.0.02026-07-1710918.8 KB
general

System status

get/v2/status

Response

Default response

arrivals'UNKNOWN' | 'DOWN' | 'RECOVERING' | 'UP'

System status:

  • UNKNOWN - Insufficient information to determine whether system is UP or DOWN
  • DOWN - Component is down (downtime detected)
  • RECOVERING - Component is receiving data, but not long enough to consider it UP
  • UP - Component is receiving data
departures'UNKNOWN' | 'DOWN' | 'RECOVERING' | 'UP'

System status:

  • UNKNOWN - Insufficient information to determine whether system is UP or DOWN
  • DOWN - Component is down (downtime detected)
  • RECOVERING - Component is receiving data, but not long enough to consider it UP
  • UP - Component is receiving data
services'UNKNOWN' | 'DOWN' | 'RECOVERING' | 'UP'

System status:

  • UNKNOWN - Insufficient information to determine whether system is UP or DOWN
  • DOWN - Component is down (downtime detected)
  • RECOVERING - Component is receiving data, but not long enough to consider it UP
  • UP - Component is receiving data

Example response

{
  "arrivals": "UP",
  "departures": "UP",
  "services": "UP"
}