← 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: 19-7619989-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=7619989&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 7619989,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_020196.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2353C>G",
"hgvs_p": "p.Arg785Gly",
"transcript": "NM_020196.3",
"protein_id": "NP_064581.2",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 855,
"cds_start": 2353,
"cds_end": null,
"cds_length": 2568,
"cdna_start": 2371,
"cdna_end": null,
"cdna_length": 2647,
"mane_select": "ENST00000358368.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020196.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2353C>G",
"hgvs_p": "p.Arg785Gly",
"transcript": "ENST00000358368.5",
"protein_id": "ENSP00000351137.3",
"transcript_support_level": 1,
"aa_start": 785,
"aa_end": null,
"aa_length": 855,
"cds_start": 2353,
"cds_end": null,
"cds_length": 2568,
"cdna_start": 2371,
"cdna_end": null,
"cdna_length": 2647,
"mane_select": "NM_020196.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358368.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2383C>G",
"hgvs_p": "p.Arg795Gly",
"transcript": "ENST00000925818.1",
"protein_id": "ENSP00000595877.1",
"transcript_support_level": null,
"aa_start": 795,
"aa_end": null,
"aa_length": 865,
"cds_start": 2383,
"cds_end": null,
"cds_length": 2598,
"cdna_start": 2403,
"cdna_end": null,
"cdna_length": 2681,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925818.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2353C>G",
"hgvs_p": "p.Arg785Gly",
"transcript": "ENST00000925815.1",
"protein_id": "ENSP00000595874.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 854,
"cds_start": 2353,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 2391,
"cdna_end": null,
"cdna_length": 2664,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925815.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2350C>G",
"hgvs_p": "p.Arg784Gly",
"transcript": "ENST00000925816.1",
"protein_id": "ENSP00000595875.1",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 854,
"cds_start": 2350,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 2381,
"cdna_end": null,
"cdna_length": 2659,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925816.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2350C>G",
"hgvs_p": "p.Arg784Gly",
"transcript": "ENST00000925817.1",
"protein_id": "ENSP00000595876.1",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 854,
"cds_start": 2350,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 2375,
"cdna_end": null,
"cdna_length": 2651,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925817.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2353C>G",
"hgvs_p": "p.Arg785Gly",
"transcript": "ENST00000855696.1",
"protein_id": "ENSP00000525755.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 852,
"cds_start": 2353,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 2381,
"cdna_end": null,
"cdna_length": 2648,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855696.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2332C>G",
"hgvs_p": "p.Arg778Gly",
"transcript": "ENST00000925819.1",
"protein_id": "ENSP00000595878.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 848,
"cds_start": 2332,
"cds_end": null,
"cds_length": 2547,
"cdna_start": 2355,
"cdna_end": null,
"cdna_length": 2625,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925819.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2320C>G",
"hgvs_p": "p.Arg774Gly",
"transcript": "ENST00000855698.1",
"protein_id": "ENSP00000525757.1",
"transcript_support_level": null,
"aa_start": 774,
"aa_end": null,
"aa_length": 844,
"cds_start": 2320,
"cds_end": null,
"cds_length": 2535,
"cdna_start": 2338,
"cdna_end": null,
"cdna_length": 2614,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855698.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2293C>G",
"hgvs_p": "p.Arg765Gly",
"transcript": "ENST00000855697.1",
"protein_id": "ENSP00000525756.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 835,
"cds_start": 2293,
"cds_end": null,
"cds_length": 2508,
"cdna_start": 2313,
"cdna_end": null,
"cdna_length": 2589,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855697.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2272C>G",
"hgvs_p": "p.Arg758Gly",
"transcript": "ENST00000855700.1",
"protein_id": "ENSP00000525759.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 828,
"cds_start": 2272,
"cds_end": null,
"cds_length": 2487,
"cdna_start": 2286,
"cdna_end": null,
"cdna_length": 2562,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855700.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2218C>G",
"hgvs_p": "p.Arg740Gly",
"transcript": "ENST00000925821.1",
"protein_id": "ENSP00000595880.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 810,
"cds_start": 2218,
"cds_end": null,
"cds_length": 2433,
"cdna_start": 2231,
"cdna_end": null,
"cdna_length": 2504,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925821.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2155C>G",
"hgvs_p": "p.Arg719Gly",
"transcript": "ENST00000855699.1",
"protein_id": "ENSP00000525758.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 789,
"cds_start": 2155,
"cds_end": null,
"cds_length": 2370,
"cdna_start": 2173,
"cdna_end": null,
"cdna_length": 2449,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855699.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2053C>G",
"hgvs_p": "p.Arg685Gly",
"transcript": "ENST00000925820.1",
"protein_id": "ENSP00000595879.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 755,
"cds_start": 2053,
"cds_end": null,
"cds_length": 2268,
"cdna_start": 2073,
"cdna_end": null,
"cdna_length": 2343,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925820.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.1582C>G",
"hgvs_p": "p.Arg528Gly",
"transcript": "ENST00000855701.1",
"protein_id": "ENSP00000525760.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 598,
"cds_start": 1582,
"cds_end": null,
"cds_length": 1797,
"cdna_start": 1600,
"cdna_end": null,
"cdna_length": 1870,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855701.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "n.4181C>G",
"hgvs_p": null,
"transcript": "ENST00000595288.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 4555,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000595288.5"
}
],
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"dbsnp": "rs775210977",
"frequency_reference_population": 0.0000020550056,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205501,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09338346123695374,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.109,
"revel_prediction": "Benign",
"alphamissense_score": 0.1039,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.463,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_020196.3",
"gene_symbol": "XAB2",
"hgnc_id": 14089,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2353C>G",
"hgvs_p": "p.Arg785Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}