Skip to main content

API integration

Getting started

1. Create an API key

Sign in and create an API key in your profile.

2. Make the first request

curl -H "X-API-Key: YOUR_KEY" \
https://api.my-playrooms.de/api/HostArea/Playrooms

3. Process the response

{
"data": [
{
"id": "pl_123",
"name": "Lustspielzimmer",
"city": "Berlin",
"price_per_night": 150
}
]
}

Rate limits

  • 100 requests per minute
  • 10,000 requests per day

Error handling

CodeDescription
401Not authenticated
403Not permitted
404Not found
429Rate limit exceeded