Get property by place and property slug
GET/developer/:placeSlug/:propertySlug
Look up a property using its URL-friendly slugs (place and property). Returns the same full detail as getPropertyById. Use this when you have a human-readable URL like "/porlock/meadow-cottage" rather than a numeric ID.
Request
Responses
- 200
- 403
- 404
- 429
Full property details resolved from the slug pair
Invalid API key, IP not whitelisted, or origin not allowed
Property not found for the given slug combination
Rate limit exceeded — check Retry-After header