Sports & Fitness — entry 009 of 34

Fitbit

Verified Jul 2026

The Fitbit Web API exposes over 20 million active users' activity, sleep, heart rate, and body-composition data via OAuth 2.0-authorized REST endpoints returning JSON, free to register for and use within Fitbit's published per-user rate limit. Its own developer portal now carries a live deprecation notice: the legacy Web API is being retired in September 2026 in favor of a new Google Health Connect-based infrastructure, so integrations built today should plan for that migration. Access still requires each end user to grant consent through Fitbit's OAuth flow -- there is no app-level or service-account key.

fitnesshealthwearablesoauthactivity-tracking
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score71out of 100
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 71 on greatapis.com
<a href="https://greatapis.com/api/fitbit/"><img src="https://greatapis.com/badge/fitbit.svg" alt="Scored 71 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: Bearer <token>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.