Skip to content

Data API (1.0)

The Tidepool API is an HTTP REST API used by Tidepool clients use to communicate with the Tidepool Platform.

For more information, see the Getting Started section.

Download OpenAPI description
Languages
Servers
Mock server

https://tidepool.redocly.app/_mock/reference/data.v1/

integration

https://external.integration.tidepool.org/

production

https://api.tidepool.org/

dev1

https://dev1.dev.tidepool.org/

qa1

https://qa1.development.tidepool.org/

qa2

https://qa2.development.tidepool.org/

Internal

APIs intended for internal use by Tidepool.

Operations

Data

Manages diabetes data in user's Tidepool account.

Operations

State

string(State)
Enum"alcohol""cycle""hyperglycemiaSymptoms""hypoglycemiaSymptoms""illness""other""stress"
"alcohol"

Other State

Should only be present if state is other

string(Other State)[ 1 .. 100 ] characters

Should only be present if state is other

"buzzed"

States

Array [
severityinteger(int32)(Severity)[ 0 .. 10 ]
Example: 5
statestring(State)required
Enum"alcohol""cycle""hyperglycemiaSymptoms""hypoglycemiaSymptoms""illness""other""stress"
Example: "alcohol"
stateOtherstring(Other State)[ 1 .. 100 ] characters

Should only be present if state is other

Example: "buzzed"
]
[ { "severity": 5, "state": "alcohol", "stateOther": "buzzed" } ]