← 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: 5-127398673-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=127398673&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 18,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BA1"
],
"effects": [
"splice_region_variant",
"intron_variant"
],
"gene_symbol": "MEGF10",
"hgnc_id": 29634,
"hgvs_c": "c.660-3C>T",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -18,
"transcript": "NM_032446.3",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BA1",
"acmg_score": -18,
"allele_count_reference_population": 254094,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.22,
"chr": "5",
"clinvar_classification": "Benign",
"clinvar_disease": "MEGF10-related myopathy,not specified",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:5",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.2199999988079071,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1140,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7606,
"cdna_start": null,
"cds_end": null,
"cds_length": 3423,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001256545.2",
"gene_hgnc_id": 29634,
"gene_symbol": "MEGF10",
"hgvs_c": "c.660-3C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000503335.7",
"protein_coding": true,
"protein_id": "NP_001243474.1",
"strand": true,
"transcript": "NM_001256545.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1140,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7606,
"cdna_start": null,
"cds_end": null,
"cds_length": 3423,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000503335.7",
"gene_hgnc_id": 29634,
"gene_symbol": "MEGF10",
"hgvs_c": "c.660-3C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001256545.2",
"protein_coding": true,
"protein_id": "ENSP00000423354.2",
"strand": true,
"transcript": "ENST00000503335.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1140,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7594,
"cdna_start": null,
"cds_end": null,
"cds_length": 3423,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 26,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000274473.6",
"gene_hgnc_id": 29634,
"gene_symbol": "MEGF10",
"hgvs_c": "c.660-3C>T",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000274473.6",
"strand": true,
"transcript": "ENST00000274473.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 567,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2238,
"cdna_start": null,
"cds_end": null,
"cds_length": 1704,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000418761.6",
"gene_hgnc_id": 29634,
"gene_symbol": "MEGF10",
"hgvs_c": "c.660-3C>T",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000416284.2",
"strand": true,
"transcript": "ENST00000418761.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 567,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2365,
"cdna_start": null,
"cds_end": null,
"cds_length": 1704,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000508365.5",
"gene_hgnc_id": 29634,
"gene_symbol": "MEGF10",
"hgvs_c": "c.660-3C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000423195.1",
"strand": true,
"transcript": "ENST00000508365.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1140,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7657,
"cdna_start": null,
"cds_end": null,
"cds_length": 3423,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 26,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_032446.3",
"gene_hgnc_id": 29634,
"gene_symbol": "MEGF10",
"hgvs_c": "c.660-3C>T",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_115822.1",
"strand": true,
"transcript": "NM_032446.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 567,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2466,
"cdna_start": null,
"cds_end": null,
"cds_length": 1704,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001308119.2",
"gene_hgnc_id": 29634,
"gene_symbol": "MEGF10",
"hgvs_c": "c.660-3C>T",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001295048.1",
"strand": true,
"transcript": "NM_001308119.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 567,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2415,
"cdna_start": null,
"cds_end": null,
"cds_length": 1704,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001308121.2",
"gene_hgnc_id": 29634,
"gene_symbol": "MEGF10",
"hgvs_c": "c.660-3C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001295050.1",
"strand": true,
"transcript": "NM_001308121.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1195,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8153,
"cdna_start": null,
"cds_end": null,
"cds_length": 3588,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 27,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017009987.2",
"gene_hgnc_id": 29634,
"gene_symbol": "MEGF10",
"hgvs_c": "c.825-3C>T",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016865476.1",
"strand": true,
"transcript": "XM_017009987.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1140,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7401,
"cdna_start": null,
"cds_end": null,
"cds_length": 3423,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011543694.1",
"gene_hgnc_id": 29634,
"gene_symbol": "MEGF10",
"hgvs_c": "c.660-3C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011541996.1",
"strand": true,
"transcript": "XM_011543694.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": "Benign",
"dbscsnv_ada_score": 0.0030242688039764,
"dbsnp": "rs6595769",
"effect": "splice_region_variant,intron_variant",
"frequency_reference_population": 0.15746127,
"gene_hgnc_id": 29634,
"gene_symbol": "MEGF10",
"gnomad_exomes_ac": 224672,
"gnomad_exomes_af": 0.153725,
"gnomad_exomes_homalt": 18150,
"gnomad_genomes_ac": 29422,
"gnomad_genomes_af": 0.193347,
"gnomad_genomes_homalt": 3348,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 21498,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Benign",
"phenotype_combined": "not specified|MEGF10-related myopathy",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.973,
"pos": 127398673,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.11800000071525574,
"splice_source_selected": "dbscSNV1_RF",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.02,
"transcript": "NM_032446.3"
}
]
}