---
title: "Get gene counts by taxon"
method: GET
path: "/gene/taxon/{taxon}/counts"
tags: ["Gene"]
---

# Get gene counts by taxon

`GET /gene/taxon/{taxon}/counts`

Get gene counts by taxon in JSON format.

## Path parameters

- `taxon` string, required

## Response `200`

A successful response

- V2GeneCountsByTaxonReply
  - `report` V2GeneCountsByTaxonReplyGeneTypeAndCount[]
    - `gene_type` string
    - `count` integer

## 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)
