APIHub
Back to Explore

bng2latlong

The API offers a GET endpoint that accepts an OSGB36 easting and northing as path parameters and returns the equivalent WGS84 latitude and longitude.

Geocoding
No auth required
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

2694ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/bng2latlong/{easting}/{northing}

Returns latitude and longitude for the given easting and northing.

  • easting (path, required) — An OSGB36 (British National Grid) easting.
  • northing (path, required) — An OSGB36 (British National Grid) northing.

1 endpoint auto-detected

curl -X GET \
  "https://www.getthedata.com/bng2latlong/bng2latlong/{easting}/{northing}"

www.getthedata.com · HTTPS only