Laporan Urun-Daya/Arsip
Format Permintaan
Parameter Kueri
Deskripsi
Format
Wajib
Get /reports/archive
curl --user-agent "YOUR-UA-STRING" -H "X-Api-Key: API_KEY_GOES_HERE" "https://api.petabencana.id/archive/reports?start=2017-12-04T00%3A00%3A00%2B0700&end=2017-12-06T05%3A00%3A00%2B0700&geoformat=geojson"{
"statusCode": 200,
"result": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
106.815842,
-6.183179
]
},
"properties": {
"pkey": "0001",
"created_at": "2017-12-04T09:51:00.000Z",
"source": "qlue",
"status": "confirmed",
"url": null,
"image_url": null,
"disaster_type": "flood",
"report_data": null,
"tags": {
"instance_region_code": "jbd",
"local_area_id": "782"
},
"title": " ",
"text": "#flood report"
}
}
]
}
}Last updated