5 Minute Data
Get 5 minute data
GET
https://bellwether.co.nz/api/2.0/rawCount/?uid={uid}&date_start={date}&cam={location}
This endpoint retrieves raw data counts in 5 minute increments.
Path Parameters
Name
Type
Description
cam
string
Comma separated list of locations. Optional all
to retrieve data from all available locations
time_end
string
End time of the retrieval period hh:mm 23:00
time_start
string
Start time of the retrieval period hh:mm 06:00
out
string
Output type, default JSON json
can be changed to CSV csv
date_end
string
The end of the retrieval period yyyy-mm-dd 2020-02-10
date_start
string
The start of the retrieval period yyyy-mm-dd 2020-02-01
uid
integer
ID of the user
Headers
Name
Type
Description
Authentication
string
Bearer token in the standard format
Last updated