← 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: 6-116557984-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=116557984&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 116557984,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001366078.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.718T>C",
"hgvs_p": "p.Ser240Pro",
"transcript": "NM_001366078.2",
"protein_id": "NP_001353007.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 314,
"cds_start": 718,
"cds_end": null,
"cds_length": 945,
"cdna_start": 761,
"cdna_end": null,
"cdna_length": 3904,
"mane_select": "ENST00000368596.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366078.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.718T>C",
"hgvs_p": "p.Ser240Pro",
"transcript": "ENST00000368596.4",
"protein_id": "ENSP00000357585.3",
"transcript_support_level": 5,
"aa_start": 240,
"aa_end": null,
"aa_length": 314,
"cds_start": 718,
"cds_end": null,
"cds_length": 945,
"cdna_start": 761,
"cdna_end": null,
"cdna_length": 3904,
"mane_select": "NM_001366078.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368596.4"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.289T>C",
"hgvs_p": "p.Ser97Pro",
"transcript": "ENST00000405399.5",
"protein_id": "ENSP00000385836.1",
"transcript_support_level": 1,
"aa_start": 97,
"aa_end": null,
"aa_length": 171,
"cds_start": 289,
"cds_end": null,
"cds_length": 516,
"cdna_start": 574,
"cdna_end": null,
"cdna_length": 1165,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405399.5"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.160T>C",
"hgvs_p": "p.Ser54Pro",
"transcript": "ENST00000368597.6",
"protein_id": "ENSP00000357586.2",
"transcript_support_level": 1,
"aa_start": 54,
"aa_end": null,
"aa_length": 128,
"cds_start": 160,
"cds_end": null,
"cds_length": 387,
"cdna_start": 427,
"cdna_end": null,
"cdna_length": 1311,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368597.6"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.289T>C",
"hgvs_p": "p.Ser97Pro",
"transcript": "NM_001256887.3",
"protein_id": "NP_001243816.1",
"transcript_support_level": null,
"aa_start": 97,
"aa_end": null,
"aa_length": 171,
"cds_start": 289,
"cds_end": null,
"cds_length": 516,
"cdna_start": 577,
"cdna_end": null,
"cdna_length": 3720,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256887.3"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.286T>C",
"hgvs_p": "p.Ser96Pro",
"transcript": "NM_001256888.3",
"protein_id": "NP_001243817.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 170,
"cds_start": 286,
"cds_end": null,
"cds_length": 513,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 3626,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256888.3"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.286T>C",
"hgvs_p": "p.Ser96Pro",
"transcript": "ENST00000628083.1",
"protein_id": "ENSP00000487169.1",
"transcript_support_level": 2,
"aa_start": 96,
"aa_end": null,
"aa_length": 170,
"cds_start": 286,
"cds_end": null,
"cds_length": 513,
"cdna_start": 513,
"cdna_end": null,
"cdna_length": 1117,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000628083.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.160T>C",
"hgvs_p": "p.Ser54Pro",
"transcript": "NM_001256889.3",
"protein_id": "NP_001243818.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 128,
"cds_start": 160,
"cds_end": null,
"cds_length": 387,
"cdna_start": 361,
"cdna_end": null,
"cdna_length": 3504,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256889.3"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.160T>C",
"hgvs_p": "p.Ser54Pro",
"transcript": "NM_153036.5",
"protein_id": "NP_694581.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 128,
"cds_start": 160,
"cds_end": null,
"cds_length": 387,
"cdna_start": 416,
"cdna_end": null,
"cdna_length": 3559,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153036.5"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.160T>C",
"hgvs_p": "p.Ser54Pro",
"transcript": "ENST00000452373.5",
"protein_id": "ENSP00000409556.1",
"transcript_support_level": 4,
"aa_start": 54,
"aa_end": null,
"aa_length": 122,
"cds_start": 160,
"cds_end": null,
"cds_length": 370,
"cdna_start": 358,
"cdna_end": null,
"cdna_length": 568,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452373.5"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.421T>C",
"hgvs_p": "p.Ser141Pro",
"transcript": "XM_017010390.2",
"protein_id": "XP_016865879.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 215,
"cds_start": 421,
"cds_end": null,
"cds_length": 648,
"cdna_start": 607,
"cdna_end": null,
"cdna_length": 3750,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010390.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.376T>C",
"hgvs_p": "p.Ser126Pro",
"transcript": "XM_017010391.2",
"protein_id": "XP_016865880.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 200,
"cds_start": 376,
"cds_end": null,
"cds_length": 603,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 3705,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010391.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.331T>C",
"hgvs_p": "p.Ser111Pro",
"transcript": "XM_011535560.3",
"protein_id": "XP_011533862.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 185,
"cds_start": 331,
"cds_end": null,
"cds_length": 558,
"cdna_start": 679,
"cdna_end": null,
"cdna_length": 3822,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535560.3"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.331T>C",
"hgvs_p": "p.Ser111Pro",
"transcript": "XM_011535561.3",
"protein_id": "XP_011533863.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 185,
"cds_start": 331,
"cds_end": null,
"cds_length": 558,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 3671,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535561.3"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.331T>C",
"hgvs_p": "p.Ser111Pro",
"transcript": "XM_011535562.3",
"protein_id": "XP_011533864.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 185,
"cds_start": 331,
"cds_end": null,
"cds_length": 558,
"cdna_start": 860,
"cdna_end": null,
"cdna_length": 4003,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535562.3"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.331T>C",
"hgvs_p": "p.Ser111Pro",
"transcript": "XM_011535563.3",
"protein_id": "XP_011533865.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 185,
"cds_start": 331,
"cds_end": null,
"cds_length": 558,
"cdna_start": 473,
"cdna_end": null,
"cdna_length": 3616,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535563.3"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.331T>C",
"hgvs_p": "p.Ser111Pro",
"transcript": "XM_011535564.2",
"protein_id": "XP_011533866.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 185,
"cds_start": 331,
"cds_end": null,
"cds_length": 558,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 3741,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535564.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"hgvs_c": "c.331T>C",
"hgvs_p": "p.Ser111Pro",
"transcript": "XM_017010392.2",
"protein_id": "XP_016865881.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 185,
"cds_start": 331,
"cds_end": null,
"cds_length": 558,
"cdna_start": 624,
"cdna_end": null,
"cdna_length": 3767,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010392.2"
}
],
"gene_symbol": "CALHM4",
"gene_hgnc_id": 21094,
"dbsnp": "rs933977378",
"frequency_reference_population": 6.840563e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84056e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6607227325439453,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.244,
"revel_prediction": "Benign",
"alphamissense_score": 0.8066,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.386,
"phylop100way_prediction": "Benign",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001366078.2",
"gene_symbol": "CALHM4",
"hgnc_id": 21094,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.718T>C",
"hgvs_p": "p.Ser240Pro"
}
],
"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
}