WHOOP · Schema

UnilabsPatient

WHOOP UnilabsPatient schema

FitnessWearablesHealthRecoverySleepWorkoutsStrainHeart RatePerformance

Properties

Name Type Description
first_name string First name of the patient
last_name string Last name of the patient
birth_date string Birth date of the patient
gender string Gender of the patient
email string Email address of the patient
phone string Phone number of the patient
nationality string Nationality of the patient
id string Unique identifier for the patient
emirates_id string Emirates ID of the patient
passport_no string Passport number of the patient
View JSON Schema on GitHub

JSON Schema

whoop-unilabspatient-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/whoop/main/json-schema/whoop-unilabspatient-schema.json",
  "title": "UnilabsPatient",
  "description": "WHOOP UnilabsPatient schema",
  "required": [
    "birth_date",
    "first_name",
    "id",
    "last_name"
  ],
  "type": "object",
  "properties": {
    "first_name": {
      "type": "string",
      "description": "First name of the patient"
    },
    "last_name": {
      "type": "string",
      "description": "Last name of the patient"
    },
    "birth_date": {
      "type": "string",
      "description": "Birth date of the patient",
      "format": "date"
    },
    "gender": {
      "type": "string",
      "description": "Gender of the patient"
    },
    "email": {
      "type": "string",
      "description": "Email address of the patient"
    },
    "phone": {
      "type": "string",
      "description": "Phone number of the patient"
    },
    "nationality": {
      "type": "string",
      "description": "Nationality of the patient"
    },
    "id": {
      "type": "string",
      "description": "Unique identifier for the patient",
      "format": "uuid"
    },
    "emirates_id": {
      "type": "string",
      "description": "Emirates ID of the patient"
    },
    "passport_no": {
      "type": "string",
      "description": "Passport number of the patient"
    }
  }
}

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/whoop-unilabspatient"
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.