Skip to main content

Geo API (1.0.0)

Download OpenAPI specification:Download

geo

Get supported countries

Returns a list of supported countries

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Get Location by What 3 Words

Get Location by What 3 Words

Authorizations:
jwt
query Parameters
query
string

Free text search field for querying

Responses

Response samples

Content type
application/json
{
  • "what3words": "string",
  • "address": {
    },
  • "coordinates": {
    }
}

Get Location by Address Id

Get Location by Address Id

Authorizations:
jwt
query Parameters
id
required
string

Id of the address to get details for

source
string

Source of the address search result

Responses

Response samples

Content type
application/json
{
  • "what3words": "string",
  • "address": {
    },
  • "coordinates": {
    }
}

Search addresses

Search for addresses and address containers

Authorizations:
jwt
query Parameters
query
string

Free text search field for querying

id
string
countryISO
string

Filter by country

Responses

Response samples

Content type
application/json
{
  • "id": "string",
  • "type": "string",
  • "text": "string",
  • "description": "string",
  • "source": "loqate"
}

Get Location by Coordinates

Get Location by Coordinates

Authorizations:
jwt
query Parameters
lat
required
number

Latitude

lon
required
number

Longitude

Responses

Response samples

Content type
application/json
{
  • "what3words": "string",
  • "address": {
    },
  • "coordinates": {
    }
}

countries

Get supported countries

Returns a list of supported countries

Responses

Response samples

Content type
application/json
[
  • {
    }
]

what3words

Get Location by What 3 Words

Get Location by What 3 Words

Authorizations:
jwt
query Parameters
query
string

Free text search field for querying

Responses

Response samples

Content type
application/json
{
  • "what3words": "string",
  • "address": {
    },
  • "coordinates": {
    }
}

address

Get Location by Address Id

Get Location by Address Id

Authorizations:
jwt
query Parameters
id
required
string

Id of the address to get details for

source
string

Source of the address search result

Responses

Response samples

Content type
application/json
{
  • "what3words": "string",
  • "address": {
    },
  • "coordinates": {
    }
}

Search addresses

Search for addresses and address containers

Authorizations:
jwt
query Parameters
query
string

Free text search field for querying

id
string
countryISO
string

Filter by country

Responses

Response samples

Content type
application/json
{
  • "id": "string",
  • "type": "string",
  • "text": "string",
  • "description": "string",
  • "source": "loqate"
}

coordinates

Get Location by Coordinates

Get Location by Coordinates

Authorizations:
jwt
query Parameters
lat
required
number

Latitude

lon
required
number

Longitude

Responses

Response samples

Content type
application/json
{
  • "what3words": "string",
  • "address": {
    },
  • "coordinates": {
    }
}

Geo service

Ping api

Ping geo api

Responses

Response samples

Content type
application/json
{
  • "message": "string",
  • "status": "string"
}