Population

Population API's are available only to customers who have specifically purchased proprietary population count access

Get population numbers

GET https://bellwether.co.nz/api/2.0/pop/?nid={nid}&tz={timezone}&time_start={time}&cam={location}&date={date}&uid={uid}

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

uid

string

ID of the user

out

string

Output type, default JSON json can be changed to CSV csv

date

string

The date of the retrieval yyyy-mm-dd 2020-02-05

time_start

string

The start time of the retrieval period hh:mm 06:00

nid

string

The unique identifier for your count system. This is privately provided

tz

string

The Time Zone of your count location. This defaults to Pacific/Auckland

cam

string

ID of the location

Headers

Name
Type
Description

Authentication

string

Bearer token in standard format

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated