1. Schemas
Locations
  • Locations Specification
  • Schema
  • Find a location
    GET
  • Get auto suggest values
    GET
  • Lookup a postcode
    GET
  • Lookup a known location
    GET
  • Create a batch job
    POST
  • Gets the status of a batch job
    GET
  • Gets the parsed results for a job
    GET
  • Gets a location from lat, long.
    GET
  • Schemas
    • Schemas
      • Location
      • Point
      • Postcode
      • Job
  1. Schemas

Location(Location)

Our location object

{
    "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
    "name": "string",
    "display_name": "string",
    "address": {},
    "centroid": {
        "long": 0,
        "lat": 0
    },
    "bounding_box": [
        {
            "long": 0,
            "lat": 0
        }
    ],
    "type": "place",
    "meta": {
        "key": "string"
    }
}
Built with