← 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: 22-50144197-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50144197&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 50144197,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_018995.3",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2459A>C",
"hgvs_p": "p.Gln820Pro",
"transcript": "NM_018995.3",
"protein_id": "NP_061868.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 1211,
"cds_start": 2459,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000262794.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018995.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2459A>C",
"hgvs_p": "p.Gln820Pro",
"transcript": "ENST00000262794.10",
"protein_id": "ENSP00000262794.5",
"transcript_support_level": 1,
"aa_start": 820,
"aa_end": null,
"aa_length": 1211,
"cds_start": 2459,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018995.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262794.10"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2459A>C",
"hgvs_p": "p.Gln820Pro",
"transcript": "ENST00000395858.7",
"protein_id": "ENSP00000379199.3",
"transcript_support_level": 1,
"aa_start": 820,
"aa_end": null,
"aa_length": 1165,
"cds_start": 2459,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395858.7"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2459A>C",
"hgvs_p": "p.Gln820Pro",
"transcript": "NM_001164104.2",
"protein_id": "NP_001157576.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 1165,
"cds_start": 2459,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164104.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2399A>C",
"hgvs_p": "p.Gln800Pro",
"transcript": "NM_001164105.2",
"protein_id": "NP_001157577.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1165,
"cds_start": 2399,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164105.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2399A>C",
"hgvs_p": "p.Gln800Pro",
"transcript": "ENST00000540615.5",
"protein_id": "ENSP00000438542.1",
"transcript_support_level": 2,
"aa_start": 800,
"aa_end": null,
"aa_length": 1165,
"cds_start": 2399,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540615.5"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2459A>C",
"hgvs_p": "p.Gln820Pro",
"transcript": "XM_011530696.2",
"protein_id": "XP_011528998.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 1256,
"cds_start": 2459,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530696.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2399A>C",
"hgvs_p": "p.Gln800Pro",
"transcript": "XM_011530697.2",
"protein_id": "XP_011528999.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1236,
"cds_start": 2399,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530697.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2459A>C",
"hgvs_p": "p.Gln820Pro",
"transcript": "XM_017028833.2",
"protein_id": "XP_016884322.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 1210,
"cds_start": 2459,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028833.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2318A>C",
"hgvs_p": "p.Gln773Pro",
"transcript": "XM_011530698.2",
"protein_id": "XP_011529000.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 1209,
"cds_start": 2318,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530698.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2303A>C",
"hgvs_p": "p.Gln768Pro",
"transcript": "XM_011530699.2",
"protein_id": "XP_011529001.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 1204,
"cds_start": 2303,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530699.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2303A>C",
"hgvs_p": "p.Gln768Pro",
"transcript": "XM_011530700.3",
"protein_id": "XP_011529002.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 1204,
"cds_start": 2303,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530700.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2399A>C",
"hgvs_p": "p.Gln800Pro",
"transcript": "XM_005261923.5",
"protein_id": "XP_005261980.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1191,
"cds_start": 2399,
"cds_end": null,
"cds_length": 3576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005261923.5"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2459A>C",
"hgvs_p": "p.Gln820Pro",
"transcript": "XM_011530701.1",
"protein_id": "XP_011529003.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 1074,
"cds_start": 2459,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530701.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.1736A>C",
"hgvs_p": "p.Gln579Pro",
"transcript": "XM_047441413.1",
"protein_id": "XP_047297369.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 924,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441413.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2459A>C",
"hgvs_p": "p.Gln820Pro",
"transcript": "XM_047441414.1",
"protein_id": "XP_047297370.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 880,
"cds_start": 2459,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441414.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.881A>C",
"hgvs_p": "p.Gln294Pro",
"transcript": "XM_017028835.2",
"protein_id": "XP_016884324.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 730,
"cds_start": 881,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028835.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.881A>C",
"hgvs_p": "p.Gln294Pro",
"transcript": "XM_017028836.2",
"protein_id": "XP_016884325.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 730,
"cds_start": 881,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028836.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.881A>C",
"hgvs_p": "p.Gln294Pro",
"transcript": "XM_047441415.1",
"protein_id": "XP_047297371.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 730,
"cds_start": 881,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441415.1"
}
],
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"dbsnp": "rs2272837",
"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.1396227478981018,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.262,
"revel_prediction": "Benign",
"alphamissense_score": 0.0942,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.815,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_018995.3",
"gene_symbol": "MOV10L1",
"hgnc_id": 7201,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2459A>C",
"hgvs_p": "p.Gln820Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}