← 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: 19-12652271-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=12652271&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 12652271,
"ref": "C",
"alt": "A",
"effect": "splice_acceptor_variant,intron_variant",
"transcript": "ENST00000456935.7",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.1929-1G>T",
"hgvs_p": null,
"transcript": "NM_000528.4",
"protein_id": "NP_000519.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1011,
"cds_start": -4,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3185,
"mane_select": "ENST00000456935.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.1929-1G>T",
"hgvs_p": null,
"transcript": "ENST00000456935.7",
"protein_id": "ENSP00000395473.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1011,
"cds_start": -4,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3185,
"mane_select": "NM_000528.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.1926-1G>T",
"hgvs_p": null,
"transcript": "ENST00000221363.9",
"protein_id": "ENSP00000221363.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1010,
"cds_start": -4,
"cds_end": null,
"cds_length": 3033,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.1932-1G>T",
"hgvs_p": null,
"transcript": "NM_001440570.1",
"protein_id": "NP_001427499.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1012,
"cds_start": -4,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.1926-1G>T",
"hgvs_p": null,
"transcript": "NM_001173498.2",
"protein_id": "NP_001166969.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1010,
"cds_start": -4,
"cds_end": null,
"cds_length": 3033,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "n.535-1G>T",
"hgvs_p": null,
"transcript": "ENST00000433513.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "n.2519-1G>T",
"hgvs_p": null,
"transcript": "ENST00000466794.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": 3685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "n.*100-1G>T",
"hgvs_p": null,
"transcript": "ENST00000593686.1",
"protein_id": "ENSP00000471685.1",
"transcript_support_level": 4,
"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": 537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "n.526-1G>T",
"hgvs_p": null,
"transcript": "ENST00000595880.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "n.*59-1G>T",
"hgvs_p": null,
"transcript": "ENST00000596591.1",
"protein_id": "ENSP00000469456.1",
"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": 340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.828-1G>T",
"hgvs_p": null,
"transcript": "XM_047438841.1",
"protein_id": "XP_047294797.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 644,
"cds_start": -4,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"dbsnp": "rs763100457",
"frequency_reference_population": 0.0000024787817,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 6.842e-7,
"gnomad_genomes_af": 0.0000197195,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.27000001072883606,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.9399999976158142,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.516,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.99,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.999933757597683,
"dbscsnv_ada_prediction": "Pathogenic",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000456935.7",
"gene_symbol": "MAN2B1",
"hgnc_id": 6826,
"effects": [
"splice_acceptor_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1929-1G>T",
"hgvs_p": null
}
],
"clinvar_disease": "Deficiency of alpha-mannosidase,Inborn genetic diseases",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 LP:2",
"phenotype_combined": "Inborn genetic diseases|Deficiency of alpha-mannosidase",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}