← 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: 1-173529924-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 173529924,
      "ref": "A",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_178527.4",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.2294T>A",
          "hgvs_p": "p.Val765Asp",
          "transcript": "NM_178527.4",
          "protein_id": "NP_848622.2",
          "transcript_support_level": null,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 1124,
          "cds_start": 2294,
          "cds_end": null,
          "cds_length": 3375,
          "cdna_start": 2695,
          "cdna_end": null,
          "cdna_length": 4410,
          "mane_select": "ENST00000367714.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_178527.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.2294T>A",
          "hgvs_p": "p.Val765Asp",
          "transcript": "ENST00000367714.4",
          "protein_id": "ENSP00000356687.3",
          "transcript_support_level": 1,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 1124,
          "cds_start": 2294,
          "cds_end": null,
          "cds_length": 3375,
          "cdna_start": 2695,
          "cdna_end": null,
          "cdna_length": 4410,
          "mane_select": "NM_178527.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000367714.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "n.1628T>A",
          "hgvs_p": null,
          "transcript": "ENST00000466087.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000466087.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.2294T>A",
          "hgvs_p": "p.Val765Asp",
          "transcript": "XM_011509426.3",
          "protein_id": "XP_011507728.1",
          "transcript_support_level": null,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 1129,
          "cds_start": 2294,
          "cds_end": null,
          "cds_length": 3390,
          "cdna_start": 2695,
          "cdna_end": null,
          "cdna_length": 4448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509426.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.2294T>A",
          "hgvs_p": "p.Val765Asp",
          "transcript": "XM_017001065.3",
          "protein_id": "XP_016856554.1",
          "transcript_support_level": null,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 1129,
          "cds_start": 2294,
          "cds_end": null,
          "cds_length": 3390,
          "cdna_start": 2644,
          "cdna_end": null,
          "cdna_length": 4397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001065.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.2294T>A",
          "hgvs_p": "p.Val765Asp",
          "transcript": "XM_017001066.2",
          "protein_id": "XP_016856555.1",
          "transcript_support_level": null,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 1129,
          "cds_start": 2294,
          "cds_end": null,
          "cds_length": 3390,
          "cdna_start": 2640,
          "cdna_end": null,
          "cdna_length": 4393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001066.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.2168T>A",
          "hgvs_p": "p.Val723Asp",
          "transcript": "XM_017001068.3",
          "protein_id": "XP_016856557.1",
          "transcript_support_level": null,
          "aa_start": 723,
          "aa_end": null,
          "aa_length": 1087,
          "cds_start": 2168,
          "cds_end": null,
          "cds_length": 3264,
          "cdna_start": 2594,
          "cdna_end": null,
          "cdna_length": 4347,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001068.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.2168T>A",
          "hgvs_p": "p.Val723Asp",
          "transcript": "XM_017001069.3",
          "protein_id": "XP_016856558.1",
          "transcript_support_level": null,
          "aa_start": 723,
          "aa_end": null,
          "aa_length": 1087,
          "cds_start": 2168,
          "cds_end": null,
          "cds_length": 3264,
          "cdna_start": 2543,
          "cdna_end": null,
          "cdna_length": 4296,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001069.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.2168T>A",
          "hgvs_p": "p.Val723Asp",
          "transcript": "XM_017001070.2",
          "protein_id": "XP_016856559.1",
          "transcript_support_level": null,
          "aa_start": 723,
          "aa_end": null,
          "aa_length": 1087,
          "cds_start": 2168,
          "cds_end": null,
          "cds_length": 3264,
          "cdna_start": 2539,
          "cdna_end": null,
          "cdna_length": 4292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001070.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.2156T>A",
          "hgvs_p": "p.Val719Asp",
          "transcript": "XM_017001071.2",
          "protein_id": "XP_016856560.1",
          "transcript_support_level": null,
          "aa_start": 719,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 2156,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": 2556,
          "cdna_end": null,
          "cdna_length": 4309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001071.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.2027T>A",
          "hgvs_p": "p.Val676Asp",
          "transcript": "XM_017001072.3",
          "protein_id": "XP_016856561.1",
          "transcript_support_level": null,
          "aa_start": 676,
          "aa_end": null,
          "aa_length": 1040,
          "cds_start": 2027,
          "cds_end": null,
          "cds_length": 3123,
          "cdna_start": 2428,
          "cdna_end": null,
          "cdna_length": 4181,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001072.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.1988T>A",
          "hgvs_p": "p.Val663Asp",
          "transcript": "XM_017001073.2",
          "protein_id": "XP_016856562.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 1027,
          "cds_start": 1988,
          "cds_end": null,
          "cds_length": 3084,
          "cdna_start": 2455,
          "cdna_end": null,
          "cdna_length": 4208,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001073.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.1988T>A",
          "hgvs_p": "p.Val663Asp",
          "transcript": "XM_017001074.2",
          "protein_id": "XP_016856563.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 1027,
          "cds_start": 1988,
          "cds_end": null,
          "cds_length": 3084,
          "cdna_start": 2388,
          "cdna_end": null,
          "cdna_length": 4141,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001074.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.1547T>A",
          "hgvs_p": "p.Val516Asp",
          "transcript": "XM_047418169.1",
          "protein_id": "XP_047274125.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": 2289,
          "cdna_end": null,
          "cdna_length": 4042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418169.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.1547T>A",
          "hgvs_p": "p.Val516Asp",
          "transcript": "XM_047418170.1",
          "protein_id": "XP_047274126.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": 2222,
          "cdna_end": null,
          "cdna_length": 3975,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418170.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.1214T>A",
          "hgvs_p": "p.Val405Asp",
          "transcript": "XM_017001075.2",
          "protein_id": "XP_016856564.1",
          "transcript_support_level": null,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 769,
          "cds_start": 1214,
          "cds_end": null,
          "cds_length": 2310,
          "cdna_start": 1479,
          "cdna_end": null,
          "cdna_length": 3232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001075.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "c.968T>A",
          "hgvs_p": "p.Val323Asp",
          "transcript": "XM_017001076.2",
          "protein_id": "XP_016856565.1",
          "transcript_support_level": null,
          "aa_start": 323,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 968,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": 1086,
          "cdna_end": null,
          "cdna_length": 2839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001076.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC9C2",
          "gene_hgnc_id": 28664,
          "hgvs_c": "n.899T>A",
          "hgvs_p": null,
          "transcript": "ENST00000648789.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1430,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000648789.1"
        }
      ],
      "gene_symbol": "SLC9C2",
      "gene_hgnc_id": 28664,
      "dbsnp": "rs771141059",
      "frequency_reference_population": 0.0000055870987,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 9,
      "gnomad_exomes_af": 0.00000479877,
      "gnomad_genomes_af": 0.0000131451,
      "gnomad_exomes_ac": 7,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.04037168622016907,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.022,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.107,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.66,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.312,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_178527.4",
          "gene_symbol": "SLC9C2",
          "hgnc_id": 28664,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2294T>A",
          "hgvs_p": "p.Val765Asp"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.