REST API + Embeddable widget

Every UK postcode, scored.
One API call.

Property portals show listings. They don't score the area around them. AreaIQ does. Safety, transport, schools, amenities, environment, and property prices from 7 government sources, scored deterministically and returned as structured JSON.

No UK competitor offers an area scoring API. Your users get data they can't find anywhere else.

7
Data sources
16
Scoring functions
4
Intent modes
<15s
Response time
Developer experience

One request.
Full area intelligence.

POST a postcode and an intent. Get back a scored report with dimensional breakdowns, AI narrative, and data-backed reasoning. Four intent modes: moving, investing, business, and research.

Request
curl -X POST https://www.area-iq.co.uk/api/v1/report \
  -H "Authorization: Bearer aiq_your_key" \
  -H "Content-Type: application/json" \
  -d '{"area": "SW1A 1AA", "intent": "moving"}'
Response200 OK
{
  "id": "rpt_1710000000_abc123",
  "report": {
    "area": "Westminster, SW1A 1AA",
    "intent": "moving",
    "areaiq_score": 78,
    "area_type": "urban",
    "sub_scores": [
      { "label": "Safety", "score": 72, "weight": 25 },
      { "label": "Transport", "score": 94, "weight": 20 },
      { "label": "Schools", "score": 68, "weight": 20 },
      { "label": "Amenities", "score": 86, "weight": 20 },
      { "label": "Environment", "score": 70, "weight": 15 }
    ],
    "summary": "Westminster scores 78/100 for moving...",
    "sections": [ ... ],
    "recommendations": [ ... ]
  }
}
What you're integrating

Built to embed, not just display

REST API
POST a postcode, get a full scored report. JSON response with overall score, dimensional breakdowns, AI narrative, and data-backed reasoning.
Embeddable widget
Single script tag on any page. Score card renders automatically with dark and light themes. No API key needed. Under 5KB.
Deterministic scoring
16 scoring functions with area-type benchmarks. Same postcode, same intent, same scores. Every time. No hallucination risk.
7 government data sources
Police.uk, ONS deprivation indices, OpenStreetMap, Environment Agency flood risk, HM Land Registry sold prices, Ofsted school inspections, Postcodes.io.
24h response cache
First request hits live APIs. Repeat queries served from cache instantly. Cached requests don't count against your quota.
Self-serve dashboard
Track API calls, monitor per-key activity, view 30-day trends. Manage your integration without contacting support.
Use cases

Who this is for

Property portals
Add area scores to every listing page. Give buyers objective data on safety, transport, schools, and amenities before they visit.
API or widget embed
Estate agents
Show area quality alongside property details. Help buyers compare neighbourhoods with real data. Embed the score card on your site or pull scores into your CRM.
Widget embed or API
Investment platforms
Screen areas at scale for yield, safety, and growth potential. Score 500 postcodes a month on the Business plan. Filter by intent-specific dimensions.
API batch queries
Relocation companies
Score destination areas for corporate clients automatically. Provide objective area intelligence alongside relocation packages.
API integration
API pricing

Scale as you grow

Developer
£49/mo
100 reports / month
£0.49 / report
Solo devs, prototypes
Business
£249/mo
500 reports / month
£0.50 / report
Platforms, integrations
Growth
£499/mo
1,500 reports / month
£0.33 / report
Portals, high volume
Enterprise
Custom
5,000+ reports / month
Custom / report
SLAs, annual contracts
Cancel anytime
No setup fee
Self-serve onboarding
Cached queries are free

Ready to integrate?

Get API access in under 2 minutes. Create an account, subscribe to a plan, generate your key, and start building.

Developer plan starts at £49/mo. No commitment.