patchBay

AQICN vs openSenseMap

Both are solid Weather APIs. Choose based on your specific requirements.

AQICN

Air Quality Index Data for over 1000 cities

openSenseMap

Data from Personal Weather Stations called senseBoxes

AQICN

  • Simple API key authentication
  • HTTPS supported

openSenseMap

  • No authentication required
  • HTTPS supported
  • CORS enabled for frontend use
  • Currently flagged as inactive
FeatureAQICNopenSenseMap
AuthenticationapiKeyNone
HTTPSYesYes
CORSUnknownYes

When to use which?

openSenseMap is the better choice for quick prototypes and hackathons since it requires no authentication. openSenseMap works directly from the browser with CORS enabled, making it better for frontend-only apps.