Changes

496 bytes added ,  09:02, 31 January 2022
oura 2.0 api
Line 65: Line 65:  
== Exporting data==
 
== Exporting data==
 
As for most wearables, there is unfortunately no (easy) way to access all raw data from the device. But Oura offers a way to [https://cloud.ouraring.com/profile download at least all of your calculated metrics from the ''Oura Cloud'' web interface]. Beyond this, they also offer an API to automate access to Oura data in third party tools. An example implementation is the [https://oura.openhumans.org/ ''Oura'' integration into Open Humans], which automatically fetches the latest data at multiple times throughout the day.
 
As for most wearables, there is unfortunately no (easy) way to access all raw data from the device. But Oura offers a way to [https://cloud.ouraring.com/profile download at least all of your calculated metrics from the ''Oura Cloud'' web interface]. Beyond this, they also offer an API to automate access to Oura data in third party tools. An example implementation is the [https://oura.openhumans.org/ ''Oura'' integration into Open Humans], which automatically fetches the latest data at multiple times throughout the day.
 +
 +
In January 2022, Oura announced a version 2.0 of their API for exporting data<ref>https://api.ouraring.com/v2/docs</ref>. This new API is under development and so far only provides access to more detailed activity data (such as intra-day heart rate) but not to any readiness and sleep information and so far there is no timeline when these other metrics are added to the new API. Oura also announced that the old version 1.0 of the API will be around for at least a year before being shut down.
    
==Project using Oura Ring==
 
==Project using Oura Ring==