Travel Center Location
A TA, Petro, or TA Express travel center location with amenities
Travel CentersTruck ServiceRetailFuelLocationsTruckingFleet ManagementFortune 500
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://ta-petro.com/schemas/location",
"title": "Travel Center Location",
"description": "A TA, Petro, or TA Express travel center location with amenities",
"type": "object",
"required": ["id", "name", "brand", "address", "city", "state", "lat", "lon"],
"properties": {
"id": {
"type": "string",
"description": "Unique location identifier"
},
"name": {
"type": "string",
"description": "Location name"
},
"brand": {
"type": "string",
"enum": ["TA", "Petro", "TA Express"],
"description": "Travel center brand"
},
"address": {
"type": "string",
"description": "Street address"
},
"city": {
"type": "string",
"description": "City"
},
"state": {
"type": "string",
"pattern": "^[A-Z]{2}$",
"description": "US state code"
},
"zip": {
"type": "string",
"pattern": "^\\d{5}(-\\d{4})?$",
"description": "ZIP code"
},
"lat": {
"type": "number",
"minimum": 24,
"maximum": 50,
"description": "Latitude (US continental range)"
},
"lon": {
"type": "number",
"minimum": -125,
"maximum": -66,
"description": "Longitude (US continental range)"
},
"phone": {
"type": "string",
"description": "Location phone number"
},
"hours": {
"type": "string",
"description": "Operating hours description"
},
"truck_lanes": {
"type": "integer",
"minimum": 0,
"description": "Number of diesel truck fuel lanes"
},
"truck_parking_spaces": {
"type": "integer",
"minimum": 0,
"description": "Number of truck parking spaces"
},
"amenities": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of available amenities"
}
}
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/travelcenters-of-america-location"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.