ThmReadings

APIDescription
GET Thm/Readings/{region}/{city}

Get a list of Readings, filtered by Region and City.

GET Thm/Readings/{region}

Get a list of Readings, filtered by Region and grouped by City.

GET Thm/Readings

Get a list of all Readings, grouped by Region and City.

MgReadings

APIDescription
GET Mg/Readings/{region}/{city}

Get a list of Readings, filtered by Region and City.

GET Mg/Readings/{region}

Get a list of Readings, filtered by Region and grouped by City.

GET Mg/Readings

Get a list of all Readings, grouped by Region and City.

Regions

APIDescription
GET {type}/Regions

Get a list of all Regions.

Cities

APIDescription
GET {type}/Cities

Get a list of all Cities, grouped by Region.

GET {type}/Cities/{region}

Get a list of Cities, filtered by Region.