HealthGraph-API Demo

HealthGraph-API is a Python Client Library for Health Graph API. The API can be used for accessing RunKeeper.com for retrieving, updating, deleting and uploading Fitness Activity and Health Measurements Information.

Profile Picture

{{ profile.get('name') }}
{{ profile.get('athlete_type') }} from {{ profile.get('location', 'Somewhere') }}

Total Distance %for sport, stats in records.items(): %end
Sport This Week
(km)
Last Week
(km)
This Month
(km)
Last Month
(km)
Overall
(km)
{{ sport }} {{ stats.get('THIS_WEEK') }} {{ stats.get('LAST_WEEK') }} {{ stats.get('THIS_MONTH') }} {{ stats.get('LAST_MONTH') }} {{ int(stats.get('OVERALL') / 1000) }}

Logout