Demo mode active: payments are running in test mode — no real charges will be made to your card. Testing gateway

API Access

Pull Urblytica city intelligence into your own product, dashboard, or research tool.

What's available

The Urblytica API exposes the same data that powers this site: city profiles, scores, rankings, comparisons, and trend data — over a clean REST interface with JSON responses.

Core endpoints

GET /api/v1/citiesList cities with filters
GET /api/v1/cities/{slug}Full city profile
GET /api/v1/cities/{slug}/scoresScore breakdown
GET /api/v1/cities/{slug}/metricsCost & salary data
GET /api/v1/compare/{a}/{b}Side-by-side comparison
GET /api/v1/rankings/{category}Ranking results

Example request

curl -H "Authorization: Bearer YOUR_API_KEY" \
    https://api.urblytica.com/v1/cities/austin/scores

Sample response

{
  "city": "Austin", "state": "TX", "country": "USA",
  "scores": {
    "overall": 82.4, "livability": 84.1,
    "affordability": 71.0, "business": 89.5, "growth": 86.2
  }
}

Pricing tiers

Free

$0
  • 100 calls / month
  • City profiles & scores
  • Public-attribution required
Request Free Key

Pro

$199/mo
  • 25,000 calls / month
  • All endpoints
  • Rankings & comparisons
  • No attribution required
Start Pro

Enterprise

Custom
  • Unlimited calls
  • Bulk downloads
  • SLA & support
  • White-label options
Contact Sales