{
  "id": "91a52b42-34d9-47af-bb3e-0691b85eca75",
  "slug": "lta-taxi-availability",
  "name": "Taxi Availability (Live Positions)",
  "provider": "LTA via data.gov.sg",
  "category_slug": "transport",
  "description": "GeoJSON MultiPoint of every available taxi in Singapore right now, refreshed about every 30 seconds. Thousands of coordinates in a single keyless call.",
  "base_url": "https://api.data.gov.sg/v1/transport/taxi-availability",
  "docs_url": "https://guide.data.gov.sg/developer-guide/api-overview",
  "openapi_url": null,
  "auth_type": "none",
  "auth_guide": [
    "No key needed; the endpoint is public.",
    "Optional: request a data.gov.sg API key for higher rate limits and send it as x-api-key."
  ],
  "pricing": "free",
  "rate_limit": null,
  "example_request": "curl 'https://api.data.gov.sg/v1/transport/taxi-availability'",
  "example_response_snippet": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"geometry\":{\"type\":\"MultiPoint\",\"coordinates\":[[103.6218643561,1.2941372693]]}}]}",
  "agent_notes": "Coordinates are [lng, lat] GeoJSON order. taxi_count lives in properties. Great demo API since it is keyless and visibly live.",
  "status": "live",
  "tags": [
    "taxi",
    "geojson",
    "realtime",
    "lta",
    "no-auth"
  ],
  "sg_official": true,
  "created_at": "2026-07-05T08:44:12.003Z",
  "updated_at": "2026-07-05T09:15:26.576Z",
  "page_url": "https://singaporeapi.com/apis/lta-taxi-availability"
}