Covid-19 vaccination data by department - FranceDonnées relatives aux vaccinations par département - Covid-19 - France
Données relatives aux vaccinations par département - Covid-19 - FranceCovid-19 vaccination data by department - France
This API provides near real-time (J-1) data on Covid-19 vaccinations in France, sourced from the Vaccin Covid information system fed by healthcare professionals administering vaccinations. It counts the number of people who received a Covid-19 vaccine dose, broken down by department, age, and sex, and takes into account the number of doses received. The dataset is published on the public Opendatasoft portal and is useful for monitoring vaccination progress and coverage across French departments over time.Les données issues du système d’information Vaccin Covid, alimenté par les professionnels de santé réalisant les vaccinations, permettent de dénombrer en temps quasi réel (J-1), le nombre de personnes ayant reçu une injection de vaccin anti-covid en tenant compte du nombre de doses reçues, de l’â...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (27 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| date | date | Date of the vaccination data record.Date of the vaccination data record. |
| n_dose1Nombre de doses n°1 | int | Number of first vaccine doses administered on this day.administrées ce jour |
| n_cum_dose1Nombre cumulé de doses n°1 | int | Cumulative number of first doses administered since vaccination began.administrées du début de la vaccination jusqu'à ce jour inclus |
| variableType de variable | text | Category type used to break down the data, e.g. by age group.Category type used to break down the data, e.g. by age group. |
| variable_valValeur de la variable | int | Numeric code identifying the breakdown category value.Numeric code identifying the breakdown category value. |
| variable_labelLibellé de la variable | text | Label describing the breakdown category, e.g. an age range.Label describing the breakdown category, e.g. an age range. |
| dep_nameNom Officiel Département | text | Official name of the French department.Official name of the French department. |
| reg_codeCode Officiel Région | text | Official code of the French region.Official code of the French region. |
| reg_nameNom Officiel Région | text | Official name of the French region.Official name of the French region. |
| dep_codeCode Officiel Département | text | Official code of the French department.Official code of the French department. |
| n_completNombre de vaccinations complètes (doses n°2) | int | Number of people completing full vaccination (second dose) on this day.administrées ce jour |
| n_rappelNombre de personnes vaccinées avec une dose de rappel (3e dose) | int | Number of people receiving a first booster (third) dose on this day.Number of people receiving a first booster (third) dose on this day. |
| n_2_rappelNombre de personnes vaccinées avec une deuxième dose de rappel (4e dose) | int | Number of people receiving a second booster (fourth) dose on this day.Number of people receiving a second booster (fourth) dose on this day. |
| n_rappel_bivNombre de doses de rappel bivalent | int | Number of bivalent booster doses administered on this day.Number of bivalent booster doses administered on this day. |
| n_3_rappelNombre de personnes ayant reçu une troisième dose de rappel | int | Number of people receiving a third booster dose on this day.Number of people receiving a third booster dose on this day. |
| n_cum_completNombre cumulé de vaccinations complètes (doses n°2) | int | Cumulative number of people fully vaccinated (second dose) since start.administrées du début de la vaccination jusqu'à ce jour inclus |
| n_cum_rappelNombre cumulé de personnes vaccinées avec une dose de rappel (3e dose) | int | Cumulative number of people with a first booster (third) dose since start.Cumulative number of people with a first booster (third) dose since start. |
| n_cum_2_rappelNombre cumulé de personnes vaccinées avec une deuxième dose de rappel (4e dose) | int | Cumulative number of people with a second booster (fourth) dose since start.Cumulative number of people with a second booster (fourth) dose since start. |
| n_cum_rappel_bivNombre cumulé de personnes vaccinées avec une dose de rappel bivalent | int | Cumulative number of people with a bivalent booster dose since start.Cumulative number of people with a bivalent booster dose since start. |
| n_cum_3_rappelNombre cumulé de personnes ayant reçu une troisième dose de rappel | int | Cumulative number of people with a third booster dose since start.Cumulative number of people with a third booster dose since start. |
| couv_dose1Couverture vaccinale partielle (dose n°1) | double | Vaccination coverage rate for at least one dose.Vaccination coverage rate for at least one dose. |
| couv_completCouverture vaccinale complète (dose n°2) | double | Vaccination coverage rate for full primary vaccination (second dose).Vaccination coverage rate for full primary vaccination (second dose). |
| couv_rappelCouverture vaccinale rappel/3e dose | double | Vaccination coverage rate for the first booster (third) dose.Vaccination coverage rate for the first booster (third) dose. |
| couv_2_rappelCouverture vaccinale 2e rappel/4e dose | double | Vaccination coverage rate for the second booster (fourth) dose.Vaccination coverage rate for the second booster (fourth) dose. |
| couv_rappel_bivCouverture vaccinale du rappel bivalent | double | Vaccination coverage rate for the bivalent booster dose.Vaccination coverage rate for the bivalent booster dose. |
| couv_3_rappelCouverture vaccinale de la troisième dose de rappel | double | Vaccination coverage rate for the third booster dose.Vaccination coverage rate for the third booster dose. |
| dep_area_codeCode Iso 3166-3 Zone | text | ISO 3166-3 code identifying the geographic area.ISO 3166-3 code identifying the geographic area. |
Schema captured from opendatasoft 7 days ago.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (5 records)
Record 1date: 2021-01-03 · n_dose1: 0
{
"date": "2021-01-03",
"n_dose1": 0,
"dep_code": "01",
"dep_name": "Ain",
"n_rappel": 0,
"reg_code": "84",
"reg_name": "Auvergne-Rhône-Alpes",
"variable": "Par tranche d’âge",
"n_complet": 0,
"couv_dose1": 0,
"n_2_rappel": 0,
"n_3_rappel": 0,
"couv_rappel": 0,
"n_cum_dose1": 0,
"couv_complet": 0,
"n_cum_rappel": 0,
"n_rappel_biv": 0,
"variable_val": 4,
"couv_2_rappel": 0,
"couv_3_rappel": 0,
"dep_area_code": "FXX",
"n_cum_complet": 0,
"n_cum_2_rappel": 0,
"n_cum_3_rappel": 0,
"variable_label": "0-4",
"couv_rappel_biv": 0,
"n_cum_rappel_biv": 0
}Record 2date: 2021-01-08 · n_dose1: 0
{
"date": "2021-01-08",
"n_dose1": 0,
"dep_code": "01",
"dep_name": "Ain",
"n_rappel": 0,
"reg_code": "84",
"reg_name": "Auvergne-Rhône-Alpes",
"variable": "Par tranche d’âge",
"n_complet": 0,
"couv_dose1": 0,
"n_2_rappel": 0,
"n_3_rappel": 0,
"couv_rappel": 0,
"n_cum_dose1": 0,
"couv_complet": 0,
"n_cum_rappel": 0,
"n_rappel_biv": 0,
"variable_val": 4,
"couv_2_rappel": 0,
"couv_3_rappel": 0,
"dep_area_code": "FXX",
"n_cum_complet": 0,
"n_cum_2_rappel": 0,
"n_cum_3_rappel": 0,
"variable_label": "0-4",
"couv_rappel_biv": 0,
"n_cum_rappel_biv": 0
}Record 3date: 2021-02-23 · n_dose1: 0
{
"date": "2021-02-23",
"n_dose1": 0,
"dep_code": "01",
"dep_name": "Ain",
"n_rappel": 0,
"reg_code": "84",
"reg_name": "Auvergne-Rhône-Alpes",
"variable": "Par tranche d’âge",
"n_complet": 0,
"couv_dose1": 0,
"n_2_rappel": 0,
"n_3_rappel": 0,
"couv_rappel": 0,
"n_cum_dose1": 1,
"couv_complet": 0,
"n_cum_rappel": 0,
"n_rappel_biv": 0,
"variable_val": 4,
"couv_2_rappel": 0,
"couv_3_rappel": 0,
"dep_area_code": "FXX",
"n_cum_complet": 0,
"n_cum_2_rappel": 0,
"n_cum_3_rappel": 0,
"variable_label": "0-4",
"couv_rappel_biv": 0,
"n_cum_rappel_biv": 0
}Record 4date: 2021-03-19 · n_dose1: 0
{
"date": "2021-03-19",
"n_dose1": 0,
"dep_code": "01",
"dep_name": "Ain",
"n_rappel": 0,
"reg_code": "84",
"reg_name": "Auvergne-Rhône-Alpes",
"variable": "Par tranche d’âge",
"n_complet": 0,
"couv_dose1": 0,
"n_2_rappel": 0,
"n_3_rappel": 0,
"couv_rappel": 0,
"n_cum_dose1": 3,
"couv_complet": 0,
"n_cum_rappel": 0,
"n_rappel_biv": 0,
"variable_val": 4,
"couv_2_rappel": 0,
"couv_3_rappel": 0,
"dep_area_code": "FXX",
"n_cum_complet": 0,
"n_cum_2_rappel": 0,
"n_cum_3_rappel": 0,
"variable_label": "0-4",
"couv_rappel_biv": 0,
"n_cum_rappel_biv": 0
}Record 5date: 2021-05-06 · n_dose1: 0
{
"date": "2021-05-06",
"n_dose1": 0,
"dep_code": "01",
"dep_name": "Ain",
"n_rappel": 0,
"reg_code": "84",
"reg_name": "Auvergne-Rhône-Alpes",
"variable": "Par tranche d’âge",
"n_complet": 0,
"couv_dose1": 0,
"n_2_rappel": 0,
"n_3_rappel": 0,
"couv_rappel": 0,
"n_cum_dose1": 6,
"couv_complet": 0,
"n_cum_rappel": 0,
"n_rappel_biv": 0,
"variable_val": 4,
"couv_2_rappel": 0,
"couv_3_rappel": 0,
"dep_area_code": "FXX",
"n_cum_complet": 0,
"n_cum_2_rappel": 0,
"n_cum_3_rappel": 0,
"variable_label": "0-4",
"couv_rappel_biv": 0,
"n_cum_rappel_biv": 0
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/covid-19-france-vaccinations-age-sexe-dep
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/covid-19-france-vaccinations-age-sexe-dep/records?limit=20' -H 'Accept: application/json'First 20 records of the dataset as JSON.
Uses the Opendatasoft Explore v2.1 syntax — supports select, where, group_by and order_by.
Rate limits
Dataset
Volume & freshness
License
No license declared upstream.
Source: opendatasoft
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.