Menu

Back
AirConcierge Public API

AirConcierge Public API

AirConcierge

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
  • 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 search
  • location: location filter
  • services: comma-separated service list
  • limit: page size (max 50)
  • offset: pagination offset
  • lang: en or fr

Response format

List responses include:

  • data: concierge records
  • pagination: limit, offset, returned, total, hasMore
  • language: 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/api and /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.

Related articles