adafruit.com

The Internet of Things for Everyone The Adafruit IO HTTP API provides access to your Adafruit IO data from any programming language or hardware environment that can speak HTTP. The easiest way to get started is with [an Adafruit IO learn guide](https://learn.adafruit.com/series/adafruit-io-basi

🔑 apikey 71 endpoints iot
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (3 total)

# See https://github.com/jacobw/adafruit_feather_nrf52840
# See https://github.com/adafruit/esp8266-micropython-vagrant
# See https://github.com/zz-fz-john/adafruit_ultimate_gps_pico_sdk
curl examples
Get information about the current user
curl \
  -H "X-AIO-Key: $API_KEY" \
  /user
All feeds for current user
curl \
  -H "X-AIO-Key: $API_KEY" \
  /{username}/feeds
All groups for current user
curl \
  -H "X-AIO-Key: $API_KEY" \
  /{username}/groups
Endpoints (71 total)
GET
/user
Get information about the current user
GET
/{username}/feeds
All feeds for current user
GET
/{username}/groups
All groups for current user
GET
/{username}/tokens
All tokens for current user
GET
/{username}/throttle
Get the user's data rate limit and current activity level.
GET
/{username}/triggers
All triggers for current user
GET
/{username}/activities
All activities for current user
GET
/{username}/dashboards
All dashboards for current user
GET
/{username}/tokens/{id}
Returns Token based on ID
GET
/{username}/triggers/{id}
Returns Trigger based on ID
GET
/{username}/dashboards/{id}
Returns Dashboard based on ID
GET
/{username}/feeds/{feed_key}
Get feed by feed key
Language coverage
CMake
1
unknown
2
At a glance
Total SDKs3
Languages2
Endpoints71
Authapikey
Categories1