API version v1.0.1
This API service summarizes earthquake reports from 9 different seismological institutes. The original master data is supplemented, analyzed, and published by IDEMC in a uniform, standard, GeoJSON format. | |
Limitation: Query time interval must be less than one minute. This will allow 1440 queries per day. | |
Resource URL: https://api2.idemc.org/earthquake/ |
Resource Information |
|
---|---|
Rate Limited | Yes |
Response Format | geoJSON |
Authentication | Yes |
Parameter | Description | Optional | Default |
---|---|---|---|
api_key | Authentication API key | No | |
id | Earthquake ID's | Yes | |
limit | Number of report | Yes | 50 |
date_start | yyyy-mm-dd HH:mm:ss [2021-02-01 00:00:00] date format, Date filter start | Yes | |
date_end | yyyy-mm-dd HH:mm:ss [2021-02-01 23:59:59] date format, Date filter end | Yes |
Method | POST,GET |
URL | https://api2.idemc.org/earthquake/ |