PetaBencana
Bahasa
Bahasa
  • Pengantar
  • Informasi Umum
    • Autentikasi
    • Pembuatan Versi
    • Pembatasan Akses
    • CORS
    • HTTPS
    • Koordinat
    • Kode Eror
    • Jenis Konten
    • Contoh
    • Area Didukung
    • Jenis Bencana
  • Open API
    • Laporan Urun-Daya
    • Laporan Urun-Daya/Timeseries
    • Area Banjir
    • Area Banjir/Arsip
    • Area Banjir/Timeseries
    • Pemantauan TMA
    • Infrastruktur
    • Statistik
      • Stats - Rangkuman Laporan Urun-Daya
      • Stats - Rangkuman RW Banjir
      • Stats - Rangkuman Wilayah
  • API Terauntentikasi
    • Kartu Laporan
    • Umpan
    • Laporan Urun-Daya/Arsip
  • Informasi Lisensi Data
    • Penggunaan Non-Komersial (CC BY-NC 4.0)
    • Penggunaan Komersial (CC BY 4.0)
  • Perjanjian Lisensi Pengguna
Powered by GitBook
On this page
  • Request Format
  • GET /stats/floodedRegionsSummary

Was this helpful?

  1. Open API
  2. Statistik

Stats - Rangkuman Wilayah

Daftar seluruh wilayah administrasi yang RWnya saat ini terdampak banjir.

Request Format

Query Parameter

Description

Format

Required

admin

Area mana yang laporannya ingin disajikan? (saat ini hanya mendukungID-JK)

String

Tidak

GET /stats/floodedRegionsSummary

curl "https://data.petabencana.id/stats/floodedRegionsSummary?admin=ID-JK"

Hasilnya adalah sebagai berikut:

{
  "total number of regions with flooded RWs": 4,
  "regions with flooded RWs": [
    "KAPUK",
    "RAWA TERATE",
    "CIPINANG MELAYU",
    "CENGKARENG BARAT"
  ]
}
PreviousStats - Rangkuman RW BanjirNextAPI Terauntentikasi

Last updated 4 years ago

Was this helpful?