← 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: 11-75587282-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=75587282&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 6,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "MAP6",
"hgnc_id": 6868,
"hgvs_c": "c.2219G>A",
"hgvs_p": "p.Arg740His",
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -6,
"transcript": "NM_033063.2",
"verdict": "Likely_benign"
},
{
"benign_score": 6,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"effects": [
"intron_variant"
],
"gene_symbol": "MAP6-AS1",
"hgnc_id": 58170,
"hgvs_c": "n.299+4001C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -6,
"transcript": "ENST00000527803.2",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate",
"acmg_score": -6,
"allele_count_reference_population": 2120,
"alphamissense_prediction": null,
"alphamissense_score": 0.0742,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.68,
"chr": "11",
"clinvar_classification": "Likely benign",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.0037289857864379883,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 813,
"aa_ref": "R",
"aa_start": 740,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3252,
"cdna_start": 2888,
"cds_end": null,
"cds_length": 2442,
"cds_start": 2219,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_033063.2",
"gene_hgnc_id": 6868,
"gene_symbol": "MAP6",
"hgvs_c": "c.2219G>A",
"hgvs_p": "p.Arg740His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000304771.8",
"protein_coding": true,
"protein_id": "NP_149052.1",
"strand": false,
"transcript": "NM_033063.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 813,
"aa_ref": "R",
"aa_start": 740,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3252,
"cdna_start": 2888,
"cds_end": null,
"cds_length": 2442,
"cds_start": 2219,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000304771.8",
"gene_hgnc_id": 6868,
"gene_symbol": "MAP6",
"hgvs_c": "c.2219G>A",
"hgvs_p": "p.Arg740His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_033063.2",
"protein_coding": true,
"protein_id": "ENSP00000307093.3",
"strand": false,
"transcript": "ENST00000304771.8",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 826,
"aa_ref": "R",
"aa_start": 753,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3225,
"cdna_start": 2859,
"cds_end": null,
"cds_length": 2481,
"cds_start": 2258,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000950404.1",
"gene_hgnc_id": 6868,
"gene_symbol": "MAP6",
"hgvs_c": "c.2258G>A",
"hgvs_p": "p.Arg753His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000620463.1",
"strand": false,
"transcript": "ENST00000950404.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 676,
"aa_ref": "R",
"aa_start": 603,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2513,
"cdna_start": 2147,
"cds_end": null,
"cds_length": 2031,
"cds_start": 1808,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000950405.1",
"gene_hgnc_id": 6868,
"gene_symbol": "MAP6",
"hgvs_c": "c.1808G>A",
"hgvs_p": "p.Arg603His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000620464.1",
"strand": false,
"transcript": "ENST00000950405.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 484,
"aa_ref": "R",
"aa_start": 411,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1755,
"cdna_start": 1392,
"cds_end": null,
"cds_length": 1455,
"cds_start": 1232,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000526740.3",
"gene_hgnc_id": 6868,
"gene_symbol": "MAP6",
"hgvs_c": "c.1232G>A",
"hgvs_p": "p.Arg411His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000434278.1",
"strand": false,
"transcript": "ENST00000526740.3",
"transcript_support_level": 5
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 829,
"aa_ref": "R",
"aa_start": 756,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3300,
"cdna_start": 2936,
"cds_end": null,
"cds_length": 2490,
"cds_start": 2267,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_017017755.3",
"gene_hgnc_id": 6868,
"gene_symbol": "MAP6",
"hgvs_c": "c.2267G>A",
"hgvs_p": "p.Arg756His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016873244.1",
"strand": false,
"transcript": "XM_017017755.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 528,
"aa_ref": "R",
"aa_start": 455,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1798,
"cdna_start": 1434,
"cds_end": null,
"cds_length": 1587,
"cds_start": 1364,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_017017756.2",
"gene_hgnc_id": 6868,
"gene_symbol": "MAP6",
"hgvs_c": "c.1364G>A",
"hgvs_p": "p.Arg455His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016873245.1",
"strand": false,
"transcript": "XM_017017756.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 500,
"aa_ref": "R",
"aa_start": 427,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1833,
"cdna_start": 1469,
"cds_end": null,
"cds_length": 1503,
"cds_start": 1280,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_017017758.2",
"gene_hgnc_id": 6868,
"gene_symbol": "MAP6",
"hgvs_c": "c.1280G>A",
"hgvs_p": "p.Arg427His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016873247.1",
"strand": false,
"transcript": "XM_017017758.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": 957,
"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": "ENST00000527803.2",
"gene_hgnc_id": 58170,
"gene_symbol": "MAP6-AS1",
"hgvs_c": "n.299+4001C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000527803.2",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1108,
"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": "ENST00000830736.1",
"gene_hgnc_id": 58170,
"gene_symbol": "MAP6-AS1",
"hgvs_c": "n.186+4001C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000830736.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": 1259,
"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": "ENST00000830737.1",
"gene_hgnc_id": 58170,
"gene_symbol": "MAP6-AS1",
"hgvs_c": "n.214+4001C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000830737.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": 875,
"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": "ENST00000830738.1",
"gene_hgnc_id": 58170,
"gene_symbol": "MAP6-AS1",
"hgvs_c": "n.99+3502C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000830738.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": 763,
"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": "ENST00000830739.1",
"gene_hgnc_id": 58170,
"gene_symbol": "MAP6-AS1",
"hgvs_c": "n.151+4138C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000830739.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": 593,
"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": "ENST00000830740.1",
"gene_hgnc_id": 58170,
"gene_symbol": "MAP6-AS1",
"hgvs_c": "n.117+4166C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000830740.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": 651,
"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": "NR_145823.1",
"gene_hgnc_id": 58170,
"gene_symbol": "MAP6-AS1",
"hgvs_c": "n.86+4001C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_145823.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs141659980",
"effect": "missense_variant",
"frequency_reference_population": 0.0013134092,
"gene_hgnc_id": 6868,
"gene_symbol": "MAP6",
"gnomad_exomes_ac": 1935,
"gnomad_exomes_af": 0.00132364,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_ac": 185,
"gnomad_genomes_af": 0.00121517,
"gnomad_genomes_homalt": 1,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 2,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Likely benign",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.933,
"pos": 75587282,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.038,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_033063.2"
}
]
}