netatmo.net

Welcome to the Netatmo swagger on-line documentation ! This site is a complement to the official Netatmo developper documentation using swagger to bring interactivity and easy testing of requests with the "try it" button (authenticate with the authoriz

🔑 oauth2 22 endpoints iot
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

pip install netatmo-python-sdk
Netatmo-API-Windows8 ✓ Official
npm install Netatmo-API-Windows8
Netatmo-API-Android ✓ Official
# Maven: see https://github.com/Netatmo/Netatmo-API-Android
# Maven: see https://github.com/cbornet/netatmo-swagger-api
dotnet add package Aark.Netatmo.SDK
dotnet add package NetatmoCore
Netatmo-API-PHP ✓ Official
composer require Netatmo-API-PHP
# See https://github.com/Baza207/NetatmoSwiftSDK
# See https://github.com/kafkasl/netatmo-thermostat
Netatmo-API-iOS ✓ Official
# See https://github.com/Netatmo/Netatmo-API-iOS
curl examples
The method getuser returns information about a user such as prefered language…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.netatmo.net/api/getuser
Links a callback url to a user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.netatmo.net/api/addwebhook
The method devicelist returns the list of devices owned by the user, and thei…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.netatmo.net/api/devicelist
Endpoints (22 total)
GET
/getuser
The method getuser returns information about a user such as prefered language…
GET
/addwebhook
Links a callback url to a user.
GET
/devicelist
The method devicelist returns the list of devices owned by the user, and thei…
GET
/getmeasure
The method getmeasure returns the measurements of a device or a module.
GET
/dropwebhook
Dissociates a webhook from a user.
GET
/gethomedata
Returns information about users homes and cameras.
GET
/getnextevents
Returns previous events.
GET
/getpublicdata
Retrieves publicly shared weather data from Outdoor Modules within a predefin…
GET
/getthermstate
The method getthermstate returns the last Thermostat measurements, its curren…
GET
/geteventsuntil
Returns the snapshot associated to an event.
GET
/getlasteventof
Returns most recent events.
GET
/partnerdevices
The method partnerdevices returns the list of device_id to which your partner…
At a glance
Total SDKs10
Languages8
Endpoints22
Authoauth2
Categories1
https://api.netatmo.net/api