← Islande

Événements sismiques de l'office météorologique

GET /iceland/vedur/quakes/events

Événements sismiques de l'office météorologique islandais entre deux horodatages. Par défaut, les dernières 48 heures. Source : api.vedur.is (sans authentification).

Paramètres

start_time optionnel

ISO8601 YYYY-MM-DDTHH:MM:SS

end_time optionnel

ISO8601 YYYY-MM-DDTHH:MM:SS

Exemples de requêtes

Utilisation de base
curl https://nordapi.ee/api/v1/iceland/vedur/quakes/events

Réponse en direct

{
  "data": {
    "features": [
      {
        "geometry": {
          "coordinates": [
            -21.973248,
            64.015739
          ],
          "type": "Point"
        },
        "properties": {
          "depth": 0.0,
          "evaluation_mode": "manual",
          "event_id": "IMO2026pqofix",
          "magnitude": -0.21478,
          "region": "Kleifarvatn",
          "time": "2026-08-10T11:25:37.456629Z",
          "type": "not locatable",
          "updated_time": "2026-08-10T14:38:29.844777Z"
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            -21.370548,
            64.381729
          ],
          "type": "Point"
        },
        "properties": {
          "depth": 0.0,
          "evaluation_mode": "automatic",
          "event_id": "IMO2026pselso",
          "magnitude": 0.799915,
          "region": "Borgarfjörður",
          "time": "2026-08-11T08:40:16.380649Z",
          "type": "not locatable",
          "updated_time": "2026-08-11T14:33:14.878319Z"
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            -21.141388,
            64.024208
          ],
          "type": "Point"
        },
        "properties": {
          "depth": 6.86736,
          "evaluation_mode": "manual",
          "event_id": "IMO2026pslwdk",
          "magnitude": 0.198067,
          "region": "Hengill",
          "time": "2026-08-11T12:23:34.141141Z",
          "type": "earthquake",
          "updated_time": "2026-08-11T12:44:39.515737Z"
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            -21.473898,
            64.028221
          ],
          "type": "Point"
        },
        "properties": {
          "depth": 1.036584,
          "evaluation_mode": "automatic",
          "event_id": "IMO2026pstasz",
          "magnitude": 1.208434,
          "region": "Hengill",
          "time": "2026-08-11T16:00:06.36197Z",
          "type": null,
          "updated_time": "2026-08-11T16:02:05.276792Z"
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            -21.724352,
            64.566315
          ],
          "type": "Point"
        },
        "properties": {
          "depth": 0.0,
          "evaluation_mode": "automatic",
          "event_id": "IMO2026ptdeyj",
          "magnitude": -0.122504,
          "region": "Borgarfjörður",
          "time": "2026-08-11T21:06:42.726487Z",
          "type": null,
          "updated_time": "2026-08-11T21:07:14.187106Z"
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            -21.753851,
            64.592079
          ],
          "type": "Point"
        },
        "properties": {
          "depth": 0.0,
          "evaluation_mode": "automatic",
          "event_id": "IMO2026ptlfkq",
          "magnitude": 0.406925,
          "region": "Borgarfjörður",
          "time": "2026-08-12T01:08:38.222861Z",
          "type": null,
          "updated_time": "2026-08-12T01:10:14.528485Z"
        },
        "type": "Feature"
      }
    ],
    "type": "FeatureCollection"
  },
  "success": true
}