← 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: 18-46559495-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=46559495&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 46559495,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000642948.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.3169C>T",
"hgvs_p": "p.Arg1057*",
"transcript": "NM_001384474.1",
"protein_id": "NP_001371403.1",
"transcript_support_level": null,
"aa_start": 1057,
"aa_end": null,
"aa_length": 2273,
"cds_start": 3169,
"cds_end": null,
"cds_length": 6822,
"cdna_start": 3356,
"cdna_end": null,
"cdna_length": 7208,
"mane_select": "ENST00000642948.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.3169C>T",
"hgvs_p": "p.Arg1057*",
"transcript": "ENST00000642948.1",
"protein_id": "ENSP00000496347.1",
"transcript_support_level": null,
"aa_start": 1057,
"aa_end": null,
"aa_length": 2273,
"cds_start": 3169,
"cds_end": null,
"cds_length": 6822,
"cdna_start": 3356,
"cdna_end": null,
"cdna_length": 7208,
"mane_select": "NM_001384474.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.3169C>T",
"hgvs_p": "p.Arg1057*",
"transcript": "NM_144612.7",
"protein_id": "NP_653213.6",
"transcript_support_level": null,
"aa_start": 1057,
"aa_end": null,
"aa_length": 2211,
"cds_start": 3169,
"cds_end": null,
"cds_length": 6636,
"cdna_start": 3356,
"cdna_end": null,
"cdna_length": 7022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.3169C>T",
"hgvs_p": "p.Arg1057*",
"transcript": "ENST00000536736.5",
"protein_id": "ENSP00000444586.1",
"transcript_support_level": 5,
"aa_start": 1057,
"aa_end": null,
"aa_length": 2211,
"cds_start": 3169,
"cds_end": null,
"cds_length": 6636,
"cdna_start": 3169,
"cdna_end": null,
"cdna_length": 6848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2125C>T",
"hgvs_p": "p.Arg709*",
"transcript": "XM_047437289.1",
"protein_id": "XP_047293245.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 1925,
"cds_start": 2125,
"cds_end": null,
"cds_length": 5778,
"cdna_start": 2224,
"cdna_end": null,
"cdna_length": 6076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2335C>T",
"hgvs_p": "p.Arg779*",
"transcript": "XM_047437290.1",
"protein_id": "XP_047293246.1",
"transcript_support_level": null,
"aa_start": 779,
"aa_end": null,
"aa_length": 1768,
"cds_start": 2335,
"cds_end": null,
"cds_length": 5307,
"cdna_start": 2482,
"cdna_end": null,
"cdna_length": 5538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2335C>T",
"hgvs_p": "p.Arg779*",
"transcript": "XM_047437291.1",
"protein_id": "XP_047293247.1",
"transcript_support_level": null,
"aa_start": 779,
"aa_end": null,
"aa_length": 1765,
"cds_start": 2335,
"cds_end": null,
"cds_length": 5298,
"cdna_start": 2482,
"cdna_end": null,
"cdna_length": 7090,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2335C>T",
"hgvs_p": "p.Arg779*",
"transcript": "XM_047437292.1",
"protein_id": "XP_047293248.1",
"transcript_support_level": null,
"aa_start": 779,
"aa_end": null,
"aa_length": 1741,
"cds_start": 2335,
"cds_end": null,
"cds_length": 5226,
"cdna_start": 2482,
"cdna_end": null,
"cdna_length": 5450,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.1330C>T",
"hgvs_p": "p.Arg444*",
"transcript": "XM_011525804.3",
"protein_id": "XP_011524106.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 1660,
"cds_start": 1330,
"cds_end": null,
"cds_length": 4983,
"cdna_start": 1399,
"cdna_end": null,
"cdna_length": 5251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2335C>T",
"hgvs_p": "p.Arg779*",
"transcript": "XM_047437293.1",
"protein_id": "XP_047293249.1",
"transcript_support_level": null,
"aa_start": 779,
"aa_end": null,
"aa_length": 1635,
"cds_start": 2335,
"cds_end": null,
"cds_length": 4908,
"cdna_start": 2482,
"cdna_end": null,
"cdna_length": 5153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2335C>T",
"hgvs_p": "p.Arg779*",
"transcript": "XM_047437294.1",
"protein_id": "XP_047293250.1",
"transcript_support_level": null,
"aa_start": 779,
"aa_end": null,
"aa_length": 1298,
"cds_start": 2335,
"cds_end": null,
"cds_length": 3897,
"cdna_start": 2482,
"cdna_end": null,
"cdna_length": 4124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2335C>T",
"hgvs_p": "p.Arg779*",
"transcript": "XM_047437295.1",
"protein_id": "XP_047293251.1",
"transcript_support_level": null,
"aa_start": 779,
"aa_end": null,
"aa_length": 1181,
"cds_start": 2335,
"cds_end": null,
"cds_length": 3546,
"cdna_start": 2482,
"cdna_end": null,
"cdna_length": 3898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "n.2482C>T",
"hgvs_p": null,
"transcript": "ENST00000335730.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": 4775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2599-2006C>T",
"hgvs_p": null,
"transcript": "ENST00000441551.6",
"protein_id": "ENSP00000387621.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": -4,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.-597C>T",
"hgvs_p": null,
"transcript": "ENST00000300591.11",
"protein_id": "ENSP00000300591.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1114,
"cds_start": -4,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.-597C>T",
"hgvs_p": null,
"transcript": "NM_001145472.3",
"protein_id": "NP_001138944.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1114,
"cds_start": -4,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.-443C>T",
"hgvs_p": null,
"transcript": "ENST00000582408.6",
"protein_id": "ENSP00000461964.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1100,
"cds_start": -4,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.-693C>T",
"hgvs_p": null,
"transcript": "ENST00000419859.1",
"protein_id": "ENSP00000412568.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 22,
"cds_start": -4,
"cds_end": null,
"cds_length": 69,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.-311C>T",
"hgvs_p": null,
"transcript": "XM_006722388.4",
"protein_id": "XP_006722451.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1206,
"cds_start": -4,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.-311C>T",
"hgvs_p": null,
"transcript": "XM_006722391.4",
"protein_id": "XP_006722454.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1144,
"cds_start": -4,
"cds_end": null,
"cds_length": 3435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"dbsnp": "rs727505104",
"frequency_reference_population": 0.00003673149,
"hom_count_reference_population": 0,
"allele_count_reference_population": 57,
"gnomad_exomes_af": 0.0000392955,
"gnomad_genomes_af": 0.0000131449,
"gnomad_exomes_ac": 55,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.23199999332427979,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.232,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.76,
"phylop100way_prediction": "Uncertain_significance",
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000642948.1",
"gene_symbol": "LOXHD1",
"hgnc_id": 26521,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.3169C>T",
"hgvs_p": "p.Arg1057*"
}
],
"clinvar_disease": "Autosomal recessive nonsyndromic hearing loss 77,Rare genetic deafness,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2",
"phenotype_combined": "Rare genetic deafness|not provided|Autosomal recessive nonsyndromic hearing loss 77",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}