Skip to main content

For Partners — Cohort ID Access

This guide is for organisations, NGOs, research networks, and corporate partners who have a group of AirQo devices deployed across multiple locations. Cohort ID access lets you retrieve air quality data from all of your devices with a single API call, regardless of where they are physically located.


What is a Cohort?

A Cohort is an organisationally-defined group of devices. Unlike Grid IDs, which are determined by geography, a Cohort is created and managed by AirQo based on your organisation's needs. Your devices might be spread across different cities or even countries — the Cohort groups them together under a single identifier.

Cohort access is currently managed by AirQo

At this time, Cohorts are created and configured by the AirQo team on behalf of partner organisations. Contact support@airqo.net to request a Cohort for your network.


Why use Cohort ID access?

Use caseHow Cohort ID helps
Multi-location monitoringGet all your data with one API call
Organisational dashboardsUnified view across your entire network
Corporate air quality reportingFilter to exactly your devices
Research networksPull data from all participating devices
NGO environmental programmesMonitor all programme sites centrally

Your Cohort ID endpoint structure

Once you have your Cohort ID, these endpoints cover your primary data needs:

DataEndpoint
Recent measurements (last 7 days)GET /api/v2/devices/measurements/cohorts/{COHORT_ID}?token={SECRET_TOKEN}
Historical measurementsPOST /api/v3/public/analytics/data-download
Daily forecastsGET /api/v2/predict/daily-forecasting/?cohort_id={COHORT_ID}&token={SECRET_TOKEN}
Hourly forecastsGET /api/v2/predict/hourly-forecasting/?cohort_id={COHORT_ID}&token={SECRET_TOKEN}

Privacy and your Cohort

By default, Cohorts are private — meaning the devices in your Cohort are not visible through Grid ID (city) endpoints unless you explicitly make them public. This is important for partners who manage proprietary sensor networks.

To change the privacy setting of your Cohort, contact support@airqo.net.


Getting your Cohort ID

  • Public Cohorts: Use the Metadata API — call GET /api/v2/devices/metadata/cohorts to list all publicly visible cohorts
  • Private Cohorts: Contact support@airqo.net — your Cohort ID will be shared securely

What data is available?

Data typeAvailable?Notes
Recent hourly measurements✅ FreeLast 7 days
Historical calibrated data✅ Standard+Via Analytics API
Raw sensor readings✅ Standard+Via Analytics API
Air quality forecasts✅ PremiumVia cohort_id on the Forecast API
Spatial heatmapsHeatmaps use Grid ID

Next steps