Methodology 1.3.0 is live: transport from NaPTAN, amenities from a stored snapshot.Changelog
onegoodarea

Docs · engine 1.3.0

Everything you need to build on UK area data.

Get an API key, make your first request, and read exactly what comes back. From here you can reach every endpoint, all four products and the MCP server.

01 · Quickstart

Get your first response in three steps.

Sign up for a key, send one request, and read what comes back. There is no SDK to install.

01 · Get a key

Sign up and we create an API key for you straight away. It starts with oga_ and is shown once, so keep it somewhere safe.

02 · Make a call

Send a request over HTTPS with your key in the header. The simplest one is a GET to /v1/area with a postcode.

03 · Read the response

Every value comes back with where it came from and when it was measured, so you always know what you are looking at.

curl https://onegoodarea.onrender.com/v1/area?postcode=SW1A%201AA \
  -H "Authorization: Bearer oga_your_api_key"
HTTPS only. JSON in, JSON out.

02 · Products

Four products, all on one API.

Use them on their own or together. Each one has its own page with the full detail.

Signals

  • GET/v1/area

Pull crime, prices, schools and more for any UK postcode, all in one response.

Read the docs

Scores

  • POST/v1/score

Turn the data into a single 0 to 100 score, weighted the way your team works.

Read the docs

Monitor

  • POST/v1/portfolios

Watch a list of areas and get an alert whenever something meaningful changes.

Read the docs

Intelligence

  • POST/v1/query

Ask a question in plain English, or send a typed query, and get an answer back.

Read the docs

03 · Reference

The full reference, when you need it.

The interactive reference, the MCP guide, the methodology and the changelog. Everything stays in step with the API on every deploy.

API reference

Every endpoint, generated from the live API so it never drifts. Try requests right in the browser.

Open the reference

MCP server

Add OneGoodArea to your AI tools and call it from your own workflow.

Read the guide

Methodology

How every signal, score, peer and forecast is worked out, and the sources behind each one.

Read the methodology

Changelog

What we have shipped, and when.

View the changelog

Configure it for your whole team.

Custom signal bundles, saved scoring presets, version pinning, peer groups, white-labelling and per-key IP allowlists. Everything is opt-in from the dashboard, and nothing changes until you turn it on.

See the control plane endpoints

Start building.

Get an API key, make your first call, and set it up for your team as you go.