bng2latlong

API

Convert British National Grid (OSGB36) coordinates to WGS84 latitude and longitude

Visit Website

Overview

The bng2latlong API offers a RESTful endpoint to convert British OSGB36 easting and northing (British National Grid) coordinates to WGS84 latitude and longitude. Users send GET requests with numeric easting and northing parameters to receive converted coordinates in JSON format. Ideal for developers integrating UK spatial data into global mapping tools, converting legacy British location datasets to GPS-compatible WGS84 standards, or building location-aware apps focused on the UK. No authentication is required, enabling quick and easy integration into any project.

Example Integration (JavaScript)

script.js JS

fetch('https://www.getthedata.com/bng2latlong')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API interface
  • JSON response format
  • No authentication required
  • Accurate UK OSGB36 to WGS84 conversion

Frequently Asked Questions

? Is bng2latlong free to use?

Yes, the bng2latlong API is completely free to use for converting British National Grid coordinates to WGS84 latitude and longitude with no hidden costs.

? Does it require an API Key?

No, the API does not require any authentication or API key. You can directly send GET requests with the required parameters to the endpoint.

? What is the response format?

The API returns converted coordinates in JSON format, typically including fields for latitude, longitude, and the original easting/northing values for reference.

Top Alternatives

UK Ordnance Survey OpenSpace API Search Google
Google Maps Geocoding API (indirect BNG support) Search Google

People Also Ask about bng2latlong

bng2latlong vs UK Ordnance Survey OpenSpace APIbng2latlong vs Google Maps Geocoding API (indirect BNG support) bng2latlong 2025 review

Tool Info

Pricing Free
Category Geocoding
Platform Public API

Pros

  • Simple GET request integration
  • Free unlimited access
  • Focused on UK-specific coordinate needs
  • Immediate response times

Cons

  • No reverse conversion (WGS84 to BNG)
  • No batch processing support
  • No official uptime SLA
  • Limited to UK geographic scope

More Geocoding Tools