---
title: "Get Pdb Sequences"
method: GET
path: "/convert/pdb_id_to_sequences"
tags: ["convert"]
---

# Get Pdb Sequences

`GET /convert/pdb_id_to_sequences`

Fetch protein, DNA, and RNA sequences from RCSB PDB.
Args:
    pdb_id: PDB identifier (e.g., '1ABC')
Returns:
    Dictionary with 'sequences' (protein), 'dna', and 'rna' lists.

## Query parameters

- `pdb_id` string, required

## Cookies

- `access_token` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rowansci/apis/eyrie.md) · [All operations](https://skmtc.dev/rowansci/apis/eyrie/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rowansci/eyrie/revisions/f786577eede6/schema)
