← 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-11109318-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=11109318&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 11109318,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000361445.9",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.7500T>G",
"hgvs_p": "p.Ile2500Met",
"transcript": "NM_004958.4",
"protein_id": "NP_004949.1",
"transcript_support_level": null,
"aa_start": 2500,
"aa_end": null,
"aa_length": 2549,
"cds_start": 7500,
"cds_end": null,
"cds_length": 7650,
"cdna_start": 7621,
"cdna_end": null,
"cdna_length": 8721,
"mane_select": "ENST00000361445.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.7500T>G",
"hgvs_p": "p.Ile2500Met",
"transcript": "ENST00000361445.9",
"protein_id": "ENSP00000354558.4",
"transcript_support_level": 1,
"aa_start": 2500,
"aa_end": null,
"aa_length": 2549,
"cds_start": 7500,
"cds_end": null,
"cds_length": 7650,
"cdna_start": 7621,
"cdna_end": null,
"cdna_length": 8721,
"mane_select": "NM_004958.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.7500T>G",
"hgvs_p": "p.Ile2500Met",
"transcript": "NM_001386500.1",
"protein_id": "NP_001373429.1",
"transcript_support_level": null,
"aa_start": 2500,
"aa_end": null,
"aa_length": 2549,
"cds_start": 7500,
"cds_end": null,
"cds_length": 7650,
"cdna_start": 7648,
"cdna_end": null,
"cdna_length": 8748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.7500T>G",
"hgvs_p": "p.Ile2500Met",
"transcript": "ENST00000703143.2",
"protein_id": "ENSP00000515200.2",
"transcript_support_level": null,
"aa_start": 2500,
"aa_end": null,
"aa_length": 2549,
"cds_start": 7500,
"cds_end": null,
"cds_length": 7650,
"cdna_start": 7829,
"cdna_end": null,
"cdna_length": 8929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.7287T>G",
"hgvs_p": "p.Ile2429Met",
"transcript": "ENST00000703140.1",
"protein_id": "ENSP00000515197.1",
"transcript_support_level": null,
"aa_start": 2429,
"aa_end": null,
"aa_length": 2478,
"cds_start": 7287,
"cds_end": null,
"cds_length": 7437,
"cdna_start": 7387,
"cdna_end": null,
"cdna_length": 8487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.6252T>G",
"hgvs_p": "p.Ile2084Met",
"transcript": "NM_001386501.1",
"protein_id": "NP_001373430.1",
"transcript_support_level": null,
"aa_start": 2084,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6252,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 7512,
"cdna_end": null,
"cdna_length": 8612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 53,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.6819T>G",
"hgvs_p": "p.Ile2273Met",
"transcript": "XM_017000900.1",
"protein_id": "XP_016856389.1",
"transcript_support_level": null,
"aa_start": 2273,
"aa_end": null,
"aa_length": 2322,
"cds_start": 6819,
"cds_end": null,
"cds_length": 6969,
"cdna_start": 7084,
"cdna_end": null,
"cdna_length": 8184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5235T>G",
"hgvs_p": "p.Ile1745Met",
"transcript": "XM_047416724.1",
"protein_id": "XP_047272680.1",
"transcript_support_level": null,
"aa_start": 1745,
"aa_end": null,
"aa_length": 1794,
"cds_start": 5235,
"cds_end": null,
"cds_length": 5385,
"cdna_start": 5316,
"cdna_end": null,
"cdna_length": 6416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.2917T>G",
"hgvs_p": null,
"transcript": "ENST00000376838.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 4017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.679T>G",
"hgvs_p": null,
"transcript": "ENST00000455339.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.512T>G",
"hgvs_p": null,
"transcript": "ENST00000473471.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.783T>G",
"hgvs_p": null,
"transcript": "ENST00000490931.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 1111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*2875T>G",
"hgvs_p": null,
"transcript": "ENST00000703118.1",
"protein_id": "ENSP00000515181.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": 8528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.3418T>G",
"hgvs_p": null,
"transcript": "ENST00000703131.1",
"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": 4193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*556T>G",
"hgvs_p": null,
"transcript": "ENST00000703139.2",
"protein_id": "ENSP00000515196.2",
"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": 8872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*3017T>G",
"hgvs_p": null,
"transcript": "ENST00000703141.1",
"protein_id": "ENSP00000515198.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": 9013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*4330T>G",
"hgvs_p": null,
"transcript": "ENST00000703142.1",
"protein_id": "ENSP00000515199.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": 8491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*2875T>G",
"hgvs_p": null,
"transcript": "ENST00000703118.1",
"protein_id": "ENSP00000515181.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": 8528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*556T>G",
"hgvs_p": null,
"transcript": "ENST00000703139.2",
"protein_id": "ENSP00000515196.2",
"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": 8872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*3017T>G",
"hgvs_p": null,
"transcript": "ENST00000703141.1",
"protein_id": "ENSP00000515198.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": 9013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*4330T>G",
"hgvs_p": null,
"transcript": "ENST00000703142.1",
"protein_id": "ENSP00000515199.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": 8491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"dbsnp": "rs1057519915",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5341227650642395,
"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.368,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9545,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 0.189,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP5_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000361445.9",
"gene_symbol": "MTOR",
"hgnc_id": 3942,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.7500T>G",
"hgvs_p": "p.Ile2500Met"
}
],
"clinvar_disease": "Macrocephaly-intellectual disability-neurodevelopmental disorder-small thorax syndrome",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Macrocephaly-intellectual disability-neurodevelopmental disorder-small thorax syndrome",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}