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

Postcode(Postcode)

{
    "location_hash": "string",
    "postcode": "string",
    "country": "string"
}
Built with