v1

latestOpenAPI 3.0.0Creative Commons 0 (CC0)2026-07-14281583.4 KB
PGP-UK profile

Get all PGP-UK profile meta data by PGP-UK hex id

This will return an object containing all the data associated with this PGP-UK participant

get/pgp_profile/{pgp_hex_id}

Path parameters

pgp_hex_idstring required

PGP-UK unique participant id

Example:uk35C650

The hex id for the PGP-UK participant for whom the data needs to be fetched

Response

Success

public_profile_urlstring
deceasedboolean
zipstring
hexstring
real_namestring
typestring

Example response

[
  {
    "public_profile_url": "https://my.personalgenomes.org.uk/profile/uk35C650",
    "zip": "CB22 4NZ",
    "files": [
      {
        "file_source": "PGP",
        "download_url": "https://my.personalgenomes.org.uk/datasets/193/download",
        "data_type": "Genome Report",
        "name": "Genome Report (Released by PGP-UK on 23rd October 2018)",
        "description": "Genotyping data",
        "data": "2014-05-15"
      }
    ],
    "hex": "uk35C650",
    "real_name": "Stephan Beck",
    "type": "pgp_profile"
  }
]