• For Users
  • For Contributors
    • Coders
    • Writers and Designers
    • Translators
  • Blog
  • Chat Live!
  • Report an Issue
  • English
  • Earthquake
  • Flood
  • Volcanic Ash
  • API Browser
  • Indicator
  • About
    • Volcanic Ash
    • Earthquake
    • Flood
  • Api Root
GET
  • json
  • api

Api Root

GET /realtime/api/v1/
HTTP 200 OKContent-Type:application/jsonVary:AcceptAllow:OPTIONS, GET{
    "model_list": {
        "volcanos": "https://realtime.inasafe.org/realtime/api/v1/volcano-list/",
        "earthquake-mmi-contours-list": "https://realtime.inasafe.org/realtime/api/v1/earthquake-mmi-contours/",
        "earthquake-reports": "https://realtime.inasafe.org/realtime/api/v1/earthquake-report/",
        "ash-report": "https://realtime.inasafe.org/realtime/api/v1/ash-report/",
        "earthquake-feature-list": "https://realtime.inasafe.org/realtime/api/v1/earthquake-feature/",
        "floods": "https://realtime.inasafe.org/realtime/api/v1/flood/",
        "ash": "https://realtime.inasafe.org/realtime/api/v1/ash/",
        "volcano-feature-list": "https://realtime.inasafe.org/realtime/api/v1/volcano-feature/",
        "earthquakes": "https://realtime.inasafe.org/realtime/api/v1/earthquake/"
    }
}