Open Data Minneapolis
APIFree open data API for Minneapolis spatial (GIS) and non-spatial city datasets
Overview
The Open Data Minneapolis API provides RESTful endpoints to access spatial (GIS) and non-spatial city datasets for Minneapolis. Endpoints support queries for building permits, park locations, crime incidents, neighborhood boundaries, and street networks. Spatial data uses GeoJSON for geographic features, while non-spatial data returns JSON. Use cases include developing community apps (e.g., park finders), urban planning analysis, academic research on city trends, and creating public transparency visualizations. Users can filter, sort, and paginate results to retrieve specific data points efficiently.
Example Integration (JavaScript)
fetch('https://opendata.minneapolismn.gov/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful Interface
- GeoJSON for Spatial Data
- JSON for Non-Spatial Data
- No API Key Required
- Wide Range of City Datasets
- Filter & Sort Capabilities
Frequently Asked Questions
? Is Open Data Minneapolis free to use?
Yes, all datasets and API access are completely free for public use.
? Does it require an API Key?
No, the API does not require authentication or an API key for access.
? What is the response format?
Spatial (GIS) datasets return GeoJSON; non-spatial datasets typically return JSON.
Top Alternatives
People Also Ask about Open Data Minneapolis
Tool Info
Pros
- ⊕ Free Public Access
- ⊕ Combines Spatial & Non-Spatial Data
- ⊕ GeoJSON Support for GIS Projects
- ⊕ Easy Integration (No Auth)
- ⊕ Regularly Updated Datasets
Cons
- ⊖ Rate Limits for High-Volume Queries
- ⊖ Limited Advanced Query Docs
- ⊖ No Official SLA
- ⊖ Some Datasets Have Delayed Updates