Find places near a location
find_places_nearBiblical 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.
total counts everything inside the radius, which a wide one puts well beyond a single page — walk the rest with offset, not by raising the radius.
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" | |
| offset | No | For paging; compare with `total` in the response. A wide radius holds far more than one page. | |
| radius | No | Kilometres. 50 by default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| total | Yes | ||
| centre | Yes | ||
| offset | Yes | ||
| origin | No | ||
| licence | No | ||
| results | Yes | ||
| radiusKm | Yes |