Analytics and internal tools
Risk models, analytics and internal tooling on authoritative geography.
- Query and store for internal business use
- Bulk extracts scoped to your licence
- Move to product scope without re-papering
Every theme and every collection of Ordnance Survey's National Geographic Database. Take it as GeoJSON features, vector tiles or plain JSON, or joined to planning, EPC and price history through the UPRN.
osgb1000005307038 · refreshed daily
The database
More than 500 million features covering Great Britain, refreshed daily from Ordnance Survey's national database, from building heights to postcode units.
40M+ addresses with UPRNs, postal detail and full classification.
2 collectionsEvery structure in Britain: heights, roof shape and material, solar panels, building age.
4 collectionsRoads, rail, tracks and paths, with routing, restrictions and asset detail.
3 collectionsRivers, lakes, drains and tidal lines, plus the connected water network.
2 collectionsLand cover, landforms and natural features across the whole country.
3 collectionsSchools, hospitals, retail parks, caravan sites: what land is actually for.
3 collectionsInfrastructure beyond buildings: bridges, pylons, masts and field boundaries.
3 collectionsEvery named place, area, landmark and road junction in Great Britain.
3 collectionsWards, constituencies, counties, postcode units and census geographies.
3 collectionsOne database, several shapes: OGC API - Features, vector tiles, plain JSON, or GeoPackage and CSV exports scoped to your licence.
The API
Standard OGC API - Features endpoints. No SDK required, no GIS suite, no data drops to ingest.
Standards-compliant endpoints. Anything that speaks OGC speaks to this, from QGIS to your own services. Add it as an OGC API - Features connection in QGIS; no plugin, no export cycle.
Request coordinates in British National Grid (EPSG:27700) or WGS84 (EPSG:4326). GeoJSON drops straight into Leaflet, Mapbox GL, Turf or PostGIS.
GeoPackage and CSV exports for portfolio-scale work, scoped to your licence. We will tell you when an export beats the meter.
20,000+ features updated every day, straight from the national database. No six-weekly refresh cycles.
GET /v1/ngd/features/buildings?uprn=100023336956
{
"type": "FeatureCollection",
"numberReturned": 1,
"features": [
{
"type": "Feature",
"id": "osgb1000005307038",
"geometry": { "type": "Polygon", "coordinates": [...] },
"properties": {
"uprn": 100023336956,
"buildingAge": "1930-1949",
"height": 9.2
}
}
]
}GET /v1/ngd/features/addresses?point=53.4808,-2.2426&radius=100
{
"type": "FeatureCollection",
"numberMatched": 42,
"numberReturned": 42,
"features": [
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-2.2426, 53.4808] },
"properties": {
"uprn": 77281020,
"fullAddress": "1 Piccadilly, Manchester M1 1RG",
"classification": "Commercial"
}
}
]
}One UPRN → the same identifier joins planning, EPC and price history
Pricing and licensing
Which route you need depends on how you use the data, not what you pay. Live rates sit in the API portal, shown when your key is issued. The licence scopes what you may do with the answer.
Risk models, analytics and internal tooling on authoritative geography.
Customer-facing products serving NGD-derived data to your users.
Councils and agencies already covered by PSGA membership.
You already hold OS commercial terms and want the rails.
One agreement covers it: your licence is issued under our Ordnance Survey partner contract, royalty reporting happens on our side, every response carries its provenance, and derived data stays yours if you leave. The partnership behind this page, in full: how Vepler works with Ordnance Survey.
Migration
Ordnance Survey is retiring the MasterMap family in stages, and NGD is the successor. Here is what replaces what.
OS MasterMap Topography Layer
Land, Structures and Buildings themes
OS MasterMap Water Network Layer
Water Network collection
AddressBase family
Address theme
OS publishes the retirement timetable. Bring your renewal date and your current schema; we plan the cutover against them.