Municipal Intelligence API

Structured business license and code violation data across major US cities. One API, normalized schema, real-time access.

...
Total Records
...
Business Licenses
...
Code Violations
...
Cities

Live Data Sample

Loading sample data...

Who Uses This

Real Estate Investors

Cross-reference properties with code violations before buying. Spot distressed properties with open critical violations.

PropTech Platforms

Enrich property listings with violation history and business activity. Power risk scoring and due diligence tools.

Sales & Lead Gen

Find newly licensed businesses before your competitors. Track new market entrants by license type and location.

Insurance & Compliance

Assess property risk with violation severity data. Monitor commercial tenants for compliance issues.

Simple REST API

# Search business licenses in Chicago
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.llokq.com/v1/licenses?municipality=chicago-il&status=active&limit=10"

# Response
{
  "data": [
    {
      "businessName": "FALCO'S PIZZA",
      "licenseType": "food_retail",
      "status": "active",
      "address": "2806 W 40TH PL",
      "issueDate": "2024-06-15"
    }
  ],
  "pagination": { "total": 90694, "limit": 10, "hasMore": true }
}

Pricing

Starter
$99/mo
For individual developers and small projects
  • 1 metro area
  • 1 data type
  • 1,000 API calls/month
  • JSON REST API
Business
$499/mo
For enterprises and data-heavy workflows
  • All metro areas
  • All data types
  • 50,000 API calls/month
  • Webhooks & bulk access
Connecting to payment...