← Science et espace

Données de vaccination COVID-19

GET /covid/vaccines

Couverture vaccinale mondiale contre la COVID-19 sur les 30 derniers jours, présentant les doses administrées au quotidien et cumulées dans le monde. Utile pour suivre la progression de la vaccination et pour la recherche en santé publique.

Exemples de requêtes

Utilisation de base
curl https://nordapi.ee/api/v1/covid/vaccines

Réponse en direct

{
  "count": 30,
  "data": [
    {
      "daily": 0,
      "date": "6/22/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "6/23/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "6/24/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "6/25/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "6/26/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "6/27/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "6/28/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "6/29/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "6/30/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/1/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/2/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/3/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/4/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/5/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/6/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/7/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/8/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/9/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/10/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/11/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/12/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/13/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/14/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/15/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/16/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/17/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/18/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/19/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/20/25",
      "total": 13578774356
    },
    {
      "daily": 0,
      "date": "7/21/25",
      "total": 13578774356
    }
  ],
  "success": true
}