Roam.ai Docs
Home
Support
Forum
Dashboard
Search…
Roam.ai Docs
Roam v1
Introduction
Getting Started
Frameworks
Android
iOS
React Native
Flutter
Cordova
PRODUCTS
Geofencing
Trips v2 (Beta 👷♂️)
Stops v2 (Beta)
Dispatch v2 (Beta)
APIs
Authorization
Users API
Locations API
Insights API
Trips v1 API
Trips v2 API
Geofencing API
Events API
Nearby API
Get Nearby User API
Get Nearby Geofence API
Moving Geofence API
User Groups API
Query with Metadata
WEBHOOK
Webhook
Slack Integration
LIBRARIES
Javascript Library
Go Library
Python Library
Powered By
GitBook
Get Nearby Geofence API
The Get Nearby Geofence API provides the list of geofences that are within the specified radius.
get
https://api.roam.ai/v1
/api/search/geofences/
Get Nearby Geofence API
Sample Request
1
curl --location --request GET 'https://api.roam.ai/v1/api/search/geofences/?radius=10000&location=12.98046,80.16492&page_limit=15' \
2
--header 'Api-key: 50ccfe35a1ee409f9791cdee340e5864'
Copied!
Previous
Get Nearby User API
Next - APIs
Moving Geofence API
Last modified
8mo ago
Export as PDF
Copy link
Contents
get
Get Nearby Geofence API
Sample Request