---
title: "Get HPO phenotypes data"
method: GET
path: "/hpo"
tags: ["HPO"]
---

# Get HPO phenotypes data

`GET /hpo`

## Query parameters

- `genesymbol` string[]
- `hpotermname` string[]
- `limit` integer
- `page` integer
- `synonym` string[]

## Response `200`

OK

- HpoEntities
  - `hpo` HPOEntity[]
    - `db_references` string[]
    - `gene` Gene[]
      - `id` string
      - `symbol` string
    - `hpo_id` string
    - `synonyms` string[]
    - `term_name` string
  - `pageMeta` PageMeta
    - `currentElements` integer
    - `currentPage` integer
    - `limit` integer
    - `totalElements` integer
    - `totalPages` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/ebi/apis/crossbar-data-api.md) · [All operations](https://skmtc.dev/ebi/apis/crossbar-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ebi/crossbar-data-api/revisions/0f6e23feebcd/schema)
