🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/rapidsos/getNearbyFeeds \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "latitude": 40.7128, "longitude": -74.006, "width": 1000 } '
{ "error": true, "errorMsg": "<string>", "streamUrls": [ "<string>" ], "warningMsg": "<string>" }
Get closest 10 feeds by lat and long
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for getting the closest 10 feeds by latitude and longitude.
Latitude coordinate for finding nearby feeds
40.7128
Longitude coordinate for finding nearby feeds
-74.006
Width parameter for the search area
1000
OK
Response object containing the closest 10 feed stream URLs by latitude and longitude.
List of stream URLs for the closest 10 feeds
Was this page helpful?