Oura Ring · Schema

PublicHeartRateRow

Heart rate sample

HealthWearablesSleepFitnessHeart RateReadinessSmart RingBiometrics

Properties

Name Type Description
timestamp object Timestamp of the discrete sample.
timestamp_unix integer Timestamp of the discrete sample as unix time in milliseconds.
bpm integer Heart rate as beats per minute.
source object Source of the sample.
View JSON Schema on GitHub

JSON Schema

oura-publicheartraterow.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/oura/main/json-schema/oura-publicheartraterow.json",
  "title": "PublicHeartRateRow",
  "description": "Heart rate sample",
  "properties": {
    "timestamp": {
      "$ref": "#/components/schemas/UtcDateTime",
      "title": "",
      "description": "Timestamp of the discrete sample."
    },
    "timestamp_unix": {
      "type": "integer",
      "title": "",
      "description": "Timestamp of the discrete sample as unix time in milliseconds."
    },
    "bpm": {
      "type": "integer",
      "title": "",
      "description": "Heart rate as beats per minute."
    },
    "source": {
      "$ref": "#/components/schemas/PublicHeartRateSource",
      "title": "",
      "description": "Source of the sample."
    }
  },
  "type": "object",
  "required": [
    "timestamp",
    "timestamp_unix",
    "bpm",
    "source"
  ],
  "x-cloud-only": true,
  "x-collection": "publicheartrate",
  "x-owner": "core-sensing-squad"
}

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/oura-publicheartraterow"
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 email required.

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