The places API returns data for all of the predefined places within the events system. This endpoint does include the ID used on the previous as well as the new ID, so developers can do lookups from previous data if they have it.
Endpoint URL
https://content.uiowa.edu/api/v1/views/places_api.json?display_id=places
Attributes
id |
Unique place identifier | |
previous_id |
The ID number from previous system | |
name |
Name of the place | |
url |
URL for places's web page | |
address |
Street address | |
geo |
Collection of geo information with the following attributes: | |
latitude |
Latitude of place | |
longitude |
Longitude of place | |
street |
Street part of address | |
city |
City part of address | |
state |
State part of address | |
country |
Country part of address | |
zip |
Zip code part of address |