← 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-116836073-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=116836073&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
  "variants": [
    {
      "chr": "11",
      "pos": 116836073,
      "ref": "A",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000236850.5",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.539T>A",
          "hgvs_p": "p.Val180Glu",
          "transcript": "NM_000039.3",
          "protein_id": "NP_000030.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 267,
          "cds_start": 539,
          "cds_end": null,
          "cds_length": 804,
          "cdna_start": 577,
          "cdna_end": null,
          "cdna_length": 899,
          "mane_select": "ENST00000236850.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.539T>A",
          "hgvs_p": "p.Val180Glu",
          "transcript": "ENST00000236850.5",
          "protein_id": "ENSP00000236850.3",
          "transcript_support_level": 1,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 267,
          "cds_start": 539,
          "cds_end": null,
          "cds_length": 804,
          "cdna_start": 577,
          "cdna_end": null,
          "cdna_length": 899,
          "mane_select": "NM_000039.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.539T>A",
          "hgvs_p": "p.Val180Glu",
          "transcript": "ENST00000375323.5",
          "protein_id": "ENSP00000364472.1",
          "transcript_support_level": 1,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 267,
          "cds_start": 539,
          "cds_end": null,
          "cds_length": 804,
          "cdna_start": 766,
          "cdna_end": null,
          "cdna_length": 1088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.539T>A",
          "hgvs_p": "p.Val180Glu",
          "transcript": "NM_001318017.2",
          "protein_id": "NP_001304946.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 267,
          "cds_start": 539,
          "cds_end": null,
          "cds_length": 804,
          "cdna_start": 654,
          "cdna_end": null,
          "cdna_length": 976,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.539T>A",
          "hgvs_p": "p.Val180Glu",
          "transcript": "NM_001318018.2",
          "protein_id": "NP_001304947.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 267,
          "cds_start": 539,
          "cds_end": null,
          "cds_length": 804,
          "cdna_start": 623,
          "cdna_end": null,
          "cdna_length": 945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.539T>A",
          "hgvs_p": "p.Val180Glu",
          "transcript": "NM_001425090.1",
          "protein_id": "NP_001412019.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 267,
          "cds_start": 539,
          "cds_end": null,
          "cds_length": 804,
          "cdna_start": 663,
          "cdna_end": null,
          "cdna_length": 985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.539T>A",
          "hgvs_p": "p.Val180Glu",
          "transcript": "ENST00000359492.6",
          "protein_id": "ENSP00000352471.2",
          "transcript_support_level": 2,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 267,
          "cds_start": 539,
          "cds_end": null,
          "cds_length": 804,
          "cdna_start": 610,
          "cdna_end": null,
          "cdna_length": 932,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.539T>A",
          "hgvs_p": "p.Val180Glu",
          "transcript": "ENST00000375320.5",
          "protein_id": "ENSP00000364469.1",
          "transcript_support_level": 3,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 267,
          "cds_start": 539,
          "cds_end": null,
          "cds_length": 804,
          "cdna_start": 618,
          "cdna_end": null,
          "cdna_length": 940,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.494T>A",
          "hgvs_p": "p.Val165Glu",
          "transcript": "NM_001425093.1",
          "protein_id": "NP_001412022.1",
          "transcript_support_level": null,
          "aa_start": 165,
          "aa_end": null,
          "aa_length": 252,
          "cds_start": 494,
          "cds_end": null,
          "cds_length": 759,
          "cdna_start": 532,
          "cdna_end": null,
          "cdna_length": 854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.473T>A",
          "hgvs_p": "p.Val158Glu",
          "transcript": "ENST00000375329.6",
          "protein_id": "ENSP00000364478.2",
          "transcript_support_level": 2,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 245,
          "cds_start": 473,
          "cds_end": null,
          "cds_length": 738,
          "cdna_start": 605,
          "cdna_end": null,
          "cdna_length": 927,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.212T>A",
          "hgvs_p": "p.Val71Glu",
          "transcript": "NM_001318021.2",
          "protein_id": "NP_001304950.1",
          "transcript_support_level": null,
          "aa_start": 71,
          "aa_end": null,
          "aa_length": 158,
          "cds_start": 212,
          "cds_end": null,
          "cds_length": 477,
          "cdna_start": 533,
          "cdna_end": null,
          "cdna_length": 855,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.212T>A",
          "hgvs_p": "p.Val71Glu",
          "transcript": "NM_001425091.1",
          "protein_id": "NP_001412020.1",
          "transcript_support_level": null,
          "aa_start": 71,
          "aa_end": null,
          "aa_length": 158,
          "cds_start": 212,
          "cds_end": null,
          "cds_length": 477,
          "cdna_start": 420,
          "cdna_end": null,
          "cdna_length": 742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1",
          "gene_hgnc_id": 600,
          "hgvs_c": "c.212T>A",
          "hgvs_p": "p.Val71Glu",
          "transcript": "NM_001425092.1",
          "protein_id": "NP_001412021.1",
          "transcript_support_level": null,
          "aa_start": 71,
          "aa_end": null,
          "aa_length": 158,
          "cds_start": 212,
          "cds_end": null,
          "cds_length": 477,
          "cdna_start": 569,
          "cdna_end": null,
          "cdna_length": 891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1-AS",
          "gene_hgnc_id": 40079,
          "hgvs_c": "n.-44A>T",
          "hgvs_p": null,
          "transcript": "ENST00000444200.2",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 1044,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1-AS",
          "gene_hgnc_id": 40079,
          "hgvs_c": "n.-93A>T",
          "hgvs_p": null,
          "transcript": "ENST00000669664.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": 956,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APOA1-AS",
          "gene_hgnc_id": 40079,
          "hgvs_c": "n.-44A>T",
          "hgvs_p": null,
          "transcript": "NR_126362.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": 563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "APOA1",
      "gene_hgnc_id": 600,
      "dbsnp": "rs121912727",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9875046014785767,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.843,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9365,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.31,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 2.579,
      "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": 9,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PP3_Strong,PP5",
      "acmg_by_gene": [
        {
          "score": 9,
          "benign_score": 0,
          "pathogenic_score": 9,
          "criteria": [
            "PM1",
            "PM2",
            "PP3_Strong",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000236850.5",
          "gene_symbol": "APOA1",
          "hgnc_id": 600,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.539T>A",
          "hgvs_p": "p.Val180Glu"
        },
        {
          "score": 7,
          "benign_score": 0,
          "pathogenic_score": 7,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000444200.2",
          "gene_symbol": "APOA1-AS",
          "hgnc_id": 40079,
          "effects": [
            "upstream_gene_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.-44A>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " 2, primary,Hypoalphalipoproteinemia",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Hypoalphalipoproteinemia, primary, 2",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}