Using openaq-python with openaq.local

Python integration

✓ Official SDK
Install
pip install openaq-python
Quick start
import openaq-python

client = openaq_python.Client("YOUR_API_KEY")
Pong
curl \
  http://openaq.local/ping
Provides a simple listing of cities within the platform
curl \
  http://openaq.local/v1/cities
Latest V1 Get
curl \
  http://openaq.local/v1/latest
SDK on GitHub 📄 API Docs
SDK
openaq-python
Python
API
openaq.local
openaq.local
Other SDKs for openaq.local
OpenAQKit
At a glance
Language Python
Endpoints36
Base URLhttp://openaq.local
✓ Official