ThmReadings
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
GET {type}/Regions |
Get a list of all Regions. |
Cities
API | Description |
---|---|
GET {type}/Cities |
Get a list of all Cities, grouped by Region. |
GET {type}/Cities/{region} |
Get a list of Cities, filtered by Region. |