Access comprehensive business data through our powerful REST API
99.9% uptime with response times under 100ms
API key authentication with HTTPS encryption
Access to businesses, events, reviews, and more
All API requests require authentication using an API key
# Include your API key in the header
X-API-Key: your_api_key_here
https://api.thisismn.com/api/v1All responses are returned in JSON format with a consistent structure:
{
"success": true,
"data": {...},
"pagination": {
"page": 1,
"limit": 20,
"total": 100,
"totalPages": 5
}
}