Rapidapi Idealspot Geodata
Connector for the rapidapi-idealspot-geodata API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://idealspot-geodata.p.rapidapi.com/api/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
fetchavailableinsights— GET /data/insights — Fetch Available Insightsfetchinsightqueryparameters— GET /data/insights/{insight_id:} — Fetch Insight Query Parametersqueryinsightatlocation— GET /data/insights/{insight_id:}/query — Query Insight at Locationfetchgeometries— GET /geometries/geometry — Fetch Geometriesfetchadministrativeregionsusinglat_lng— GET /geometries/regions/intersecting/{latitude}/{longitude} — Fetch Administrative Regions using Lat/Lngvehicletrafficcountsforroadsegment— GET /traffic/counts/{segment_id} — Vehicle Traffic Counts for Road Segment
Inputs
apiKey— your rapidapi-idealspot-geodata API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: fetchavailableinsights
apiKey: <your key>