# Geocodio

Geocodio provides straightforward and easy-to-use geocoding, reverse geocoding, and data matching services for US and Canadian addresses.

- **Category:** developer tools
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 7
- **Triggers:** 0
- **Slug:** `GEOCODIO`
- **Version:** 20260312_00

## Tools

### Batch Reverse Geocode

**Slug:** `GEOCODIO_BATCH_REVERSE_GEOCODE`

Tool to batch reverse geocode up to 10,000 coordinates in one request. Use when you need addresses for many lat/lon pairs.

### Delete Geocodio List

**Slug:** `GEOCODIO_DELETE_LIST`

Permanently deletes a Geocodio spreadsheet list by its ID. Use this to cancel a processing list job or remove a completed list. This action is destructive and cannot be undone. The list_id must be obtained from the lists API or from when the list was created.

### Batch Forward Geocode

**Slug:** `GEOCODIO_GEOCODE_BATCH`

Tool to batch geocode up to 10,000 addresses to coordinates in one request. Use when you need to convert multiple addresses to lat/lon coordinates. Optionally calculates distances to specified destinations for each geocoded result.

### Google Maps Compatible Geocode

**Slug:** `GEOCODIO_GEOCODE_GOOGLE_MAPS_COMPATIBLE`

Tool to geocode addresses using Google Maps-compatible API format. Use when you need a drop-in replacement for Google Maps Geocoding API for US and Canada addresses.

### Get Sample Coordinates for Batch Reverse Geocode

**Slug:** `GEOCODIO_GET_COORDINATES_FOR_BATCH_REVERSE_GEOCODE`

Utility tool that returns a predefined list of sample US coordinates (latitude,longitude strings). Use this to obtain ready-to-use coordinate inputs for the batch reverse geocode action. The coordinates cover well-known US landmarks across different cities and states.

### Single Forward Geocode

**Slug:** `GEOCODIO_SINGLE_GEOCODE`

Tool to forward geocode a single address. Use when you need coordinates and metadata for one address.

### Single Reverse Geocode

**Slug:** `GEOCODIO_SINGLE_REVERSE_GEOCODE`

Tool to reverse geocode a single coordinate. Use when you need to convert one lat,lng to an address.
