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

# Address Capture API Endpoints

> Three Address Capture endpoints: Find searches for addresses as users type, Retrieve returns formatted details, Geolocation uses coordinates.

Address Capture consists of two main API requests:

* A **Find** request is used to narrow down a possible list of addresses
* A **Retrieve** request is used to retrieve a fully formatted address

A typical address search is made up of a series of Find requests, followed by a Retrieve based on the selected address id.

<Card title="Quickstart" href="/api-reference/address-capture/quickstart" icon="play">
  Check out our API Quickstart Guide to make your first Address Capture request.
</Card>

Also available for customers using AddressBase Premium data for UK addresses is **Geolocation**, which takes latitude and longitude coordinates and returns a list of addresses that are within a specified radius. This must be followed by a Retrieve to obtain a fully formatted address.

Choose a service below to find out how to use each request.

<CardGroup cols={2}>
  <Card title="Find" href="/api-reference/address-capture/find" icon="code">
    Uses a text search to find addresses and places.
  </Card>

  <Card title="Retrieve" href="/api-reference/address-capture/retrieve" icon="code">
    Returns the full address details based on the Id.
  </Card>

  <Card title="Geolocation (UK AddressBase data only)" href="/api-reference/address-capture/geolocation" icon="code">
    Takes latitude/longitude coordinates and returns a list of addresses within a specified radius
  </Card>
</CardGroup>
