Fitbit · Schema

Fitbit Activity Daily Summary

WearableHealthFitnessActivity TrackingHeart RateSleepGoogleIoT

Properties

Name Type Description
activities array
goals object
summary object
View JSON Schema on GitHub

JSON Schema

fitbit-activity-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/fitbit/main/json-schema/fitbit-activity-summary-schema.json",
  "title": "Fitbit Activity Daily Summary",
  "type": "object",
  "properties": {
    "activities": {
      "type": "array",
      "items": { "$ref": "#/$defs/ActivityLog" }
    },
    "goals": {
      "type": "object",
      "properties": {
        "activeMinutes": { "type": "integer" },
        "caloriesOut": { "type": "integer" },
        "distance": { "type": "number" },
        "floors": { "type": "integer" },
        "steps": { "type": "integer" },
        "activeZoneMinutes": { "type": "integer" }
      }
    },
    "summary": {
      "type": "object",
      "properties": {
        "activeScore": { "type": "integer" },
        "activityCalories": { "type": "integer" },
        "caloriesBMR": { "type": "integer" },
        "caloriesOut": { "type": "integer" },
        "distances": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "activity": { "type": "string" },
              "distance": { "type": "number" }
            }
          }
        },
        "elevation": { "type": "number" },
        "fairlyActiveMinutes": { "type": "integer" },
        "floors": { "type": "integer" },
        "heartRateZones": {
          "type": "array",
          "items": { "$ref": "#/$defs/HeartRateZone" }
        },
        "lightlyActiveMinutes": { "type": "integer" },
        "marginalCalories": { "type": "integer" },
        "restingHeartRate": { "type": "integer" },
        "sedentaryMinutes": { "type": "integer" },
        "steps": { "type": "integer" },
        "veryActiveMinutes": { "type": "integer" }
      }
    }
  },
  "$defs": {
    "ActivityLog": {
      "type": "object",
      "properties": {
        "activityId": { "type": "integer" },
        "activityParentId": { "type": "integer" },
        "calories": { "type": "integer" },
        "description": { "type": "string" },
        "distance": { "type": "number" },
        "duration": { "type": "integer" },
        "hasStartTime": { "type": "boolean" },
        "isFavorite": { "type": "boolean" },
        "logId": { "type": "integer" },
        "name": { "type": "string" },
        "startDate": { "type": "string", "format": "date" },
        "startTime": { "type": "string" },
        "steps": { "type": "integer" }
      }
    },
    "HeartRateZone": {
      "type": "object",
      "properties": {
        "caloriesOut": { "type": "number" },
        "max": { "type": "integer" },
        "min": { "type": "integer" },
        "minutes": { "type": "integer" },
        "name": { "type": "string" }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/fitbit-activity-summary"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.