← 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: 5-116022440-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=116022440&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 116022440,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000357872.9",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "c.2806G>A",
"hgvs_p": "p.Val936Ile",
"transcript": "NM_173800.5",
"protein_id": "NP_776161.3",
"transcript_support_level": null,
"aa_start": 936,
"aa_end": null,
"aa_length": 990,
"cds_start": 2806,
"cds_end": null,
"cds_length": 2973,
"cdna_start": 2949,
"cdna_end": null,
"cdna_length": 4604,
"mane_select": "ENST00000357872.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "c.2806G>A",
"hgvs_p": "p.Val936Ile",
"transcript": "ENST00000357872.9",
"protein_id": "ENSP00000350541.4",
"transcript_support_level": 1,
"aa_start": 936,
"aa_end": null,
"aa_length": 990,
"cds_start": 2806,
"cds_end": null,
"cds_length": 2973,
"cdna_start": 2949,
"cdna_end": null,
"cdna_length": 4604,
"mane_select": "NM_173800.5",
"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": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "n.*587G>A",
"hgvs_p": null,
"transcript": "ENST00000504467.5",
"protein_id": "ENSP00000423604.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": 3322,
"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": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "n.*587G>A",
"hgvs_p": null,
"transcript": "ENST00000504467.5",
"protein_id": "ENSP00000423604.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": 3322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "c.2113G>A",
"hgvs_p": "p.Val705Ile",
"transcript": "XM_047416913.1",
"protein_id": "XP_047272869.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 759,
"cds_start": 2113,
"cds_end": null,
"cds_length": 2280,
"cdna_start": 2133,
"cdna_end": null,
"cdna_length": 3788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "c.2017G>A",
"hgvs_p": "p.Val673Ile",
"transcript": "XM_047416914.1",
"protein_id": "XP_047272870.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 727,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2184,
"cdna_start": 4500,
"cdna_end": null,
"cdna_length": 6155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "c.2017G>A",
"hgvs_p": "p.Val673Ile",
"transcript": "XM_047416915.1",
"protein_id": "XP_047272871.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 727,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2184,
"cdna_start": 2131,
"cdna_end": null,
"cdna_length": 3786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "c.1582G>A",
"hgvs_p": "p.Val528Ile",
"transcript": "XM_047416916.1",
"protein_id": "XP_047272872.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 582,
"cds_start": 1582,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 1680,
"cdna_end": null,
"cdna_length": 3335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "c.1435G>A",
"hgvs_p": "p.Val479Ile",
"transcript": "XM_047416917.1",
"protein_id": "XP_047272873.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 533,
"cds_start": 1435,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1620,
"cdna_end": null,
"cdna_length": 3275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "c.1357G>A",
"hgvs_p": "p.Val453Ile",
"transcript": "XM_047416918.1",
"protein_id": "XP_047272874.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 507,
"cds_start": 1357,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 2263,
"cdna_end": null,
"cdna_length": 3918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "c.1357G>A",
"hgvs_p": "p.Val453Ile",
"transcript": "XM_047416919.1",
"protein_id": "XP_047272875.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 507,
"cds_start": 1357,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 1476,
"cdna_end": null,
"cdna_length": 3131,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "n.*1150G>A",
"hgvs_p": null,
"transcript": "ENST00000503329.5",
"protein_id": "ENSP00000427418.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": 3676,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "n.260G>A",
"hgvs_p": null,
"transcript": "ENST00000506279.1",
"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": 539,
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "n.*770G>A",
"hgvs_p": null,
"transcript": "ENST00000512314.5",
"protein_id": "ENSP00000427500.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": 2067,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "n.776G>A",
"hgvs_p": null,
"transcript": "ENST00000512413.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": 2428,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "n.*943G>A",
"hgvs_p": null,
"transcript": "ENST00000514509.5",
"protein_id": "ENSP00000427574.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": 2354,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "n.464G>A",
"hgvs_p": null,
"transcript": "ENST00000515454.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 806,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "n.*1150G>A",
"hgvs_p": null,
"transcript": "ENST00000503329.5",
"protein_id": "ENSP00000427418.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": 3676,
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "n.*770G>A",
"hgvs_p": null,
"transcript": "ENST00000512314.5",
"protein_id": "ENSP00000427500.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": 2067,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"hgvs_c": "n.*943G>A",
"hgvs_p": null,
"transcript": "ENST00000514509.5",
"protein_id": "ENSP00000427574.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": 2354,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LVRN",
"gene_hgnc_id": 26904,
"dbsnp": "rs17138681",
"frequency_reference_population": 0.00528132,
"hom_count_reference_population": 310,
"allele_count_reference_population": 8231,
"gnomad_exomes_af": 0.00297523,
"gnomad_genomes_af": 0.0265841,
"gnomad_exomes_ac": 4184,
"gnomad_genomes_ac": 4047,
"gnomad_exomes_homalt": 132,
"gnomad_genomes_homalt": 178,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0016358494758605957,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.012,
"revel_prediction": "Benign",
"alphamissense_score": 0.0673,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.82,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.105,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BA1",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000357872.9",
"gene_symbol": "LVRN",
"hgnc_id": 26904,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2806G>A",
"hgvs_p": "p.Val936Ile"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}