← 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: 11-63636245-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 63636245,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000398868.8",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATL3",
          "gene_hgnc_id": 24526,
          "hgvs_c": "c.940T>C",
          "hgvs_p": "p.Ser314Pro",
          "transcript": "NM_015459.5",
          "protein_id": "NP_056274.3",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 541,
          "cds_start": 940,
          "cds_end": null,
          "cds_length": 1626,
          "cdna_start": 981,
          "cdna_end": null,
          "cdna_length": 6899,
          "mane_select": "ENST00000398868.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATL3",
          "gene_hgnc_id": 24526,
          "hgvs_c": "c.940T>C",
          "hgvs_p": "p.Ser314Pro",
          "transcript": "ENST00000398868.8",
          "protein_id": "ENSP00000381844.3",
          "transcript_support_level": 1,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 541,
          "cds_start": 940,
          "cds_end": null,
          "cds_length": 1626,
          "cdna_start": 981,
          "cdna_end": null,
          "cdna_length": 6899,
          "mane_select": "NM_015459.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATL3",
          "gene_hgnc_id": 24526,
          "hgvs_c": "c.889T>C",
          "hgvs_p": "p.Ser297Pro",
          "transcript": "NM_001440716.1",
          "protein_id": "NP_001427645.1",
          "transcript_support_level": null,
          "aa_start": 297,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 889,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": 930,
          "cdna_end": null,
          "cdna_length": 6848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATL3",
          "gene_hgnc_id": 24526,
          "hgvs_c": "c.886T>C",
          "hgvs_p": "p.Ser296Pro",
          "transcript": "NM_001290048.2",
          "protein_id": "NP_001276977.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 523,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 1572,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 7151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATL3",
          "gene_hgnc_id": 24526,
          "hgvs_c": "c.886T>C",
          "hgvs_p": "p.Ser296Pro",
          "transcript": "ENST00000538786.1",
          "protein_id": "ENSP00000437593.1",
          "transcript_support_level": 2,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 523,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 1572,
          "cdna_start": 1168,
          "cdna_end": null,
          "cdna_length": 1920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATL3",
          "gene_hgnc_id": 24526,
          "hgvs_c": "c.883T>C",
          "hgvs_p": "p.Ser295Pro",
          "transcript": "NM_001440717.1",
          "protein_id": "NP_001427646.1",
          "transcript_support_level": null,
          "aa_start": 295,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 883,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 924,
          "cdna_end": null,
          "cdna_length": 6842,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATL3",
          "gene_hgnc_id": 24526,
          "hgvs_c": "c.940T>C",
          "hgvs_p": "p.Ser314Pro",
          "transcript": "NM_001440718.1",
          "protein_id": "NP_001427647.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 940,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 981,
          "cdna_end": null,
          "cdna_length": 6827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATL3",
          "gene_hgnc_id": 24526,
          "hgvs_c": "c.835T>C",
          "hgvs_p": "p.Ser279Pro",
          "transcript": "NM_001440719.1",
          "protein_id": "NP_001427648.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": 835,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": 876,
          "cdna_end": null,
          "cdna_length": 6794,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATL3",
          "gene_hgnc_id": 24526,
          "hgvs_c": "c.829T>C",
          "hgvs_p": "p.Ser277Pro",
          "transcript": "NM_001440720.1",
          "protein_id": "NP_001427649.1",
          "transcript_support_level": null,
          "aa_start": 277,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 829,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 1176,
          "cdna_end": null,
          "cdna_length": 7094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATL3",
          "gene_hgnc_id": 24526,
          "hgvs_c": "c.784T>C",
          "hgvs_p": "p.Ser262Pro",
          "transcript": "NM_001440721.1",
          "protein_id": "NP_001427650.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 489,
          "cds_start": 784,
          "cds_end": null,
          "cds_length": 1470,
          "cdna_start": 825,
          "cdna_end": null,
          "cdna_length": 6743,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATL3",
          "gene_hgnc_id": 24526,
          "hgvs_c": "c.727T>C",
          "hgvs_p": "p.Ser243Pro",
          "transcript": "NM_001440722.1",
          "protein_id": "NP_001427651.1",
          "transcript_support_level": null,
          "aa_start": 243,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": 727,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": 768,
          "cdna_end": null,
          "cdna_length": 6686,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATL3",
          "gene_hgnc_id": 24526,
          "hgvs_c": "c.1096T>C",
          "hgvs_p": "p.Ser366Pro",
          "transcript": "XM_047426725.1",
          "protein_id": "XP_047282681.1",
          "transcript_support_level": null,
          "aa_start": 366,
          "aa_end": null,
          "aa_length": 593,
          "cds_start": 1096,
          "cds_end": null,
          "cds_length": 1782,
          "cdna_start": 1355,
          "cdna_end": null,
          "cdna_length": 7273,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000256789",
          "gene_hgnc_id": 58146,
          "hgvs_c": "n.121-1246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000540307.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "LNCROPM",
          "gene_hgnc_id": 58146,
          "hgvs_c": "n.106-1246A>G",
          "hgvs_p": null,
          "transcript": "NR_199012.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 714,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ATL3",
      "gene_hgnc_id": 24526,
      "dbsnp": "rs762851508",
      "frequency_reference_population": 0.000030358979,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 49,
      "gnomad_exomes_af": 0.0000184695,
      "gnomad_genomes_af": 0.000144592,
      "gnomad_exomes_ac": 27,
      "gnomad_genomes_ac": 22,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.2685985863208771,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.15,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.9376,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.3,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.815,
      "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": -5,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4,BS2",
      "acmg_by_gene": [
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000398868.8",
          "gene_symbol": "ATL3",
          "hgnc_id": 24526,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.940T>C",
          "hgvs_p": "p.Ser314Pro"
        },
        {
          "score": -1,
          "benign_score": 1,
          "pathogenic_score": 0,
          "criteria": [
            "BP4"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000540307.2",
          "gene_symbol": "ENSG00000256789",
          "hgnc_id": 58146,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.121-1246A>G",
          "hgvs_p": null
        },
        {
          "score": -1,
          "benign_score": 1,
          "pathogenic_score": 0,
          "criteria": [
            "BP4"
          ],
          "verdict": "Likely_benign",
          "transcript": "NR_199012.1",
          "gene_symbol": "LNCROPM",
          "hgnc_id": 58146,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.106-1246A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " hereditary sensory, type 1F,Inborn genetic diseases,Neuropathy",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "Neuropathy, hereditary sensory, type 1F|Inborn genetic diseases",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}