Manitoba API is a trend setting API that provides information about anywhere or everywhere in Manitoba! It provides a simple one endpoint interface provides useful information about any specific location and surrounding area in Manitoba.
Manitoba API has 1 endpoint that is a GET request
Generic Info https://api.manitoba.ca/Ginfo
To call using a parameter:
To call using multiple parameters:
Ginfo uses parameters to determine location and will return various facts about the location if found. If no location is specified/found, Ginfo will return information about all cities in Manitoba. When using multiple parameters the most specific one will be used.
Resources will be formatted in JSON and will be formatted as follows:
{ "results":
{
"TimeZoneWinnipeg":"GMT-6", "TemperatureWinnipeg":"-6 C" "NearbyStoresWinnipeg":"128" "WinnipegPopulation":"749,534" } "status":"OK"
}
Call
Response
{ "results":
{
"TimeZoneWinnipeg":"GMT-6", "TemperatureWinnipeg":" -6 C" "NearbyStoresWinnipeg":"128" "WinnipegPopulation":"749,534" } "status":"OK"
}
Call
Response
{ "results":
{
"TimeZoneWinnipeg":"GMT-6", "TemperatureWinnipeg":"-6 C" "NearbyStoresWinnipeg":"128" "WinnipegPopulation":"749,534"
"TimeZoneBrandon":"GMT-6", "TemperatureBrandon":" -6 C" "NearbyStoresBrandon":"65" "BrandonPopulation":"48,859" "TimeZoneSelkirk":"GMT-6", "TemperatureSelkirk":" -6 C" "NearbyStoresSelkirk":"23" "SelkirkPopulation":"10,278" } "status":"OK"
}