SchoolAIR Global Network

Real-time air quality monitoring across 5 countries

⚠️ Simulated Data For Demonstration Purposes

5 Schools
10 Active Stations
3,500 Students Protected
5 Countries
See Example School Dashboard

View a sample air quality dashboard

Join the SchoolAir network

Global Air Quality Overview

Explore a Live School Dashboard

See real-time air quality monitoring in action with interactive charts, historical data, and environmental insights

Current Global AQI

52

Moderate - Acceptable for most people

Average PM2.5

14.8

μg/m³ - Within WHO guidelines

Real-time Monitoring

24/7

Continuous data collection worldwide

School Network Directory

AQI = Air Quality Indicator

⚠️ Individual school data is private. Only anonymized aggregate data is shown.

🌬️ Air School

Online - Real-time monitoring

AQI: Interactive Dashboard Available

Live demo - Try login: "airschool" / "1234"

Barcelona International School

Online - All sensors active

AQI: Login to see your school's AQI

Last updated: 2 minutes ago

Green Valley Academy

Online - All sensors active

AQI: Login to see your school's AQI

Last updated: 1 minute ago

Tokyo STEM Institute

Maintenance scheduled

AQI: Login to see your school's AQI

Last updated: 15 minutes ago

Community Volunteers

Join our global network of environmental advocates helping schools monitor air quality

1,247

Active Volunteers

384

Schools Helped

52

Countries

How to Get Involved

School Ambassador

Help schools set up monitoring

Technical Support

Sensor installation & maintenance

Educational Outreach

Teach environmental science

Data Analysis

Interpret data & create reports

Data & API Access

Access real-time and historical air quality data through our API

API Endpoints

GET /api/v1/schools

List all participating schools

GET /api/v1/aqi/{region}

Get regional air quality data

GET /api/v1/historical/{school_id}

Historical data for specific school

Data Export

Integration Example

curl -X GET https://api.schoolair.org/v1/aqi/europe \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Accept: application/json" # Response: { "region": "europe", "avg_aqi": 45, "schools": 692, "last_updated": "2024-01-15T10:30:00Z" }