---
title: "Get gene links by GeneID"
method: GET
path: "/gene/id/{gene_ids}/links"
tags: ["Gene"]
---

# Get gene links by GeneID

`GET /gene/id/{gene_ids}/links`

Get links to available gene resources in JSON format.

## Path parameters

- `gene_ids` integer[], required

## Response `200`

A successful response

- V2GeneLinksReply
  - `gene_links` V2GeneLinksReplyGeneLink[]
    - `gene_id` integer
    - `gene_link_type` 'DEFAULT' | 'GENE_LINK' | 'GDV_LINK' | 'ORTHOLOG_LINK' | 'MCGV_LINK'
    - `resource_link` string
    - `resource_id` 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/versions/e5d4400c8e5d/schema)
