v1

latestOpenAPI 3.0.0Creative Commons 0 (CC0)2026-07-14281583.4 KB
Phenotype Data

Get all phenotype data

This will return an object containing all the data for all PGP-UK participants.

get/all_phenotype

Response

Success

hex_idstring

PGP-UK unique participant id

Example response

{
  "hex_id": "uk35C650",
  "data": [
    {
      "name": "General Questionnaire",
      "data": [
        {
          "question": "Age at Sample Collection"
        }
      ]
    }
  ]
}