← 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: 1-109340843-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=109340843&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 109340843,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_002959.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1145G>A",
"hgvs_p": "p.Arg382Gln",
"transcript": "NM_002959.7",
"protein_id": "NP_002950.3",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 831,
"cds_start": 1145,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000256637.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002959.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1145G>A",
"hgvs_p": "p.Arg382Gln",
"transcript": "ENST00000256637.8",
"protein_id": "ENSP00000256637.6",
"transcript_support_level": 1,
"aa_start": 382,
"aa_end": null,
"aa_length": 831,
"cds_start": 1145,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002959.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000256637.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1262G>A",
"hgvs_p": "p.Arg421Gln",
"transcript": "ENST00000902724.1",
"protein_id": "ENSP00000572783.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 870,
"cds_start": 1262,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902724.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1259G>A",
"hgvs_p": "p.Arg420Gln",
"transcript": "ENST00000957898.1",
"protein_id": "ENSP00000627957.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 869,
"cds_start": 1259,
"cds_end": null,
"cds_length": 2610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957898.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1199G>A",
"hgvs_p": "p.Arg400Gln",
"transcript": "ENST00000934843.1",
"protein_id": "ENSP00000604902.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 849,
"cds_start": 1199,
"cds_end": null,
"cds_length": 2550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934843.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1196G>A",
"hgvs_p": "p.Arg399Gln",
"transcript": "ENST00000902725.1",
"protein_id": "ENSP00000572784.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 848,
"cds_start": 1196,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902725.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1163G>A",
"hgvs_p": "p.Arg388Gln",
"transcript": "ENST00000902726.1",
"protein_id": "ENSP00000572785.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 837,
"cds_start": 1163,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902726.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1115G>A",
"hgvs_p": "p.Arg372Gln",
"transcript": "ENST00000957902.1",
"protein_id": "ENSP00000627961.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 821,
"cds_start": 1115,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957902.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362Gln",
"transcript": "ENST00000934841.1",
"protein_id": "ENSP00000604900.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 811,
"cds_start": 1085,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934841.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1145G>A",
"hgvs_p": "p.Arg382Gln",
"transcript": "ENST00000957901.1",
"protein_id": "ENSP00000627960.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 792,
"cds_start": 1145,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957901.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1004G>A",
"hgvs_p": "p.Arg335Gln",
"transcript": "ENST00000902727.1",
"protein_id": "ENSP00000572786.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 784,
"cds_start": 1004,
"cds_end": null,
"cds_length": 2355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902727.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.905G>A",
"hgvs_p": "p.Arg302Gln",
"transcript": "ENST00000934844.1",
"protein_id": "ENSP00000604903.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 751,
"cds_start": 905,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934844.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.734G>A",
"hgvs_p": "p.Arg245Gln",
"transcript": "NM_001205228.2",
"protein_id": "NP_001192157.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 694,
"cds_start": 734,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001205228.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.734G>A",
"hgvs_p": "p.Arg245Gln",
"transcript": "ENST00000538502.5",
"protein_id": "ENSP00000438597.1",
"transcript_support_level": 2,
"aa_start": 245,
"aa_end": null,
"aa_length": 694,
"cds_start": 734,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538502.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1142G>A",
"hgvs_p": "p.Arg381Gln",
"transcript": "XM_005271100.3",
"protein_id": "XP_005271157.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 830,
"cds_start": 1142,
"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": "XM_005271100.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.737G>A",
"hgvs_p": "p.Arg246Gln",
"transcript": "XM_005271101.4",
"protein_id": "XP_005271158.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 695,
"cds_start": 737,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005271101.4"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1109-51G>A",
"hgvs_p": null,
"transcript": "ENST00000934842.1",
"protein_id": "ENSP00000604901.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 802,
"cds_start": null,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934842.1"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1106-51G>A",
"hgvs_p": null,
"transcript": "ENST00000957899.1",
"protein_id": "ENSP00000627958.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 801,
"cds_start": null,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957899.1"
},
{
"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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.709-13242G>A",
"hgvs_p": null,
"transcript": "ENST00000957900.1",
"protein_id": "ENSP00000627959.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 610,
"cds_start": null,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957900.1"
}
],
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"dbsnp": "rs368245847",
"frequency_reference_population": 0.000013000787,
"hom_count_reference_population": 0,
"allele_count_reference_population": 19,
"gnomad_exomes_af": 0.0000130008,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 19,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.36377304792404175,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.093,
"revel_prediction": "Benign",
"alphamissense_score": 0.1173,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.959,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_002959.7",
"gene_symbol": "SORT1",
"hgnc_id": 11186,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1145G>A",
"hgvs_p": "p.Arg382Gln"
}
],
"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
}