Hotels API for AI agents
2 live endpoints on UnifAPI · OpenAPI-published operation billing · one public-data layer for Skills and custom agent workflows.
Search hotels by location and stay dates, then pull full hotel detail by id — class ratings, guest reviews, images and nightly prices.
Use Hotels records as evidence, not glue code.
UnifAPI keeps the public Hotels surface discoverable through MCP and callable over HTTP. Agents can inspect the schema, fetch only the records needed for the task, and return the result with request, pagination, and billing metadata intact.
Fetch public Hotels records when an agent needs source evidence instead of generic web text.
Use the same operation contracts through MCP for exploratory Skills and through HTTP for production integrations.
Combine this platform with the rest of UnifAPI's catalog without changing response envelopes or billing logic.
2 ready-to-call endpoints
Get Hotels detail
Run one live Hotels detail lookup for a hotel id from /hotels/search and receive the full profile, including class rating, address, phone, description, guest reviews, images, and prices.
Search Hotels
Run one live Hotels search and receive ranked hotel listings for a location and stay dates, including hotel id, class rating, guest reviews, and nightly prices. Pass a hotel id to /hotels/info for full details.