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

# Store Finder API Endpoints for Location and Distance Data

> Manage location lists, geocode addresses, calculate distances, and render maps with Store Finder APIs.

For details of how the various Store Finder endpoints interact, please see our [How Does a Store Finder Work?](/our-services/store-finder/how-does-a-store-finder-work) page.

<CardGroup cols={3}>
  <Card title="Create List" href="/api-reference/store-finder/location-management-create-list" icon="code">
    Creates a list of locations that can be used with the Distance Finder endpoint.
  </Card>

  <Card title="Delete List or Point" href="/api-reference/store-finder/location-management-delete-list-or-point" icon="code">
    Deletes a list of locations or a particular location within that list.
  </Card>

  <Card title="Update List or Point" href="/api-reference/store-finder/location-management-update-list-or-point" icon="code">
    Updates a list of locations or a particular location within that list.
  </Card>

  <Card title="Get List" href="/api-reference/store-finder/location-management-get-list" icon="code">
    Gets a list of locations to see the details of that list and the locations within it.
  </Card>

  <Card title="Geocoding Typeahead" href="/api-reference/store-finder/geocoding-typeahead" icon="code">
    Uses a text search to suggest Town, City, State and Postcode/ZIP Codes.
  </Card>

  <Card title="Global Geocoding" href="/api-reference/store-finder/global-geocoding" icon="code">
    Takes an input of one or more address strings and returns latitude and longitudes for the given locations.
  </Card>

  <Card title="Global Distance Finder" href="/api-reference/store-finder/global-distance-finder" icon="code">
    Takes an input of an origin location and one or more destination locations, and returns road-based distance and travel times for each of them.
  </Card>

  <Card title="Mapping" href="/api-reference/store-finder/mapping" icon="code">
    Takes an input of your Loqate key and returns a Signed URL that will allow you to visually represent the output from the Distance Finder API on a map.
  </Card>
</CardGroup>
