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

# Get gene counts by taxon

`POST /gene/taxon/counts`

Get gene counts by taxon in JSON format.

## Request body

- V2GeneCountsByTaxonRequest
  - `taxon` string

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