openSenseMap
openSenseMap is an open platform for environmental data published by citizen-run weather stations called senseBoxes. Callers can list boxes and filter them by bounding box, proximity to a coordinate, exposure (indoor, outdoor, mobile), phenomenon, or grouping tag, fetch a single box with its sensors and location, and read the latest measurement from each of its sensors. Historical measurements for a sensor can be retrieved over a date range as JSON or CSV, and statistics endpoints return counts of boxes, measurements, and recently active devices. No credentials required.
What your agent can do with openSenseMap
Triggers and actions 8 actions
- ActionFind measurements by phenomenon
Fetch the latest measurements for all sensors measuring a given phenomenon/grouptag, as JSON or CSV. GET /statistics/idw or /boxes/data (phenomenon-scoped query)
- ActionFind senseBoxes near location
Search senseBoxes near a given coordinate/bounding box and phenomenon. GET /boxes with near/bbox query params
- ActionGet 10000 latest measurements for sensor
Fetch up to the 10000 latest raw measurements for one sensor, with optional from-date/to-date filters. GET /boxes/:senseBoxId/data/:sensorId
- ActionGet database statistics
Fetch overview statistics about the openSenseMap database (box count, sensor count, measurement count). GET /stats
- ActionGet latest measurements of senseBox
Fetch the latest measurements of all sensors for a given senseBox. GET /boxes/:senseBoxId/sensors
- ActionGet latest measurements of sensor
Fetch the latest measurement value for one specific sensor of a senseBox. GET /boxes/:senseBoxId/sensors/:sensorId
- ActionGet senseBox
Fetch details for one senseBox station by its ID. GET /boxes/:senseBoxId
- ActionList senseBoxes
List all senseBox stations, optionally filtered by bounding box/phenomenon/exposure. GET /boxes
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the openSenseMap API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.
Related apps
7Timer!7Timer! is a public numerical weather forecast service, notable for its astronomy-oriented "astro" product...
AviationWeatherAviationWeather is the NOAA/NWS Aviation Weather Center data service for flight weather. Callers can...
Hong Kong ObervatoryHong Kong Observatory is Hong Kong's official meteorological and geophysical service, publishing its data...
IPMAIPMA is Portugal's national institute for sea and atmosphere, publishing its open weather and climate data...
Meteorologisk InstituttThe Norwegian Meteorological Institute (MET Norway) publishes open weather and climate data through its...
RainViewerRainViewer aggregates precipitation radar data collected from weather services worldwide into a global radar...
weather-apiweather-api is a small RESTful service that reports current weather conditions for a named city. A caller...
WeatherTotalsWeatherTotals publishes measured precipitation and sky-event totals for the United States. Callers can...