UnifyAPI
← Back to catalog

opensensemap.box_detail

mock data$0.001 / call

OpenSenseMap Station Detail

Get full metadata and sensor list for a specific OpenSenseMap sensor station by its box ID. Returns station name, coordinates, exposure type, hardware model, creation date, and a complete list of all sensors with their IDs, titles, units, sensor types, and latest measurement values. Use this to discover the sensor IDs needed for sensor_timeseries calls. A station typically has 3–12 sensors covering combinations of: temperature (°C), relative humidity (%), air pressure (hPa), PM2.5 (µg/m³), PM10 (µg/m³), UV intensity (µW/cm²), illuminance (lx), CO₂ (ppm), and more. Obtain the box_id from box_search results. Source: OpenSenseMap, PDDL 1.0 public domain.

Weatherprovider: Opensensemap#opensensemap#weather

Input schema

box_idrequired

OpenSenseMap station (box) ID — the 24-character MongoDB ObjectId from box_search results (e.g. "578207d56fea661300861f3b").

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/opensensemap.box_detail \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"box_id":"<box_id>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.