Airsofia: Get Current Sensors By Area
Airsofia via Parse · weather
Fetches current sensor readings filtered by geographic area using a lat/lon center point and radius in kilometers. Returns an array of sensor reading objects including location, sensor metadata, and measurement values. Paginates as a single page; all matching sensors within the radius are returned in one response. API for accessing real-time and historical air quality sensor data from the global Sensor.Community network. Fulfilled by Parse from airsofia.info.
- airsofia
- airsofia-info
- government-public
- maps-geo
- parse
- platform-key
- weather
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- weather
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c89a4243-25eb-47a7-a92c-c6773bde0e4c/get_current_sensors_by_area
- Interface artifact
- sha256:612a394aa6a05a6c83ca3f63275b355332235841417c811e662afd901e45954a
- Manifest digest
- sha256:55c617791f2832e7a10a827a486a208c6e25a0a4e13d81782bb6cb5d3a17aeef
Request fields
- radius (string): Search radius in kilometers.
- latitude (string): Latitude of the center point.
- longitude (string): Longitude of the center point.
Example queries
- {"radius":"10","latitude":"48.8566","longitude":"2.3522"}