{
  "id": "9a0d184c-e00f-4786-9c7f-8a105bf634a6",
  "slug": "lta-datamall-train-service-alerts",
  "name": "LTA DataMall Train Service Alerts",
  "provider": "Land Transport Authority (LTA)",
  "category_slug": "transport",
  "description": "Real-time MRT and LRT service status, including disruption details, affected segments and free shuttle information. Returns an all-clear status when trains run normally.",
  "base_url": "https://datamall2.mytransport.sg/ltaodataservice/TrainServiceAlerts",
  "docs_url": "https://datamall.lta.gov.sg/content/datamall/en.html",
  "openapi_url": null,
  "auth_type": "api_key",
  "auth_guide": [
    "Request API access at datamall.lta.gov.sg (free, automated form).",
    "Receive your AccountKey by email.",
    "Send it as the AccountKey header on each request."
  ],
  "pricing": "free",
  "rate_limit": null,
  "example_request": "curl -H 'AccountKey: YOUR_ACCOUNT_KEY' -H 'accept: application/json' 'https://datamall2.mytransport.sg/ltaodataservice/TrainServiceAlerts'",
  "example_response_snippet": "{\"value\":{\"Status\":1,\"AffectedSegments\":[],\"Message\":[]}}",
  "agent_notes": "Status 1 means normal service, 2 means disruption. Poll sparingly; disruptions are rare and the payload is tiny.",
  "status": "live",
  "tags": [
    "mrt",
    "train",
    "disruption",
    "datamall"
  ],
  "sg_official": true,
  "created_at": "2026-07-05T08:44:12.024Z",
  "updated_at": "2026-07-05T09:15:26.598Z",
  "page_url": "https://singaporeapi.com/apis/lta-datamall-train-service-alerts"
}