🍭 SugarSugar API
A webservice to ask Dexcom Share servers for blood glucose data
LIVE API Version 1.0.0
📊 API Endpoints
GET
Latest glucose reading in a simple format
/glucoseLatest glucose reading in a simple format
GET
List of all glucose readings for the last 2 hours (default)
/graphList of all glucose readings for the last 2 hours (default)
GET
Get up to an entire day of glucose readings by adding the query parameter
/graph?hours=5.5Get up to an entire day of glucose readings by adding the query parameter
hours and setting it equal to how many hours of
data you want (0.1 - 24.0)
GET
Service health check and status
/healthService health check and status
📊 Native Web Component
Code examples for a CGM viewer
Code example for an Amazon Echo viewer
⌗ API Responses
/glucose
/graph
/health
📖 Documentation
For complete setup instructions and API documentation, visit the GitHub repository.