Hostelworld API
## Hostelworld API The most complete unofficial **Hostelworld** dataset — 8 endpoints including white-space city review-summaries and city info/districts that no single competitor exposes. ### What you get - **Autocomplete** locations - **Search** hostels & budget hotels with live pricing and ratings - **Property details**, **reviews** (7-category breakdown + guest demographics), and…
Hostelworld API endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
cityReviewsSummary /api/v1/cities/reviews-summary |
City-level aggregate ratings across 9 categories plus recent reviews. (Not offered by competitors.) |
| GET |
propertyLinkups /api/v1/properties/{id}/linkups |
Social meetups, tours, and events (linkups) hosted at the property. |
| GET |
cityInfo /api/v1/cities/info |
City metadata, districts with property counts and prices-from, and curated top properties. (Not offered by competitors.) |
| GET |
propertyDetails /api/v1/properties/{id} |
Full details for a property — descriptions, facilities, images, location, policies, payment methods, lowest price, and review summary. |
| GET |
propertyAvailability /api/v1/properties/{id}/availability |
Availability flag, lowest price per night, free cancellation, and check-in/out times for the given stay. |
| GET |
autocomplete /api/v1/autocomplete |
Resolve a partial location name to matching cities, popular places, and properties with IDs. Use the city name as the `query` for `/search`. |
| GET |
propertyReviews /api/v1/properties/{id}/reviews |
Latest guest reviews with 7-category average ratings, total count, and guest demographics. |
| GET |
searchProperties /api/v1/search |
Search hostels, guesthouses, and budget hotels for a city with live nightly pricing for given dates. Pass a single city name (e.g. `Barcelona`). Returns the first page of… |
Hostelworld API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $18 / month | — |
|
| ULTRA Recommended | $55 / month | — |
|
| MEGA | $199 / month | — |
|