Group: User APIsUse this when you need: By location.
Usage
Parameters
| Parameter | Type | Required | Description | |
|---|---|---|---|---|
latitude | `number | null` | ✅ | Latitude of the location |
longitude | `number | null` | ✅ | Longitude of the location |
xNeynarExperimental | boolean | ❌ | - | |
viewerFid | number | ❌ | - | |
limit | number | ❌ | - | |
cursor | string | ❌ | - |
Response
Returns aRequestArgs object.
Error Handling
Tips
- Provide a viewerFid when supported to respect mutes/blocks and include
viewer_context. - Keep requests scoped (e.g., use
limit) to improve latency. - Cache results where sensible.

