← 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: 10-95613798-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 95613798,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000371224.7",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "c.1867G>A",
          "hgvs_p": "p.Asp623Asn",
          "transcript": "NM_002860.4",
          "protein_id": "NP_002851.2",
          "transcript_support_level": null,
          "aa_start": 623,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 1867,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": 2010,
          "cdna_end": null,
          "cdna_length": 3352,
          "mane_select": "ENST00000371224.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "c.1867G>A",
          "hgvs_p": "p.Asp623Asn",
          "transcript": "ENST00000371224.7",
          "protein_id": "ENSP00000360268.2",
          "transcript_support_level": 1,
          "aa_start": 623,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 1867,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": 2010,
          "cdna_end": null,
          "cdna_length": 3352,
          "mane_select": "NM_002860.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "c.1861G>A",
          "hgvs_p": "p.Asp621Asn",
          "transcript": "ENST00000371221.3",
          "protein_id": "ENSP00000360265.3",
          "transcript_support_level": 1,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 793,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2382,
          "cdna_start": 1999,
          "cdna_end": null,
          "cdna_length": 3337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "c.1867G>A",
          "hgvs_p": "p.Asp623Asn",
          "transcript": "NM_001323413.2",
          "protein_id": "NP_001310342.1",
          "transcript_support_level": null,
          "aa_start": 623,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 1867,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": 2161,
          "cdna_end": null,
          "cdna_length": 3503,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "c.1867G>A",
          "hgvs_p": "p.Asp623Asn",
          "transcript": "NM_001323414.2",
          "protein_id": "NP_001310343.1",
          "transcript_support_level": null,
          "aa_start": 623,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 1867,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": 2318,
          "cdna_end": null,
          "cdna_length": 3660,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "c.1861G>A",
          "hgvs_p": "p.Asp621Asn",
          "transcript": "NM_001017423.2",
          "protein_id": "NP_001017423.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 793,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2382,
          "cdna_start": 2004,
          "cdna_end": null,
          "cdna_length": 3346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "c.1861G>A",
          "hgvs_p": "p.Asp621Asn",
          "transcript": "NM_001323415.2",
          "protein_id": "NP_001310344.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 793,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2382,
          "cdna_start": 2155,
          "cdna_end": null,
          "cdna_length": 3497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "c.1762G>A",
          "hgvs_p": "p.Asp588Asn",
          "transcript": "NM_001323417.2",
          "protein_id": "NP_001310346.1",
          "transcript_support_level": null,
          "aa_start": 588,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 1762,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": 1905,
          "cdna_end": null,
          "cdna_length": 3247,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "c.1534G>A",
          "hgvs_p": "p.Asp512Asn",
          "transcript": "NM_001323412.2",
          "protein_id": "NP_001310341.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 684,
          "cds_start": 1534,
          "cds_end": null,
          "cds_length": 2055,
          "cdna_start": 1795,
          "cdna_end": null,
          "cdna_length": 3137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "c.1534G>A",
          "hgvs_p": "p.Asp512Asn",
          "transcript": "NM_001323416.2",
          "protein_id": "NP_001310345.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 684,
          "cds_start": 1534,
          "cds_end": null,
          "cds_length": 2055,
          "cdna_start": 1946,
          "cdna_end": null,
          "cdna_length": 3288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "c.1528G>A",
          "hgvs_p": "p.Asp510Asn",
          "transcript": "NM_001323418.2",
          "protein_id": "NP_001310347.1",
          "transcript_support_level": null,
          "aa_start": 510,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1528,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1940,
          "cdna_end": null,
          "cdna_length": 3282,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "c.1231G>A",
          "hgvs_p": "p.Asp411Asn",
          "transcript": "NM_001323419.2",
          "protein_id": "NP_001310348.1",
          "transcript_support_level": null,
          "aa_start": 411,
          "aa_end": null,
          "aa_length": 583,
          "cds_start": 1231,
          "cds_end": null,
          "cds_length": 1752,
          "cdna_start": 1540,
          "cdna_end": null,
          "cdna_length": 2882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH18A1",
          "gene_hgnc_id": 9722,
          "hgvs_c": "n.483G>A",
          "hgvs_p": null,
          "transcript": "ENST00000485428.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ALDH18A1",
      "gene_hgnc_id": 9722,
      "dbsnp": "rs770815414",
      "frequency_reference_population": 0.00008736189,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 141,
      "gnomad_exomes_af": 0.0000916653,
      "gnomad_genomes_af": 0.0000460115,
      "gnomad_exomes_ac": 134,
      "gnomad_genomes_ac": 7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.14375504851341248,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.374,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.0965,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.31,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.682,
      "phylop100way_prediction": "Uncertain_significance",
      "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": -7,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6,BS1",
      "acmg_by_gene": [
        {
          "score": -7,
          "benign_score": 7,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6",
            "BS1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000371224.7",
          "gene_symbol": "ALDH18A1",
          "hgnc_id": 9722,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD,SD",
          "hgvs_c": "c.1867G>A",
          "hgvs_p": "p.Asp623Asn"
        }
      ],
      "clinvar_disease": " autosomal dominant 3,ALDH18A1-related de Barsy syndrome,Autosomal dominant spastic paraplegia type 9,Autosomal recessive complex spastic paraplegia type 9B,Cutis laxa,Hereditary spastic paraplegia 9A,Intellectual disability,de Barsy syndrome,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:3 LB:1",
      "phenotype_combined": "not provided|ALDH18A1-related de Barsy syndrome;Autosomal recessive complex spastic paraplegia type 9B;Cutis laxa, autosomal dominant 3;Hereditary spastic paraplegia 9A|Cutis laxa, autosomal dominant 3;Autosomal dominant spastic paraplegia type 9;de Barsy syndrome|Intellectual disability",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}