Get a list of daily activity summaries reported by the data sources.

Returns a list of activity summaries
GET https://api.humanapi.co/v1/human/activities/summaries

Returns a single activity summary
GET https://api.humanapi.co/v1/human/activities/summaries/{id}

Returns a single activity summary by date
GET https://api.humanapi.co/v1/human/activities/summaries/{YYYY-MM-DD}

Response Properties

PropertyTypeDescription
idStringThe id of the resource
userIdString[deprecated - use humanId]
humanIdStringUnique user identifier
dateDateThe date of the activity (format: YYYY-MM-DD)
sourceStringThe id of the originating service
durationNumberThe duration (in seconds)
**Property unavailable for MyFitnessPal, GoogleFit, Apple Health, iHealth. Will return 0 as default value
distanceNumberThe distance (in meters)
**Property unavailable for MyFitnessPal. Will return 0 as default value
stepsNumberThe number of steps taken during the activity
**Property unavailable for Runkeeper, Strava. Will return 0 as default value
vigorousNumberThe number of minutes of vigorous activity
**Property unavailable for Withings, Runkeeper, MyFitnessPal, GoogleFit, MapMyFitness, Strava, Apple Health, iHealth. Will return 0 as default value
moderateNumberThe number of minutes of moderate activity
**Property unavailable for Runkeeper, MyFitnessPal, GoogleFit, MapMyFitness, Strava, Apple Health, iHealth. Will return 0 as default value
lightNumberThe number of minutes of light activity
**Property unavailable for Runkeeper, MyFitnessPal, GoogleFit, MapMyFitness, Strava, Apple Health, iHealth. Will return 0 as default value
sedentaryNumberThe number of minutes of sedentary activity
**Property unavailable for Withings, Runkeeper, MyFitnessPal, GoogleFit, MapMyFitness, Strava, Apple Health, iHealth. Will return 0 as default value
caloriesNumberThe number of estimated calories burned during the activity.
**Property unavailable for Strava. Will return 0 as default value
sourceDataObjectAdditional data from the source that does not fit into the Human API model.
createdAtDateThe time the activity was created on the Human API server
updatedAtDateThe time the activity was updated on the Human API server
Language
Click Try It! to start a request and see the response here!