Two endpoints let you fetch reference hotel data directly. Use the single-hotel endpoint when you need to look up a known hotel by its UUID. Use the presigned URL endpoint to download the complete inventory file — useful for bulk ingestion, offline processing, or building your own index.Documentation Index
Fetch the complete documentation index at: https://docs.mapping.travel/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/reference/
Retrieve full detail for a single reference hotel by its UUID.Path parameters
The UUID of the reference hotel.
Response
Hotel UUID.
Hotel display name.
Country name.
City name.
Region or state.
Star rating.
Latitude coordinate, if available.
Longitude coordinate, if available.
Additional hotel metadata and embeddings.
Errors
| Status | Description |
|---|---|
404 Not Found | No hotel found for the given UUID. |
Example
GET /api/v1/reference
Get a presigned URL to download the latest reference hotel inventory file.Query parameters
How many minutes the presigned URL remains valid. Defaults to 60.
Response
Presigned URL for downloading the reference inventory file directly. Valid for
expirationMinutes minutes. No additional Authorization header is needed when fetching this URL.Errors
| Status | Description |
|---|---|
401 Unauthorized | Missing or invalid bearer token. |
404 Not Found | No reference inventory has been generated yet. Check back after the first export completes. |