> For the complete documentation index, see [llms.txt](https://docs.systemsx.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.systemsx.co.uk/geo/common-neighbors.md).

# Common - Neighbors

## GeoHash Neighbors

<mark style="color:green;">`POST`</mark> `/api/common`

Returns an array of geohash's for all neighbors from a starting neighbor until X radius.

**Body**

| Param     | Value/Type  | Description |
| --------- | ----------- | ----------- |
| function  | 'neighbors' | Static      |
| geo\_hash | string      |             |
| radius    | int         | \[Miles]    |
| precision | int         | 0 = Auto    |

**Response**

{% tabs %}
{% tab title="200" %}

```json
["gbvqs","gbvqu","gbvqv","gbvqt","gbvqm","gbvqk","gbvq7","gbvqe","gbvqg","gbvrh","gbvrj","gbvr5","gbvrn","gbvqy","gbvqw","gbvqq","gbvqn","gbvqj","gbvqh","gbvq5","gbvq4","gbvq6","gbvqd","gbvqf","gbvr4","gbvrp","gbvqz","gbvqx","gbvqr","gbvqp","gbvmz","gbvmy","gbvmv","gbvmu","gbvmg","gbvmf","gbvmc","gbvq1","gbvq3","gbvq9","gbvqc","gbvr1","gbvwb","gbvw8","gbvw2","gbvw0","gbvq0","gbvq2","gbvq8","gbvqb","gbvw9","gbvw3"]
```

{% endtab %}

{% tab title="400" %}

```json
{
  "error": "Error Message Here"
}
```

{% endtab %}
{% endtabs %}
