> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Geocode

> Geocoding and reverse-geocoding APIs for international locations, with additional data from the Postzon database for UK addresses. We also provide distance-finding and direction-based services.

Geocode consists of a range of API endpoints split across four groupings:

* **Distance and Directions:** returning the distance or directions between two or more points
* **Geocoding:** returning locations based on specific coordinates
* **GovernmentData:** returning Postzon records for specific coordinates, postcodes or places
* **Store Finder:** retrieving the names or coordinates of specific places

<CardGroup cols={2}>
  <Card title="Distance and Directions" href="/api-reference/geocode/distances-and-directions/apis" icon="code">
    Returning the directions between two or more points.
  </Card>

  <Card title="Geocoding" href="/api-reference/geocode/geocoding/apis" icon="code">
    Returning locations based on specific coordinates.
  </Card>

  <Card title="GovernmentData" href="/api-reference/geocode/governmentdata/apis" icon="code">
    Returning Postzon records for specific coordinates, postcodes or places.
  </Card>

  <Card title="Store Finder" href="/api-reference/geocode/store-finder/apis" icon="code">
    Rretrieving the names or coordinates of specific places.
  </Card>
</CardGroup>
