Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Get Airbnb room calendar API Playground
Returns public calendar month hints parsed from Airbnb room bootstrap data.
GETapiKey5 credits/requestairbnb.CalendarResponseAirbnb
Endpoint details
Returns public calendar month hints parsed from Airbnb room bootstrap data.
- Method
- GET
- Path
- /airbnb/room/{id}/calendar
- Authentication
- apiKey
- Credit cost
- 5 credits/request
- Platform
- Airbnb
- Parameters
- 2 documented fields
Request parameters
id:pathx-api-key:header
Response schema fields
idmonthsmonths[].monthmonths[].year
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"id": "12345678",
"months": [
{
"month": "june",
"year": 2026
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/airbnb/room/<id>/calendar" \
-H "x-api-key: <api-key>"