Airsofia: Get Sensors By Multiple Filters
Airsofia via Parse · weather
Fetches sensor readings combining multiple filter parameters including country, sensor type, and geographic area. At least one filter parameter must be provided. All specified filters are applied simultaneously (AND logic). 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_sensors_by_multiple_filters
- Interface artifact
- sha256:62317e881120b85292b4420a2735e46608da2a91ee64b3e0be6fc32bcfcbba6d
- Manifest digest
- sha256:d71104553561ec154c35e599a72655e42ec6d6e5fb3731adf6255d99cc6fbf59
Request fields
- radius (string): Radius in kilometers for area filter. Must be provided together with latitude and longitude.
- latitude (string): Latitude for area filter. Must be provided together with longitude and radius.
- longitude (string): Longitude for area filter. Must be provided together with latitude and radius.
- sensor_type (string): Sensor type filter (e.g. SDS011, BME280).: Allowed values: SDS011, BME280, BMP280, DHT22, PMS7003, SPS30
- country_code (string): Two-letter country code filter (e.g. BG, DE).: Allowed values: BG, DE, FR, PL, NL
Example queries
- {"radius":"25","latitude":"42.6977","longitude":"23.3219","sensor_type":"SDS011","country_code":"BG"}