> ## 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.

# Geocoding APIs

> Returning locations based on specific coordinates

<CardGroup cols={2}>
  <Card title="International Geocode" href="/api-reference/geocode/geocoding/international-geocode" icon="code">
    Returns the WGS84 latitude and longitude for the given location. Supports most international locations.
  </Card>

  <Card title="International PositionToCountry" href="/api-reference/geocode/geocoding/international-positiontocountry" icon="code">
    Returns the country based on the WGS84 latitude and longitude supplied. No result is returned if the coordinates are in international waters.
  </Card>

  <Card title="International RetrieveNearestPlaces" href="/api-reference/geocode/geocoding/international-retrievenearestplaces" icon="code">
    Calculates the nearest places of interest of a given category to a given location.
  </Card>

  <Card title="International ReverseGeocode" href="/api-reference/geocode/geocoding/international-reversegeocode" icon="code">
    Returns the nearest address or location to the given coordinates.
  </Card>

  <Card title="UK Find" href="/api-reference/geocode/geocoding/uk-find" icon="code">
    Finds locations matching the given input. Supports UK only.
  </Card>

  <Card title="UK Geocode" href="/api-reference/geocode/geocoding/uk-geocode" icon="code">
    Returns the OS easting + northing along with WGS84 latitude and longitude for the given postcode. Supports UK only.
  </Card>

  <Card title="UK Retrieve" href="/api-reference/geocode/geocoding/uk-retrieve" icon="code">
    Returns the OS easting + northing along with WGS84 latitude and longitude for the given location. Supports UK only.
  </Card>

  <Card title="UK RetrieveNearestPlaces" href="/api-reference/geocode/geocoding/uk-retrievenearestplaces" icon="code">
    Calculates the nearest places of interest of a given category to a given location.
  </Card>

  <Card title="UK ReverseGeocode" href="/api-reference/geocode/geocoding/uk-reversegeocode" icon="code">
    Returns the nearest address or location to the given coordinates. Currently only supports the UK.
  </Card>
</CardGroup>
