GET
/
v1
/
depremler
Earthquakes
curl --request GET \
  --url https://api.mzrdev.xyz/v1/depremler \
  --header 'Authorization: <api-key>'
{
    "success": true,
    "data": [
        {
            "tarih": "2024-08-03 15:22:19",
            "yer": "SAPACA-HONAZ (DENIZLI)",
            "derinlik": "7.0km",
            "buyuklukler": {
                "md": "0.0",
                "ml": "2.4",
                "mw": "0.0"
            },
            "koordinatlar": {
                "enlem": "37.7862",
                "boylam": "29.4900"
            }
        },
        {
            "tarih": "2024-08-03 15:21:37",
            "yer": "SEKLI-BEYPAZARI (ANKARA)",
            "derinlik": "6.3km",
            "buyuklukler": {
                "md": "0.0",
                "ml": "2.1",
                "mw": "0.0"
            },
            "koordinatlar": {
                "enlem": "40.1925",
                "boylam": "31.7238"
            }
        }
    ]
}

Query Parameters

limit
number
Specifies the maximum number of results to return.

Default: 1
Maximum: 500

Response

success
boolean
Indicates whether the request was successful. A value of true means the request was successful, while false indicates an issue or failure.
data
array
Contains the data related to the latest earthquakes in Turkiye, including the date, location, depth, and magnitudes of each earthquake.
Response