← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 3-133746449-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=133746449&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 6,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "effects": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "gene_symbol": "TF",
          "hgnc_id": 11740,
          "hgvs_c": "c.-200C>T",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -6,
          "transcript": "NM_001354704.2",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 6,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000291042",
          "hgnc_id": null,
          "hgvs_c": "n.382-7146C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -6,
          "transcript": "ENST00000460564.5",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate",
      "acmg_score": -6,
      "allele_count_reference_population": 53,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.62,
      "chr": "3",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "not provided",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.6200000047683716,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 698,
          "aa_ref": "L",
          "aa_start": 3,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 20166,
          "cdna_start": 57,
          "cds_end": null,
          "cds_length": 2097,
          "cds_start": 9,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001063.4",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.9C>T",
          "hgvs_p": "p.Leu3Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000402696.9",
          "protein_coding": true,
          "protein_id": "NP_001054.2",
          "strand": true,
          "transcript": "NM_001063.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 698,
          "aa_ref": "L",
          "aa_start": 3,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 20166,
          "cdna_start": 57,
          "cds_end": null,
          "cds_length": 2097,
          "cds_start": 9,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000402696.9",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.9C>T",
          "hgvs_p": "p.Leu3Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001063.4",
          "protein_coding": true,
          "protein_id": "ENSP00000385834.3",
          "strand": true,
          "transcript": "ENST00000402696.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 571,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 19993,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1716,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_count": 16,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001354704.2",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.-200C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341633.2",
          "strand": true,
          "transcript": "NM_001354704.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 133,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 659,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 403,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000482271.5",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.-200C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000419338.1",
          "strand": true,
          "transcript": "ENST00000482271.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "L",
          "aa_start": 3,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1660,
          "cdna_start": 57,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 9,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000877249.1",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.9C>T",
          "hgvs_p": "p.Leu3Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547308.1",
          "strand": true,
          "transcript": "ENST00000877249.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "L",
          "aa_start": 3,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1327,
          "cdna_start": 55,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 9,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000877246.1",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.9C>T",
          "hgvs_p": "p.Leu3Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547305.1",
          "strand": true,
          "transcript": "ENST00000877246.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "L",
          "aa_start": 3,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1310,
          "cdna_start": 57,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 9,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000877245.1",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.9C>T",
          "hgvs_p": "p.Leu3Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547304.1",
          "strand": true,
          "transcript": "ENST00000877245.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 280,
          "aa_ref": "L",
          "aa_start": 3,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1055,
          "cdna_start": 57,
          "cds_end": null,
          "cds_length": 843,
          "cds_start": 9,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000877248.1",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.9C>T",
          "hgvs_p": "p.Leu3Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547307.1",
          "strand": true,
          "transcript": "ENST00000877248.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 150,
          "aa_ref": "L",
          "aa_start": 3,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 666,
          "cdna_start": 57,
          "cds_end": null,
          "cds_length": 453,
          "cds_start": 9,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000877247.1",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.9C>T",
          "hgvs_p": "p.Leu3Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547306.1",
          "strand": true,
          "transcript": "ENST00000877247.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 571,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 19993,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1716,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 16,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001354704.2",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.-200C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341633.2",
          "strand": true,
          "transcript": "NM_001354704.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 133,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 659,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 403,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000482271.5",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.-200C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000419338.1",
          "strand": true,
          "transcript": "ENST00000482271.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 654,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 21134,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1965,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001354703.2",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.-89-1963C>T",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341632.2",
          "strand": true,
          "transcript": "NM_001354703.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 74,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 526,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 227,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000466911.5",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "c.-90+200C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000417468.1",
          "strand": true,
          "transcript": "ENST00000466911.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 546,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000414694.5",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "n.9C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000401505.1",
          "strand": true,
          "transcript": "ENST00000414694.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 577,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000460531.5",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "n.57C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000460531.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 645,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000474287.5",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "n.122C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000474287.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 580,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000485977.1",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "n.9C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000418716.1",
          "strand": true,
          "transcript": "ENST00000485977.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 999,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000493011.5",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "n.57C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000493011.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 594,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000494430.5",
          "gene_hgnc_id": 11740,
          "gene_symbol": "TF",
          "hgvs_c": "n.9C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000418396.1",
          "strand": true,
          "transcript": "ENST00000494430.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 572,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000460564.5",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000291042",
          "hgvs_c": "n.382-7146C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000460564.5",
          "transcript_support_level": 4
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs746387440",
      "effect": "5_prime_UTR_premature_start_codon_gain_variant",
      "frequency_reference_population": 0.00003311126,
      "gene_hgnc_id": 11740,
      "gene_symbol": "TF",
      "gnomad_exomes_ac": 47,
      "gnomad_exomes_af": 0.0000324493,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 6,
      "gnomad_genomes_af": 0.0000394083,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Likely benign",
      "phenotype_combined": "not provided",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.028,
      "pos": 133746449,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_001354704.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.