← 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: 3-49859401-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=49859401&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 49859401,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_024046.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Ala475Thr",
"transcript": "NM_024046.5",
"protein_id": "NP_076951.2",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 501,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000477224.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024046.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Ala475Thr",
"transcript": "ENST00000477224.6",
"protein_id": "ENSP00000419195.1",
"transcript_support_level": 1,
"aa_start": 475,
"aa_end": null,
"aa_length": 501,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024046.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000477224.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1339G>A",
"hgvs_p": "p.Ala447Thr",
"transcript": "ENST00000296471.11",
"protein_id": "ENSP00000296471.6",
"transcript_support_level": 1,
"aa_start": 447,
"aa_end": null,
"aa_length": 473,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000296471.11"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1339G>A",
"hgvs_p": "p.Ala447Thr",
"transcript": "ENST00000620470.4",
"protein_id": "ENSP00000484045.1",
"transcript_support_level": 1,
"aa_start": 447,
"aa_end": null,
"aa_length": 473,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620470.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "n.1744G>A",
"hgvs_p": null,
"transcript": "ENST00000475665.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000475665.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Ala475Thr",
"transcript": "ENST00000911457.1",
"protein_id": "ENSP00000581516.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 501,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911457.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Ala475Thr",
"transcript": "ENST00000951011.1",
"protein_id": "ENSP00000621070.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 501,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951011.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1414G>A",
"hgvs_p": "p.Ala472Thr",
"transcript": "ENST00000911456.1",
"protein_id": "ENSP00000581515.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 498,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911456.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Ala468Thr",
"transcript": "ENST00000865409.1",
"protein_id": "ENSP00000535468.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 494,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865409.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1330G>A",
"hgvs_p": "p.Ala444Thr",
"transcript": "NM_001320147.2",
"protein_id": "NP_001307076.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 470,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320147.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1330G>A",
"hgvs_p": "p.Ala444Thr",
"transcript": "ENST00000488336.5",
"protein_id": "ENSP00000418809.1",
"transcript_support_level": 2,
"aa_start": 444,
"aa_end": null,
"aa_length": 470,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000488336.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1294G>A",
"hgvs_p": "p.Ala432Thr",
"transcript": "ENST00000951010.1",
"protein_id": "ENSP00000621069.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 458,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951010.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1201G>A",
"hgvs_p": "p.Ala401Thr",
"transcript": "ENST00000466940.5",
"protein_id": "ENSP00000420724.1",
"transcript_support_level": 2,
"aa_start": 401,
"aa_end": null,
"aa_length": 427,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000466940.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1198G>A",
"hgvs_p": "p.Ala400Thr",
"transcript": "ENST00000467248.5",
"protein_id": "ENSP00000420053.1",
"transcript_support_level": 2,
"aa_start": 400,
"aa_end": null,
"aa_length": 426,
"cds_start": 1198,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000467248.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "c.1218G>A",
"hgvs_p": "p.Ala406Ala",
"transcript": "ENST00000463537.5",
"protein_id": "ENSP00000417614.1",
"transcript_support_level": 5,
"aa_start": 406,
"aa_end": null,
"aa_length": 434,
"cds_start": 1218,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000463537.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "n.*1004G>A",
"hgvs_p": null,
"transcript": "ENST00000487726.5",
"protein_id": "ENSP00000420139.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000487726.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"hgvs_c": "n.*1004G>A",
"hgvs_p": null,
"transcript": "ENST00000487726.5",
"protein_id": "ENSP00000420139.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000487726.5"
}
],
"gene_symbol": "CAMKV",
"gene_hgnc_id": 28788,
"dbsnp": "rs778427920",
"frequency_reference_population": 0.000023141807,
"hom_count_reference_population": 0,
"allele_count_reference_population": 37,
"gnomad_exomes_af": 0.0000241947,
"gnomad_genomes_af": 0.0000131372,
"gnomad_exomes_ac": 35,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.013302981853485107,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.074,
"revel_prediction": "Benign",
"alphamissense_score": 0.0621,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.902,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_024046.5",
"gene_symbol": "CAMKV",
"hgnc_id": 28788,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Ala475Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}