← 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: 17-81545810-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=81545810&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 81545810,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_025161.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "c.2246G>A",
"hgvs_p": "p.Arg749Gln",
"transcript": "NM_025161.6",
"protein_id": "NP_079437.5",
"transcript_support_level": null,
"aa_start": 749,
"aa_end": null,
"aa_length": 881,
"cds_start": 2246,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000327787.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_025161.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "c.2246G>A",
"hgvs_p": "p.Arg749Gln",
"transcript": "ENST00000327787.13",
"protein_id": "ENSP00000333283.8",
"transcript_support_level": 1,
"aa_start": 749,
"aa_end": null,
"aa_length": 881,
"cds_start": 2246,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_025161.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000327787.13"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "c.1193G>A",
"hgvs_p": "p.Arg398Gln",
"transcript": "ENST00000425898.2",
"protein_id": "ENSP00000399674.2",
"transcript_support_level": 1,
"aa_start": 398,
"aa_end": null,
"aa_length": 530,
"cds_start": 1193,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425898.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "n.*2148G>A",
"hgvs_p": null,
"transcript": "ENST00000443656.6",
"protein_id": "ENSP00000395348.2",
"transcript_support_level": 1,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000443656.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "n.*2148G>A",
"hgvs_p": null,
"transcript": "ENST00000443656.6",
"protein_id": "ENSP00000395348.2",
"transcript_support_level": 1,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000443656.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706Gln",
"transcript": "ENST00000959821.1",
"protein_id": "ENSP00000629880.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 838,
"cds_start": 2117,
"cds_end": null,
"cds_length": 2517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959821.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "c.2093G>A",
"hgvs_p": "p.Arg698Gln",
"transcript": "ENST00000899632.1",
"protein_id": "ENSP00000569691.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 830,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2493,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899632.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "c.1832G>A",
"hgvs_p": "p.Arg611Gln",
"transcript": "ENST00000899631.1",
"protein_id": "ENSP00000569690.1",
"transcript_support_level": null,
"aa_start": 611,
"aa_end": null,
"aa_length": 743,
"cds_start": 1832,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899631.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "c.1679G>A",
"hgvs_p": "p.Arg560Gln",
"transcript": "ENST00000959822.1",
"protein_id": "ENSP00000629881.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 692,
"cds_start": 1679,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959822.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "c.1832G>A",
"hgvs_p": "p.Arg611Gln",
"transcript": "XM_006722111.3",
"protein_id": "XP_006722174.1",
"transcript_support_level": null,
"aa_start": 611,
"aa_end": null,
"aa_length": 743,
"cds_start": 1832,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722111.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "c.1793G>A",
"hgvs_p": "p.Arg598Gln",
"transcript": "XM_047436848.1",
"protein_id": "XP_047292804.1",
"transcript_support_level": null,
"aa_start": 598,
"aa_end": null,
"aa_length": 730,
"cds_start": 1793,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436848.1"
},
{
"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": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "n.*175G>A",
"hgvs_p": null,
"transcript": "ENST00000545865.1",
"protein_id": "ENSP00000459776.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000545865.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "n.2465G>A",
"hgvs_p": null,
"transcript": "NR_033338.2",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_033338.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"hgvs_c": "n.*175G>A",
"hgvs_p": null,
"transcript": "ENST00000545865.1",
"protein_id": "ENSP00000459776.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000545865.1"
}
],
"gene_symbol": "FAAP100",
"gene_hgnc_id": 26171,
"dbsnp": "rs777046070",
"frequency_reference_population": 0.000030397174,
"hom_count_reference_population": 0,
"allele_count_reference_population": 49,
"gnomad_exomes_af": 0.0000260311,
"gnomad_genomes_af": 0.0000722743,
"gnomad_exomes_ac": 38,
"gnomad_genomes_ac": 11,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.026779770851135254,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.026,
"revel_prediction": "Benign",
"alphamissense_score": 0.0624,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.769,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_025161.6",
"gene_symbol": "FAAP100",
"hgnc_id": 26171,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2246G>A",
"hgvs_p": "p.Arg749Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}