← 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: 10-68199538-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=68199538&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 68199538,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "ENST00000358913.10",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.3456C>T",
"hgvs_p": "p.Thr1152Thr",
"transcript": "NM_032578.4",
"protein_id": "NP_115967.2",
"transcript_support_level": null,
"aa_start": 1152,
"aa_end": null,
"aa_length": 1320,
"cds_start": 3456,
"cds_end": null,
"cds_length": 3963,
"cdna_start": 3693,
"cdna_end": null,
"cdna_length": 5762,
"mane_select": "ENST00000358913.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.3456C>T",
"hgvs_p": "p.Thr1152Thr",
"transcript": "ENST00000358913.10",
"protein_id": "ENSP00000351790.5",
"transcript_support_level": 1,
"aa_start": 1152,
"aa_end": null,
"aa_length": 1320,
"cds_start": 3456,
"cds_end": null,
"cds_length": 3963,
"cdna_start": 3693,
"cdna_end": null,
"cdna_length": 5762,
"mane_select": "NM_032578.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.3510C>T",
"hgvs_p": "p.Thr1170Thr",
"transcript": "ENST00000540630.6",
"protein_id": "ENSP00000441668.3",
"transcript_support_level": 1,
"aa_start": 1170,
"aa_end": null,
"aa_length": 1338,
"cds_start": 3510,
"cds_end": null,
"cds_length": 4017,
"cdna_start": 3511,
"cdna_end": null,
"cdna_length": 5580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.3456C>T",
"hgvs_p": "p.Thr1152Thr",
"transcript": "ENST00000613327.5",
"protein_id": "ENSP00000480757.2",
"transcript_support_level": 1,
"aa_start": 1152,
"aa_end": null,
"aa_length": 1320,
"cds_start": 3456,
"cds_end": null,
"cds_length": 3963,
"cdna_start": 3637,
"cdna_end": null,
"cdna_length": 5392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.2631C>T",
"hgvs_p": "p.Thr877Thr",
"transcript": "ENST00000354393.7",
"protein_id": "ENSP00000346369.2",
"transcript_support_level": 1,
"aa_start": 877,
"aa_end": null,
"aa_length": 1045,
"cds_start": 2631,
"cds_end": null,
"cds_length": 3138,
"cdna_start": 2881,
"cdna_end": null,
"cdna_length": 4632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.3456C>T",
"hgvs_p": "p.Thr1152Thr",
"transcript": "NM_001256267.2",
"protein_id": "NP_001243196.1",
"transcript_support_level": null,
"aa_start": 1152,
"aa_end": null,
"aa_length": 1320,
"cds_start": 3456,
"cds_end": null,
"cds_length": 3963,
"cdna_start": 3753,
"cdna_end": null,
"cdna_length": 5822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.2574C>T",
"hgvs_p": "p.Thr858Thr",
"transcript": "NM_001256268.2",
"protein_id": "NP_001243197.1",
"transcript_support_level": null,
"aa_start": 858,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2574,
"cds_end": null,
"cds_length": 3081,
"cdna_start": 3997,
"cdna_end": null,
"cdna_length": 6066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.3534C>T",
"hgvs_p": "p.Thr1178Thr",
"transcript": "XM_017016833.2",
"protein_id": "XP_016872322.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1346,
"cds_start": 3534,
"cds_end": null,
"cds_length": 4041,
"cdna_start": 3896,
"cdna_end": null,
"cdna_length": 5965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.3534C>T",
"hgvs_p": "p.Thr1178Thr",
"transcript": "XM_047425876.1",
"protein_id": "XP_047281832.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1346,
"cds_start": 3534,
"cds_end": null,
"cds_length": 4041,
"cdna_start": 4252,
"cdna_end": null,
"cdna_length": 6321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.3456C>T",
"hgvs_p": "p.Thr1152Thr",
"transcript": "XM_017016834.3",
"protein_id": "XP_016872323.1",
"transcript_support_level": null,
"aa_start": 1152,
"aa_end": null,
"aa_length": 1320,
"cds_start": 3456,
"cds_end": null,
"cds_length": 3963,
"cdna_start": 3553,
"cdna_end": null,
"cdna_length": 5622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.2334C>T",
"hgvs_p": "p.Thr778Thr",
"transcript": "XM_047425877.1",
"protein_id": "XP_047281833.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 946,
"cds_start": 2334,
"cds_end": null,
"cds_length": 2841,
"cdna_start": 2650,
"cdna_end": null,
"cdna_length": 4719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.2334C>T",
"hgvs_p": "p.Thr778Thr",
"transcript": "XM_047425878.1",
"protein_id": "XP_047281834.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 946,
"cds_start": 2334,
"cds_end": null,
"cds_length": 2841,
"cdna_start": 6633,
"cdna_end": null,
"cdna_length": 8702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.2334C>T",
"hgvs_p": "p.Thr778Thr",
"transcript": "XM_047425879.1",
"protein_id": "XP_047281835.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 946,
"cds_start": 2334,
"cds_end": null,
"cds_length": 2841,
"cdna_start": 2853,
"cdna_end": null,
"cdna_length": 4922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "c.2139C>T",
"hgvs_p": "p.Thr713Thr",
"transcript": "XM_047425880.1",
"protein_id": "XP_047281836.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 881,
"cds_start": 2139,
"cds_end": null,
"cds_length": 2646,
"cdna_start": 2220,
"cdna_end": null,
"cdna_length": 4289,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "n.*719C>T",
"hgvs_p": null,
"transcript": "ENST00000688812.1",
"protein_id": "ENSP00000510658.1",
"transcript_support_level": null,
"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": 4744,
"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": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "n.*2727C>T",
"hgvs_p": null,
"transcript": "ENST00000690544.1",
"protein_id": "ENSP00000508989.1",
"transcript_support_level": null,
"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": 5209,
"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": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "n.2993C>T",
"hgvs_p": null,
"transcript": "NR_045662.4",
"protein_id": null,
"transcript_support_level": null,
"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": 5062,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "n.3530C>T",
"hgvs_p": null,
"transcript": "NR_045663.4",
"protein_id": null,
"transcript_support_level": null,
"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": 5599,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "n.*719C>T",
"hgvs_p": null,
"transcript": "ENST00000688812.1",
"protein_id": "ENSP00000510658.1",
"transcript_support_level": null,
"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": 4744,
"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": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"hgvs_c": "n.*2727C>T",
"hgvs_p": null,
"transcript": "ENST00000690544.1",
"protein_id": "ENSP00000508989.1",
"transcript_support_level": null,
"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": 5209,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MYPN",
"gene_hgnc_id": 23246,
"dbsnp": "rs202183926",
"frequency_reference_population": 0.00032092226,
"hom_count_reference_population": 8,
"allele_count_reference_population": 518,
"gnomad_exomes_af": 0.000333817,
"gnomad_genomes_af": 0.000197086,
"gnomad_exomes_ac": 488,
"gnomad_genomes_ac": 30,
"gnomad_exomes_homalt": 8,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6800000071525574,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.12999999523162842,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.68,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.496,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.13,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000358913.10",
"gene_symbol": "MYPN",
"hgnc_id": 23246,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.3456C>T",
"hgvs_p": "p.Thr1152Thr"
}
],
"clinvar_disease": "Cardiovascular phenotype,Dilated cardiomyopathy 1KK,MYPN-related myopathy,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3 B:3",
"phenotype_combined": "not specified|Dilated cardiomyopathy 1KK|not provided|Cardiovascular phenotype|MYPN-related myopathy;Dilated cardiomyopathy 1KK",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}