Skip to content

Instantly share code, notes, and snippets.

@mcgarrah
Last active April 26, 2018 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcgarrah/4e98658a6bdc591d0f3585cd02ce02f7 to your computer and use it in GitHub Desktop.
Save mcgarrah/4e98658a6bdc591d0f3585cd02ce02f7 to your computer and use it in GitHub Desktop.
Nokia Withing API Notes
Here are some notes on the Withing API for retrieving information.
I have their scale, watch and bp so I'm interesting in pulling some of the data.
Android or a Python are likely target platforms for the code.
Create an developer account with Nokia/Withing
Create an end-user account with Nokia Health Mate application
Where to start:
https://developer.health.nokia.com/api
https://developer.health.nokia.com/api/doc
https://oauth.withings.com/en/api/oauthguide (useful PHP example below)
Place to read:
https://stackoverflow.com/questions/tagged/withings
Examples:
https://github.com/tomcolaa/nokiaHealthAPI (PHP/Javascript)
https://github.com/DanylS/AppAndroid-Withings-API (Android Java)
https://github.com/LiamsGitHub/WithingsNokiaAPI (Python)
https://github.com/maximebf/python-withings (Python)
https://github.com/waldemarmeier/healthToTwitter (Java + AWS + Twitter)
https://github.com/bassdread/AlgorithmiaWithWithings (Python + graphs)
https://oauth.withings.com/example_code.zip (PHP example)
https://github.com/MoriTanosuke/withings-exporter (Java 4 years old)
https://github.com/jbensley/edacious (Java 6 years old)
https://github.com/saagie/import-withings-data (Java old)
https://github.com/TrentonAdams/bp-processor (Java)
https://stackoverflow.com/questions/45338036/withings-api-invalid-signature (C# example)
https://stackoverflow.com/questions/27779341/implementing-withings-api-in-android
https://github.com/kblomqvist/withings-cli (Python CLI to API)
https://github.com/shirayu/withings-dumper (python)
Examples of REST API for website:
https://github.com/CyrilPeponnet/withings-devices
Kates ponderings on the API:
https://gist.github.com/katemonkeys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment