Register an Airthings for Business API client and pull device/location data at scale
domain: developer-business.airthings.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Register a new API client in the Airthings for Business Dashboard at dashboard.airthings.com/integrations/api-integration, choosing Code Flow if end users must authorize access.
Obtain a bearer token per the OAuth2 flow at developer-business.airthings.com/docs/api-authorization, requesting the read:device scope (add write:device to write).
Call GET https://ext-api.airthings.com/v1/locations to list locations and GET /v1/devices to list devices.
Call GET /v1/locations/{locationId}/latest-samples to get the latest radon/CO2/PM2.5/VOC/humidity/temp values for every device at a location.
For trend data, use the segment/samples-history endpoints documented under the Data Access guide.
Known gotchas
Requires an active Airthings for Business subscription; consumer-tier accounts cannot register a Business API client.
Use the published OpenAPI spec at ext-api.airthings.com/v1/api-docs/business rather than guessing field names — endpoint paths have changed across the changelog.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?