Hotel is a JSON Structure definition published by Starwood Hotels and Resorts.
{
"name": "Hotel",
"description": "Starwood Hotels and Resorts hotel property structure",
"properties": [
{ "name": "id", "type": "string", "description": "Unique hotel identifier" },
{ "name": "name", "type": "string", "description": "Hotel name" },
{ "name": "brand", "type": "string", "description": "Starwood brand code (SH, WI, WH, etc.)" },
{ "name": "brandName", "type": "string", "description": "Full brand name" },
{ "name": "category", "type": "integer", "description": "SPG category 1-7" },
{ "name": "thumbnail", "type": "string", "description": "Image URL" },
{ "name": "address", "type": "string", "description": "Street address" },
{ "name": "city", "type": "string", "description": "City" },
{ "name": "state", "type": "string", "description": "State or province" },
{ "name": "country", "type": "string", "description": "ISO country code" },
{ "name": "zipcode", "type": "string", "description": "Postal code" },
{ "name": "phone", "type": "string", "description": "Phone number" },
{ "name": "fax", "type": "string", "description": "Fax number" },
{ "name": "description", "type": "string", "description": "Property description" },
{ "name": "latitude", "type": "number", "description": "Geographic latitude" },
{ "name": "longitude", "type": "number", "description": "Geographic longitude" },
{ "name": "bestRate", "type": "number", "description": "Best available rate per night" },
{ "name": "currency", "type": "string", "description": "Rate currency" },
{ "name": "redeemPoints", "type": "integer", "description": "SPG points for award night" },
{ "name": "redeemCashPoints", "type": "integer", "description": "SPG points for cash+points" },
{ "name": "amenities", "type": "array", "description": "Amenity code list" }
]
}
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/starwood-hotel-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 email required.
A second provider on the same verified email joins the account you already have.