← Wissenschaft & Weltraum

Bevorstehende Starts

GET /space/launches/upcoming

Erhalten Sie eine list of scheduled upcoming rocket launches from around the world, einschließlich mission names, launch providers, rocket types, planned launch dates, und launch sites. Umfasst all major space agencies (NASA, ESA, JAXA) und private companies (SpaceX, Rocket Lab, Blue Origin). Nützlich für launch countdown apps, space event calendars, und aerospace enthusiast communities.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/space/launches/upcoming

Live-Antwort

{
  "count": 10,
  "data": [
    {
      "date_utc": "2022-11-01T13:41:00.000Z",
      "details": null,
      "name": "USSF-44"
    },
    {
      "date_utc": "2022-10-20T14:50:00.000Z",
      "details": null,
      "name": "Starlink 4-36 (v1.5)"
    },
    {
      "date_utc": "2022-10-08T23:05:00.000Z",
      "details": null,
      "name": "Galaxy 33 (15R) & 34 (12R)"
    },
    {
      "date_utc": "2022-10-15T05:22:00.000Z",
      "details": null,
      "name": "Hotbird 13F"
    },
    {
      "date_utc": "2022-11-03T03:24:00.000Z",
      "details": null,
      "name": "Hotbird 13G"
    },
    {
      "date_utc": "2022-11-08T00:00:00.000Z",
      "details": null,
      "name": "Galaxy 31 (23R) & 32 (17R)"
    },
    {
      "date_utc": "2022-11-15T00:00:00.000Z",
      "details": null,
      "name": "Eutelsat 10B"
    },
    {
      "date_utc": "2022-11-22T00:00:00.000Z",
      "details": null,
      "name": "ispace Mission 1 & Rashid"
    },
    {
      "date_utc": "2022-11-18T22:00:00.000Z",
      "details": null,
      "name": "CRS-26"
    },
    {
      "date_utc": "2022-11-01T00:00:00.000Z",
      "details": null,
      "name": "Starlink 4-37 (v1.5)"
    }
  ],
  "success": true
}