Kandilli API
Geliştiriciler için hazırlanmış RESTful endpoint detayları.
📄 Endpoint Detayı
Kandilli Rasathanesi'nden alınan son 100+ deprem kaydını döner.
Response (JSON)
application/json
{
"status": "success",
"count": 100,
"earthquakes": [
{
"date": "2025-10-29",
"time": "10:20:15",
"latitude": 38.4012,
"location": "IZMIR KORFEZI",
"ml": 3.1
}
]
}
⚡ Canlı Test & Yanıt
Sadece son 10 deprem kaydını getiren canlı endpoint.
Response (JSON)
application/json
Veriler yükleniyor...