---
title: "Get assembly links by genome assembly accession"
method: GET
path: "/genome/accession/{accessions}/links"
tags: ["Genome"]
---

# Get assembly links by genome assembly accession

`GET /genome/accession/{accessions}/links`

Get links to assembly resources by genome assembly accession in JSON format.

## Path parameters

- `accessions` string[], required

## Query parameters

- `assembly_link_types` V2AssemblyLinksReplyAssemblyLinkType[]

## Response `200`

A successful response

- V2AssemblyLinksReply
  - `assembly_links` V2AssemblyLinksReplyAssemblyLink[]
    - `accession` string
    - `assembly_link_type` 'DEFAULT' | 'GDV_LINK' | 'FTP_LINK' | 'ASSEMBLY_PUBMED' | 'BLAST_LINK' | 'ASSEMBLY_NUCCORE_REFSEQ' | 'ASSEMBLY_NUCCORE_GENBANK' | 'CGV_LINK'
    - `resource_link` string
    - `linked_identifiers` string[]

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/ncats/apis/ncbi-datasets-api.md) · [All operations](https://skmtc.net/ncats/apis/ncbi-datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ncats/ncbi-datasets-api/revisions/e5d4400c8e5d/schema)
