Mapakalamidad
Tagalog
Tagalog
  • Pagpapakilala
  • Pangkalahatan
    • Pagpapatunay
    • Pag-bebersyon
    • Rate Limits
    • CORS
    • HTTPS
    • Coordinates
    • Error Codes
    • Mga Uri ng Nilalaman
    • Mga Halimbawa
  • API
    • Cards
    • Cities
    • Feeds
    • Flood Gauges
    • Baha
    • Baha/Archive
    • Baha/Timeseries
    • Imprastraktura
    • Ulat
    • Ulat/Archive
    • Reports/Timeseries
    • Stats
      • Stats - Reports Summary
      • Stats - Flooded RWs Summary
      • Stats - Flooded Regions Summary
Powered by GitBook
On this page
  • Request Format
  • GET /stats/getReportsSummary.md

Was this helpful?

  1. API
  2. Stats

Stats - Reports Summary

Count of reports by source ("qlue" for Qlue, "detik" for Detik Pasangmata, or "grasp" being combined Twitter and Telegram), by default reports will be returned for the last hour.

Request Format

Query Parameter

Description

Format

Required

city

Which city do we wish to return infrastructure for? (one of bdg, jbd, sby)

String

No

timeperiod

What time period (in seconds) to list reports for, must be strictly between 1 and 604800 (1 week)

Number

No

GET /stats/getReportsSummary.md

curl "https://data.petabencana.id/stats/reportsSummary?city=jbd"

Results are as follows:

{
  "statusCode": 200,
  "result": {
    "type": "Topology",
    "objects": {
      "output": {
        "type": "GeometryCollection",
        "geometries": [
          {
            "type": "Point",
            "properties": {
              "pkey": "5519",
              "created_at": "2016-12-09T21:37:00.000Z",
              "source": "qlue",
              "status": "confirmed",
              "url": null,
              "image_url": "https://lh3.googleusercontent.com/ByClSrW6QhFkBxUhZo0rFt6eiVdvnEHisSzsgjaC9KxdGAQ6CYksTZRA1rcNP9cBGZiv6s4Vp5D8NzkAjPyrBs6c6R4h=s480-c",
              "disaster_type": "flood",
              "report_data": null,
              "tags": {
                "instance_region_code": "jbd",
                "local_area_id": "350"
              },
              "title": " ",
              "text": "Perlu penataan dan dirapihkan @ahokbtp semoga bisa lbh baik, bersih dan teratur"
            },
            "coordinates": [
              0,
              0
            ]
          }
        ]
      }
    },
    "arcs": [],
    "transform": {
      "scale": [
        1,
        1
      ],
      "translate": [
        106.817276,
        -6.138229
      ]
    },
    "bbox": [
      106.817276,
      -6.138229,
      106.817276,
      -6.138229
    ]
  }
}
PreviousStatsNextStats - Flooded RWs Summary

Last updated 4 years ago

Was this helpful?