Find places near a location
find_places_nearFind Biblical places within a radius around an anchor place or coordinate pair, sorted nearest first with distance in kilometers.
Instructions
Biblical places within a radius, nearest first, with the distance in kilometres. Anchor it on a place already in the knowledge base, or on a bare latitude and longitude when you are asking about a modern location that has no document here.
~1,300 places carry coordinates. Many sites are identified only tentatively — check contested and identifications on the place document before treating a position as settled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Anchor latitude, if no place is given. | |
| lon | No | Longitude in decimal degrees. Must be given together with `lat`, and instead of `place`. | |
| limit | No | How many places to return, nearest first. Defaults to 25, capped at 200. | |
| place | No | Anchor place path, e.g. "places/jerusalem" | |
| radius | No | Kilometres. 50 by default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| total | Yes | ||
| centre | Yes | ||
| origin | No | ||
| licence | No | ||
| results | Yes | ||
| radiusKm | Yes |