---
title: "Get all PGP-UK profile meta data"
method: GET
path: "/all_pgp_profile"
tags: ["PGP-UK profile"]
---

# Get all PGP-UK profile meta data

`GET /all_pgp_profile`

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

## Response `200`

Success

- object — Meta data from PGP-UK profile for all PGP-UK participants
  - `hex_id` string — PGP-UK unique participant id
  - `data` object[] — Meta data from PGP-UK profile
    - `public_profile_url` string
    - `deceased` boolean
    - `zip` string
    - `files` object[]
      - `file_source` string
      - `download_url` string
      - `data_type` string
      - `name` string
      - `description` string
      - `data` string
    - `hex` string
    - `real_name` string
    - `type` string

## Other responses

- `404` — Data not found

---

[API](https://skmtc.net/pgp-uk/apis/personal-genome-project-uk.md) · [All operations](https://skmtc.net/pgp-uk/apis/personal-genome-project-uk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pgp-uk/personal-genome-project-uk/revisions/26f2eb33c4d8/schema)
