Open Data Minneapolis

API

Free open data API for Minneapolis spatial (GIS) and non-spatial city datasets

Visit Website

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)

script.js JS

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

Chicago Open Data Portal API Search Google
NYC Open Data API Search Google

People Also Ask about Open Data Minneapolis

Open Data Minneapolis vs Chicago Open Data Portal APIOpen Data Minneapolis vs NYC Open Data API Open Data Minneapolis 2025 review

Tool Info

Pricing Free
Category Open Data
Platform Public API

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

More Open Data Tools