integrations.sh
← all integrations

getthedata.com – bng2latlong

OpenAPI apis-guru location

Convert an OSGB36 easting and northing (British National Grid) to WGS84 latitude and longitude.

Homepage
https://api.apis.guru/v2/specs/getthedata.com:bng2latlong/1.0.json
Provider
getthedata.com:bng2latlong / bng2latlong
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/getthedata.com/bng2latlong/1.0/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/getthedata.com/bng2latlong/1.0/openapi.yaml

Tools (3)

Extracted live via the executor SDK.

  • bng2latlong.getBng2latlongEastingNorthing

    Takes an OSGB36 easting and northing (British National Grid) and returns the geographically equivalent WGS84 latitude and longitude.

    A successful request returns the following fields:

    • status - this will be ok
    • easting - the easting provided in the request
    • northing - the northing provided in the request
    • latitude - the latitude of the converted coordinates
    • longitude - the longitude of the converted coordinates

    An unsuccessful request returns the following fields:

    • status - this will be error
    • error - an error message
  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools