← 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-49007141-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=49007141&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 49007141,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_006666.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "c.389G>A",
"hgvs_p": "p.Arg130His",
"transcript": "NM_006666.3",
"protein_id": "NP_006657.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 463,
"cds_start": 389,
"cds_end": null,
"cds_length": 1392,
"cdna_start": 414,
"cdna_end": null,
"cdna_length": 1545,
"mane_select": "ENST00000595090.6",
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "c.389G>A",
"hgvs_p": "p.Arg130His",
"transcript": "ENST00000595090.6",
"protein_id": "ENSP00000473172.1",
"transcript_support_level": 1,
"aa_start": 130,
"aa_end": null,
"aa_length": 463,
"cds_start": 389,
"cds_end": null,
"cds_length": 1392,
"cdna_start": 414,
"cdna_end": null,
"cdna_length": 1545,
"mane_select": "NM_006666.3",
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "n.389G>A",
"hgvs_p": null,
"transcript": "ENST00000221413.10",
"protein_id": "ENSP00000221413.6",
"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": 1478,
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96His",
"transcript": "NM_001321190.2",
"protein_id": "NP_001308119.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 429,
"cds_start": 287,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 484,
"cdna_end": null,
"cdna_length": 1615,
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "c.254G>A",
"hgvs_p": "p.Arg85His",
"transcript": "NM_001321191.1",
"protein_id": "NP_001308120.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 418,
"cds_start": 254,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 1988,
"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": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "c.254G>A",
"hgvs_p": "p.Arg85His",
"transcript": "ENST00000601968.5",
"protein_id": "ENSP00000471524.1",
"transcript_support_level": 5,
"aa_start": 85,
"aa_end": null,
"aa_length": 354,
"cds_start": 254,
"cds_end": null,
"cds_length": 1065,
"cdna_start": 718,
"cdna_end": null,
"cdna_length": 1641,
"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": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "c.254G>A",
"hgvs_p": "p.Arg85His",
"transcript": "ENST00000627972.1",
"protein_id": "ENSP00000486242.1",
"transcript_support_level": 5,
"aa_start": 85,
"aa_end": null,
"aa_length": 354,
"cds_start": 254,
"cds_end": null,
"cds_length": 1065,
"cdna_start": 254,
"cdna_end": null,
"cdna_length": 1065,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "c.254G>A",
"hgvs_p": "p.Arg85His",
"transcript": "ENST00000596837.5",
"protein_id": "ENSP00000469189.1",
"transcript_support_level": 2,
"aa_start": 85,
"aa_end": null,
"aa_length": 108,
"cds_start": 254,
"cds_end": null,
"cds_length": 327,
"cdna_start": 609,
"cdna_end": null,
"cdna_length": 682,
"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": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "n.*511G>A",
"hgvs_p": null,
"transcript": "ENST00000593570.5",
"protein_id": "ENSP00000469488.1",
"transcript_support_level": 5,
"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": 813,
"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": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "n.411G>A",
"hgvs_p": null,
"transcript": "ENST00000594017.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": 959,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "n.377G>A",
"hgvs_p": null,
"transcript": "ENST00000594338.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 1853,
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "n.*306G>A",
"hgvs_p": null,
"transcript": "ENST00000596247.5",
"protein_id": "ENSP00000471538.1",
"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": 1563,
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "n.414G>A",
"hgvs_p": null,
"transcript": "NR_135578.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": 1534,
"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": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "n.*511G>A",
"hgvs_p": null,
"transcript": "ENST00000593570.5",
"protein_id": "ENSP00000469488.1",
"transcript_support_level": 5,
"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": 813,
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"hgvs_c": "n.*306G>A",
"hgvs_p": null,
"transcript": "ENST00000596247.5",
"protein_id": "ENSP00000471538.1",
"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": 1563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RUVBL2",
"gene_hgnc_id": 10475,
"dbsnp": "rs754112742",
"frequency_reference_population": 0.000007438631,
"hom_count_reference_population": 0,
"allele_count_reference_population": 12,
"gnomad_exomes_af": 0.00000752943,
"gnomad_genomes_af": 0.00000656745,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8382726907730103,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.5,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3996,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 9.04,
"phylop100way_prediction": "Pathogenic",
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP3,BS2",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 4,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_006666.3",
"gene_symbol": "RUVBL2",
"hgnc_id": 10475,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.389G>A",
"hgvs_p": "p.Arg130His"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}