← 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: 2-15940633-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=15940633&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "MYCN",
"hgnc_id": 7559,
"hgvs_c": "c.47C>T",
"hgvs_p": "p.Ala16Val",
"inheritance_mode": "AD",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_001293231.2",
"verdict": "Uncertain_significance"
},
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "MYCNOS",
"hgnc_id": 16911,
"hgvs_c": "n.678G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": 0,
"transcript": "ENST00000817589.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 4,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.1462,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.4,
"chr": "2",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "MYCN-related disorder",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.15450814366340637,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 464,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2613,
"cdna_start": null,
"cds_end": null,
"cds_length": 1395,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 3,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "NM_005378.6",
"gene_hgnc_id": 7559,
"gene_symbol": "MYCN",
"hgvs_c": "c.-228C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000281043.4",
"protein_coding": true,
"protein_id": "NP_005369.2",
"strand": true,
"transcript": "NM_005378.6",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 464,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2613,
"cdna_start": null,
"cds_end": null,
"cds_length": 1395,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 3,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000281043.4",
"gene_hgnc_id": 7559,
"gene_symbol": "MYCN",
"hgvs_c": "c.-228C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_005378.6",
"protein_coding": true,
"protein_id": "ENSP00000281043.3",
"strand": true,
"transcript": "ENST00000281043.4",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1367,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000419083.7",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.347-282G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000419083.7",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 253,
"aa_ref": "A",
"aa_start": 16,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1706,
"cdna_start": 84,
"cds_end": null,
"cds_length": 762,
"cds_start": 47,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "NM_001293231.2",
"gene_hgnc_id": 7559,
"gene_symbol": "MYCN",
"hgvs_c": "c.47C>T",
"hgvs_p": "p.Ala16Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001280160.1",
"strand": true,
"transcript": "NM_001293231.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 253,
"aa_ref": "A",
"aa_start": 16,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1693,
"cdna_start": 68,
"cds_end": null,
"cds_length": 762,
"cds_start": 47,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000638417.1",
"gene_hgnc_id": 7559,
"gene_symbol": "MYCN",
"hgvs_c": "c.47C>T",
"hgvs_p": "p.Ala16Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000491476.1",
"strand": true,
"transcript": "ENST00000638417.1",
"transcript_support_level": 2
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 112,
"aa_ref": "A",
"aa_start": 16,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2613,
"cdna_start": 84,
"cds_end": null,
"cds_length": 339,
"cds_start": 47,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "NM_001293233.2",
"gene_hgnc_id": 7559,
"gene_symbol": "MYCN",
"hgvs_c": "c.47C>T",
"hgvs_p": "p.Ala16Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001280162.1",
"strand": true,
"transcript": "NM_001293233.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 464,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2923,
"cdna_start": null,
"cds_end": null,
"cds_length": 1395,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 3,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "NM_001293228.2",
"gene_hgnc_id": 7559,
"gene_symbol": "MYCN",
"hgvs_c": "c.-538C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001280157.1",
"strand": true,
"transcript": "NM_001293228.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 464,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4028,
"cdna_start": null,
"cds_end": null,
"cds_length": 1395,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000885101.1",
"gene_hgnc_id": 7559,
"gene_symbol": "MYCN",
"hgvs_c": "c.-378C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000555160.1",
"strand": true,
"transcript": "ENST00000885101.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 464,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3013,
"cdna_start": null,
"cds_end": null,
"cds_length": 1395,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 3,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000930195.1",
"gene_hgnc_id": 7559,
"gene_symbol": "MYCN",
"hgvs_c": "c.-538C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600254.1",
"strand": true,
"transcript": "ENST00000930195.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 464,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3883,
"cdna_start": null,
"cds_end": null,
"cds_length": 1395,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000930196.1",
"gene_hgnc_id": 7559,
"gene_symbol": "MYCN",
"hgvs_c": "c.-1432C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600255.1",
"strand": true,
"transcript": "ENST00000930196.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1802,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 1,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000817589.1",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.678G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000817589.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1313,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000641263.1",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.175+341G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000641263.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1304,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000641387.3",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.462-282G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000641387.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 870,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000641534.2",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.415-282G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000641534.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3218,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000641950.2",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.275+341G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000641950.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1451,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000817584.1",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.313+341G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000817584.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 805,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000817585.1",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.352-282G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000817585.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 738,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000817586.1",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.281-282G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000817586.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 895,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000817587.1",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.440-282G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000817587.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1091,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000817588.1",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.638-282G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000817588.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1416,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_110230.2",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.278+341G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_110230.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 732,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_161162.1",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.279-282G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_161162.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 860,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_161163.1",
"gene_hgnc_id": 16911,
"gene_symbol": "MYCNOS",
"hgvs_c": "n.407-282G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_161163.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1662608086",
"effect": "missense_variant",
"frequency_reference_population": 0.000009992156,
"gene_hgnc_id": 7559,
"gene_symbol": "MYCN",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 0.0000040308,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 3,
"gnomad_genomes_af": 0.0000197078,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "MYCN-related disorder",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.33,
"pos": 15940633,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001293231.2"
}
]
}