← 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-50149724-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50149724&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 50149724,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "ENST00000262794.10",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2727+10G>A",
"hgvs_p": null,
"transcript": "NM_018995.3",
"protein_id": "NP_061868.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1211,
"cds_start": -4,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3957,
"mane_select": "ENST00000262794.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2727+10G>A",
"hgvs_p": null,
"transcript": "ENST00000262794.10",
"protein_id": "ENSP00000262794.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1211,
"cds_start": -4,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3957,
"mane_select": "NM_018995.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2727+10G>A",
"hgvs_p": null,
"transcript": "ENST00000395858.7",
"protein_id": "ENSP00000379199.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1165,
"cds_start": -4,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2727+10G>A",
"hgvs_p": null,
"transcript": "NM_001164104.2",
"protein_id": "NP_001157576.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1165,
"cds_start": -4,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2667+10G>A",
"hgvs_p": null,
"transcript": "NM_001164105.2",
"protein_id": "NP_001157577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1165,
"cds_start": -4,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2667+10G>A",
"hgvs_p": null,
"transcript": "ENST00000540615.5",
"protein_id": "ENSP00000438542.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1165,
"cds_start": -4,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.108+10G>A",
"hgvs_p": null,
"transcript": "NM_001164106.1",
"protein_id": "NP_001157578.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 338,
"cds_start": -4,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.108+10G>A",
"hgvs_p": null,
"transcript": "ENST00000395852.5",
"protein_id": "ENSP00000379193.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 338,
"cds_start": -4,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.21+10G>A",
"hgvs_p": null,
"transcript": "ENST00000354853.2",
"protein_id": "ENSP00000346917.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 125,
"cds_start": -4,
"cds_end": null,
"cds_length": 378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2727+10G>A",
"hgvs_p": null,
"transcript": "XM_011530696.2",
"protein_id": "XP_011528998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1256,
"cds_start": -4,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2667+10G>A",
"hgvs_p": null,
"transcript": "XM_011530697.2",
"protein_id": "XP_011528999.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1236,
"cds_start": -4,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2727+10G>A",
"hgvs_p": null,
"transcript": "XM_017028833.2",
"protein_id": "XP_016884322.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1210,
"cds_start": -4,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2586+10G>A",
"hgvs_p": null,
"transcript": "XM_011530698.2",
"protein_id": "XP_011529000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1209,
"cds_start": -4,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2571+10G>A",
"hgvs_p": null,
"transcript": "XM_011530699.2",
"protein_id": "XP_011529001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1204,
"cds_start": -4,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2571+10G>A",
"hgvs_p": null,
"transcript": "XM_011530700.3",
"protein_id": "XP_011529002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1204,
"cds_start": -4,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2667+10G>A",
"hgvs_p": null,
"transcript": "XM_005261923.5",
"protein_id": "XP_005261980.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1191,
"cds_start": -4,
"cds_end": null,
"cds_length": 3576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4284,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2727+10G>A",
"hgvs_p": null,
"transcript": "XM_011530701.1",
"protein_id": "XP_011529003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1074,
"cds_start": -4,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2004+10G>A",
"hgvs_p": null,
"transcript": "XM_047441413.1",
"protein_id": "XP_047297369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 924,
"cds_start": -4,
"cds_end": null,
"cds_length": 2775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.2628-3321G>A",
"hgvs_p": null,
"transcript": "XM_047441414.1",
"protein_id": "XP_047297370.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 880,
"cds_start": -4,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.1149+10G>A",
"hgvs_p": null,
"transcript": "XM_017028835.2",
"protein_id": "XP_016884324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 730,
"cds_start": -4,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.1149+10G>A",
"hgvs_p": null,
"transcript": "XM_017028836.2",
"protein_id": "XP_016884325.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 730,
"cds_start": -4,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"hgvs_c": "c.1149+10G>A",
"hgvs_p": null,
"transcript": "XM_047441415.1",
"protein_id": "XP_047297371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 730,
"cds_start": -4,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MOV10L1",
"gene_hgnc_id": 7201,
"dbsnp": "rs2272840",
"frequency_reference_population": 0.24530439,
"hom_count_reference_population": 50022,
"allele_count_reference_population": 394604,
"gnomad_exomes_af": 0.247028,
"gnomad_genomes_af": 0.228801,
"gnomad_exomes_ac": 359802,
"gnomad_genomes_ac": 34802,
"gnomad_exomes_homalt": 45672,
"gnomad_genomes_homalt": 4350,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8399999737739563,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.84,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.356,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000262794.10",
"gene_symbol": "MOV10L1",
"hgnc_id": 7201,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2727+10G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}