The Google Fit APIs, including the Google Fit REST API, will no longer be available after June 30, 2025. As of May 1, 2024, developers cannot sign up to use these APIs.
The response is a 200 OK status code. The response body contains JSON representations of all
existing sessions that match the start and end times provided in the query parameters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-11-20 UTC."],[[["The Fitness REST API allows you to create and retrieve fitness sessions, which represent periods of user activity."],["Sessions are managed using the `Users.session` resource and contain data like start/end times, activity type, and optional metadata."],["You can insert new sessions using a PUT request to the API with session details in the request body."],["Existing sessions can be listed by sending a GET request with optional start and end time parameters to filter results."],["For best practices on handling user data, refer to the Responsible use of Google Fit guidelines."]]],[]]