← 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: 16-31191419-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=31191419&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 31191419,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000254108.12",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1562G>A",
"hgvs_p": "p.Arg521His",
"transcript": "NM_004960.4",
"protein_id": "NP_004951.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 526,
"cds_start": 1562,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 1638,
"cdna_end": null,
"cdna_length": 1824,
"mane_select": "ENST00000254108.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1562G>A",
"hgvs_p": "p.Arg521His",
"transcript": "ENST00000254108.12",
"protein_id": "ENSP00000254108.8",
"transcript_support_level": 1,
"aa_start": 521,
"aa_end": null,
"aa_length": 526,
"cds_start": 1562,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 1638,
"cdna_end": null,
"cdna_length": 1824,
"mane_select": "NM_004960.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1559G>A",
"hgvs_p": "p.Arg520His",
"transcript": "ENST00000380244.8",
"protein_id": "ENSP00000369594.3",
"transcript_support_level": 1,
"aa_start": 520,
"aa_end": null,
"aa_length": 525,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1635,
"cdna_end": null,
"cdna_length": 7179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.*735G>A",
"hgvs_p": null,
"transcript": "ENST00000566605.5",
"protein_id": "ENSP00000455073.1",
"transcript_support_level": 1,
"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": 1787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.*735G>A",
"hgvs_p": null,
"transcript": "ENST00000566605.5",
"protein_id": "ENSP00000455073.1",
"transcript_support_level": 1,
"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": 1787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1565G>A",
"hgvs_p": "p.Arg522His",
"transcript": "ENST00000568685.1",
"protein_id": "ENSP00000455282.1",
"transcript_support_level": 5,
"aa_start": 522,
"aa_end": null,
"aa_length": 527,
"cds_start": 1565,
"cds_end": null,
"cds_length": 1584,
"cdna_start": 1629,
"cdna_end": null,
"cdna_length": 1785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1559G>A",
"hgvs_p": "p.Arg520His",
"transcript": "NM_001170634.1",
"protein_id": "NP_001164105.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 525,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1664,
"cdna_end": null,
"cdna_length": 5116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1556G>A",
"hgvs_p": "p.Arg519His",
"transcript": "ENST00000715542.1",
"protein_id": "ENSP00000520462.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 524,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 1632,
"cdna_end": null,
"cdna_length": 1818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1550G>A",
"hgvs_p": "p.Arg517His",
"transcript": "NM_001170937.1",
"protein_id": "NP_001164408.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 522,
"cds_start": 1550,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1655,
"cdna_end": null,
"cdna_length": 5107,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1556G>A",
"hgvs_p": "p.Arg519His",
"transcript": "XM_011545781.2",
"protein_id": "XP_011544083.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 524,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 1661,
"cdna_end": null,
"cdna_length": 5113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1553G>A",
"hgvs_p": "p.Arg518His",
"transcript": "XM_024450221.2",
"protein_id": "XP_024305989.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 523,
"cds_start": 1553,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1658,
"cdna_end": null,
"cdna_length": 5110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.947G>A",
"hgvs_p": "p.Arg316His",
"transcript": "XM_011545782.3",
"protein_id": "XP_011544084.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 321,
"cds_start": 947,
"cds_end": null,
"cds_length": 966,
"cdna_start": 1060,
"cdna_end": null,
"cdna_length": 4512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.639G>A",
"hgvs_p": null,
"transcript": "ENST00000483853.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": 778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.4737G>A",
"hgvs_p": null,
"transcript": "ENST00000487509.6",
"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": 4920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.453G>A",
"hgvs_p": null,
"transcript": "ENST00000569760.5",
"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": 639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.*1311G>A",
"hgvs_p": null,
"transcript": "ENST00000715541.1",
"protein_id": "ENSP00000520461.1",
"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": 1828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.1632G>A",
"hgvs_p": null,
"transcript": "NR_028388.2",
"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": 5084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.*1311G>A",
"hgvs_p": null,
"transcript": "ENST00000715541.1",
"protein_id": "ENSP00000520461.1",
"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": 1828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"dbsnp": "rs121909671",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6937038898468018,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.608,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8116,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.2,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.309,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.04,
"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": 14,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000254108.12",
"gene_symbol": "FUS",
"hgnc_id": 4010,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,Unknown",
"hgvs_c": "c.1562G>A",
"hgvs_p": "p.Arg521His"
}
],
"clinvar_disease": " 4, hereditary essential,Amyotrophic lateral sclerosis type 6,Tremor,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4",
"phenotype_combined": "Amyotrophic lateral sclerosis type 6|Tremor, hereditary essential, 4;Amyotrophic lateral sclerosis type 6|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}