Travel Center Location is a JSON Structure definition published by TravelCenters of America.
{
"name": "Travel Center Location",
"description": "Structure of a TA/Petro travel center location",
"fields": [
{"name": "id", "type": "string", "required": true, "description": "Location identifier"},
{"name": "name", "type": "string", "required": true, "description": "Location name"},
{"name": "brand", "type": "enum(TA|Petro|TA Express)", "required": true, "description": "Brand"},
{"name": "address", "type": "string", "required": true, "description": "Street address"},
{"name": "city", "type": "string", "required": true, "description": "City"},
{"name": "state", "type": "string", "required": true, "description": "US state code"},
{"name": "zip", "type": "string", "required": false, "description": "ZIP code"},
{"name": "lat", "type": "number", "required": true, "description": "Latitude"},
{"name": "lon", "type": "number", "required": true, "description": "Longitude"},
{"name": "phone", "type": "string", "required": false, "description": "Phone number"},
{"name": "hours", "type": "string", "required": false, "description": "Operating hours"},
{"name": "truck_lanes", "type": "integer", "required": false, "description": "Number of truck fuel lanes"},
{"name": "truck_parking_spaces", "type": "integer", "required": false, "description": "Truck parking capacity"},
{"name": "amenities", "type": "array<string>", "required": false, "description": "Available amenities"}
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/travelcenters-of-america-location-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.