ThisIsMNThisIsMN
  • Pricing
  • Docs
LoginGet Started

Find Local

Search businesses, events, and places across Minnesota.

Explore Nearby

Browse by region, city, category, or map view.

Plan Ahead

Track community events and seasonal things to do.

Access Support

Use accessible, multilingual contact and support paths.

ThisIsMNThisIsMN

Your comprehensive Minnesota business directory with AI-powered search, helping locals and visitors discover the best experiences across the Land of 10,000 Lakes.

Start locally

Browse DirectoryContact Us

Use the directory, map, and contact routes without signing in.

Explore

  • Directory
  • Map Search
  • Search
  • New Businesses
  • Events Calendar
  • Deals & Offers

For Business

  • Pricing
  • ROI Calculator
  • Developers
  • Contact Sales
  • Blog
  • Changelog

Company

  • Community
  • Best Of
  • Guides
  • Things To Do
  • Day Trips
  • Contact

Support

  • Accessibility
  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • API Docs
  • Contact Support

Use ThisIsMN on any device

The mobile web experience keeps directory search, events, and maps close at hand.

Open DirectoryOpen Map
Coverage
Minnesota communities
Email
hello@thisismn.com
Accessibility
View support options
© 2026 This is Minnesota. All rights reserved.
TermsPrivacyCookiesSitemap
  • Home
  • Search
  • Saved
  • Map
  • Sign in

Minnesota Business Directory API

Access comprehensive business data through our powerful REST API

Get API KeyView Examples

API features

Fast & Reliable

99.9% uptime with response times under 100ms

Secure

API key authentication with HTTPS encryption

Comprehensive

Access to businesses, events, reviews, and more

Authentication

All API requests require authentication using an API key

# Include your API key in the header

X-API-Key: your_api_key_here

Base URL

https://api.thisismn.com/api/v1

Response Format

All responses are returned in JSON format with a consistent structure:

{
  "success": true,
  "data": {...},
  "pagination": {
    "page": 1,
    "limit": 20,
    "total": 100,
    "totalPages": 5
  }
}