
AirConcierge Public API
The AirConcierge Public API provides access to public concierge listings in France. It is designed to be simple to integrate and easy to query.
What you can do
- Search concierge companies by text, location, and services
- Paginate through results
- Fetch one concierge profile by ID
- Read the OpenAPI schema for typed integrations
Available endpoints
GET /api- Returns the API index with
?format=json - Redirects browser requests to localized docs
- Returns the API index with
GET /api/openapi- Returns the OpenAPI 3.1 schema
GET /api/concierges- Lists and filters public concierge records
GET /api/concierges/{id}- Returns one public concierge record
Main query parameters
GET /api/concierges supports:
q: text searchlocation: location filterservices: comma-separated service listlimit: page size (max 50)offset: pagination offsetlang:enorfr
Response format
List responses include:
data: concierge recordspagination:limit,offset,returned,total,hasMorelanguage: selected localization
Profile fields include public business information such as id, businessName, location, services, website, description, rating, and reviewCount.
Authentication and errors
Public API endpoints are currently open.
You should still handle:
429(rate limit)5xx(temporary server errors)
OpenAPI and docs
- JSON index:
/api?format=json - OpenAPI schema:
/api/openapi - Human docs:
/en/apiand/fr/api
Conclusion
AirConcierge Public API gives a clean and practical interface to discover concierge providers and build integrations on top of structured public data.
Take the next step
Compare concierge services and get a quote tailored to your property.
