VotingDistrict

APIDescription
GET api/VotingDistrict?vdnumber={vdnumber}&returnGeom={returnGeom}

Returns the delimitation and Voting station information, for a Voting District from a VD Number

GET api/VotingDistrict?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom}

Returns the delimitation and Voting station information, for a Voting District from a point location

Suburb

APIDescription
GET api/Suburb?name={name}&returnGeom={returnGeom}

Returns the information for a Suburb from a name

GET api/Suburb?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom}

Returns the information for a Suburb from a coordinate

VotingDistrictByWard

APIDescription
GET api/VotingDistrictByWard?WardID={WardID}&returnGeom={returnGeom}

Return a list of all the Voting District in a specified Ward

Municipality

APIDescription
GET api/Municipality?municid={municid}&returnGeom={returnGeom}

Returns the Municipality from a Municipality ID

Town

APIDescription
GET api/Town?name={name}&returnGeom={returnGeom}

Returns the information for a Town from a name

GET api/Town?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom}

Returns the information for a Town from a coordinate

GetAddress

APIDescription
GET api/GetAddress?address={address}

Find an address, from a given address string, using Google Maps Geocoding API. Coordinate returned is then used to return delimitation information

GET api/GetAddress?latitude={latitude}&longitude={longitude}&distance={distance}

Find an address, from a given coordinate, using Google Maps Geocoding API. Coordinate returned is then used to return delimitation information

GET api/GetAddress?address={address}&exactmatch={exactmatch}

Find an address, from a given address string, using Google Maps Geocoding API. Only return an address where the address type is "street_address" Coordinate returned is then used to return delimitation information

WardByYear

APIDescription
GET api/WardByYear?year={year}&latitude={latitude}&longitude={longitude}&returnGeom={returnGeom}

Returns the ward for a specific election year from a point location

SubPlace

APIDescription
GET api/SubPlace?name={name}&returnGeom={returnGeom}

Returns the information for a Sub Place from a name

GET api/SubPlace?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom}

Returns the information for a Sub Place from a coordinate

VotingDistrictByYear

APIDescription
GET api/VotingDistrictByYear?year={year}&latitude={latitude}&longitude={longitude}&returnGeom={returnGeom}

Returns the Voting District for a specific election year from a point location

AutoComplete

APIDescription
GET api/AutoComplete?input={input}&guid={guid}

Returns address/location predictions from Google Maps Autocomplete API

GET api/AutoComplete?input={input}&types={types}&guid={guid}

Returns address/location predictions, restricted by address type, from Google Maps Autocomplete API

MainPlace

APIDescription
GET api/MainPlace?name={name}&returnGeom={returnGeom}

Returns the information for a Main Place from a name

GET api/MainPlace?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom}

Returns the information for a Main Place from a coordinate

Places

APIDescription
GET api/Places?placeid={placeid}&guid={guid}&returnVS={returnVS}&returnGeom={returnGeom}

Returns the place detail of an address selected from the Google Maps Autocomplete API

TribalCouncil

APIDescription
GET api/TribalCouncil?name={name}&returnGeom={returnGeom}

Returns the delimitation information for a Tribal Council from a name

GET api/TribalCouncil?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom}

Returns the delimitation information for a Tribal Council from a point location

MEO

APIDescription
GET api/MEO?municid={municid}

Returns all the MEO Offices within a Municipality

WardByMunicipality

APIDescription
GET api/WardByMunicipality?MunicCode={MunicCode}&returnGeom={returnGeom}

Return a list of all the Wards in a specified Municipality

POI

APIDescription
GET api/POI?vdnumber={vdnumber}&latitude={latitude}&longitude={longitude}

MunicByYear

APIDescription
GET api/MunicByYear?year={year}&latitude={latitude}&longitude={longitude}&returnGeom={returnGeom}

Returns the ward for a specific election year from a point location

Ward

APIDescription
GET api/Ward?wardid={wardid}&returnGeom={returnGeom}

Returns the delimitation information, for a Ward from a Ward ID

GET api/Ward?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom}

Returns the delimitation information for a Ward from a point location