{
  "name": "Texas Toll Gantry API",
  "description": "Toll gantries, plazas, and rates across Texas tollway authorities.",
  "generated": "2026-04-18T18:53:59Z",
  "record_count": 1155,
  "authorities": [
    "BCTRA",
    "CCRMA",
    "CTRMA",
    "CTRMA/TxDOT (Austin)",
    "Cameron CIBS",
    "City of Del Rio",
    "City of Donna / Donna International Bridge LLC",
    "City of Eagle Pass",
    "City of El Paso",
    "City of Laredo Bridge System",
    "City of McAllen",
    "City of McAllen / Mission",
    "City of Pharr",
    "City of Presidio / INDAABIN",
    "City of Roma",
    "FBCTRA",
    "FBGPTRA",
    "GSA/Federal",
    "Galveston Co RD1",
    "HCTRA",
    "LBJIG",
    "MCTRA",
    "NETRMA",
    "NTEMP",
    "NTTA",
    "OSM-unclassified",
    "Progreso International Bridge LLC",
    "SH130CC",
    "Starr-Camargo Bridge Co",
    "State of Texas",
    "TPWD",
    "TxDOT",
    "TxDOT/INDAABIN"
  ],
  "endpoints": {
    "GET /authorities": "list authorities and record counts",
    "GET /roads?authority=NTTA": "list roads, optionally filter by authority",
    "GET /gantries?authority=&road=&has_coords=true&limit=100&offset=0": "list gantries with filters",
    "GET /gantries/:id": "single gantry by id (OSM id or synthetic)",
    "GET /nearest?lat=32.78&lon=-96.8&radius_km=10&limit=10": "find gantries near a point",
    "GET /stats": "summary counts"
  },
  "repo": "https://github.com/yourname/TollAPI"
}