API ECLAIRE
The ECLAIRE open API ("Essais Cliniques Accessibles Interconnectés pour la Recherche ouverts à l'Écosystème") exposes information on clinical trials conducted in France, drawn from the national information system covering research involving human subjects. Built according to the FHIR interoperability standard, it allows structured, machine-readable access to clinical trial data such as study identifiers, sponsors, and trial status. The service is published by the French government and provides free access without authentication. It is intended to support interconnection between healthcare and research systems, facilitating discovery and reuse of clinical trial information by the research ecosystem.L’open API ECLAIRE (« Essais Cliniques Accessibles Interconnectés pour la Recherche ouverts à l'Ecosystème »), développée selon le standard d'interopérabilité FHIR, permet d'exposer des informations sur les études cliniques menées en France, issues du système d'information des recherches impliquant…
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (9 fields)
| Field | Type | Description |
|---|---|---|
| id | string | Unique FHIR resource identifier for the study record.Unique FHIR resource identifier for the study record. |
| identifier | string | Study reference number, e.g. CTIS, DM, or JARDE identifier.e.g. CTIS : `2022-500014-26-00` | DM : `2021-A01861-40` | JARDE : `2021-000304-38` |
| status | string | Current status of the clinical study (e.g. active, completed, withdrawn).`completed` | `approved` | `active` | `temporarily-closed-to-accrual` | `administratively-completed` | `withdrawn` |
| _include | string | FHIR search parameter to include related resources, e.g. '*' for all.`*` |
| _lastUpdatedLast updated | string | Filters results by last update date using a comparison operator.e.g. : (`eq` | `ne` | `lt` | `le` | `gt` | `ge`)`2019-10-18` |
| _sort | string | Field used to sort search results, e.g. by last update date.`meta.lastUpdated` |
| _text | string | Full-text search query supporting boolean operators like AND/OR.e.g. : `mot1 AND (mot2 OR mot3)` |
| _content | string | Search query on resource content supporting boolean operators.e.g. : `mot1 AND (mot2 OR mot3)` |
| _count | number | Number of results to return per page, from 1 to 100, default 20.De `1` à `100`, valeur par défaut `20` si vide |
Schema captured from openapi 26 days ago.
Verification Status
Using the API
Configuration
- Base URL
- https://eclaire-api.sante.gouv.fr/
- Format
- openapi
Query examples
curl -s 'https://eclaire-api.sante.gouv.fr/api-json' -H 'Accept: application/json'Machine-readable API description (use it to generate clients).
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.