Skip to the content.

Report Searches API

With Report Searches api V4 you can:

Fetch a report search results

As a report search is performed asynchronously when you call this api you may receive different status codes depending on the state of the requested search.

List of status codes and their respective meaning related to report search.

Bellow you can see an example of a request and its result when the search is ready to be read.

GET /api/v4/report_searches/12345678
[
  {
    "id": 5454545,
    "cache_key": "fdf84f8aaf78abc34ce7b61e309870d7",
    "pin": "https://api1.prod.safer.me/assets/maps/pins/fire/pin-red@2x.png",
    "channel_id":725,
    "appearance":"normal",
    "latitude":-40.94895,
    "longitude":175.66298
  },
  ...
]