Area intelligence for London and its commuter belt: life-fit scores, prices, commutes, amenities and cost-of-living data for 428 areas - the data layer behind boroughly.net.
Looking to help relocating staff pick where to live, not integrate an API? See Boroughly for Employers instead.
v1.0 · updated 2026-08-29JSON over HTTPSCORS enabledNo key needed for pilotsGET /api/areas.jsonGET /api/areas/{slug}.jsontooting, st-albans, crouch-end, kensington.GET /api/meta.jsoncurl https://boroughly.net/api/areas/tooting.json
// or in JS
const r = await fetch('https://boroughly.net/api/areas/tooting.json');
const { area } = await r.json();
console.log(area.scores_out_of_10.safety); // 7
| Field | Meaning |
|---|---|
prices_gbp | Median sold price from HM Land Registry Price Paid Data; two-bed rent is an indicative estimate; flat/house figures are modelled splits |
scores_out_of_10 | Safety, schools, parks, transport, diversity & inclusion, LGBTQ+ friendliness, buzz/nightlife |
amenities | What's locally available: halal butcher, Lidl/Aldi, big supermarkets, Waitrose/M&S, gyms, barbers, beauticians, veggie spots, street market, mosque, church, synagogue, temple/gurdwara, parks, leisure centre |
commute | Estimated door-to-door minutes to central London; for commuter towns: fastest rail time and season-ticket estimate |
costs | Indicative Band D council tax and gross rental yield |
links.guide | Human-readable area guide for the same data |
{
"id": 4,
"slug": "tooting",
"name": "Tooting",
"borough_or_county": "Wandsworth",
"type": "london_area",
"city": "london",
"location": {
"lat": 51.429,
"lng": -0.168
},
"prices_gbp": {
"buy_avg": 585000,
"rent_2bed_pcm": 1950,
"flat_est": 456000,
"house_est": 731000,
"note": "buy_avg is the median recorded sale price for the area's postcode district across the last two calendar years of published HM Land Registry Price Paid Data (OGL v3.0). flat_est/house_est are modelled splits of that median, not measured values. rent_2bed_pcm is an indicative two-bed rent estimate and is not sourced from HM Land Registry."
},
"scores_out_of_10": {
"safety": 3.5,
"schools": 7,
"parks_green_space": 7,
"transport": 8,
"diversity_inclusion": 9,
"lgbtq_friendly": 8,
"buzz_nightlife": 8
},
"amenities": [
"Halal butcher",
"Lidl / Aldi",
"Tesco / Sainsbury's / Asda / Morrisons",
"Waitrose / M&S",
"Gyms",
"Barbers",
"Beauticians",
"Veggie & vegan spots",
"Street market",
"Mosque",
"Church",
"Temple / Gurdwara",
"Big park",
"Pool / leisure centre"
],
"commute": {
"est_min_to_central_london": 34,
"rail_min_to_terminal": null,
"season_ticket_est_gbp_per_year": null
},
"costs": {
"council_tax_band_d_est_gbp": 990,
"gross_rental_yield_pct": 4
},
"links": {
"guide": "https://boroughly.net/guides/tooting.html",
"map": "https://boroughly.net/"
}
}
Pilots are free - 30 days, full access, with visible attribution ("Powered by Boroughly", linked). Commercial licences: embeddable widget from £199/mo, API from £399/mo (50k calls), white-label from £799/mo. Higher-volume plans and founding-partner rates are available for early integrations.
Data notes: prices are area averages, scores are indicative composites, community sentiment is opinion - none of it is financial advice. Please don't resell the raw dataset.
Start a free pilot ->