← 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-12663394-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=12663394&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 12663394,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000456935.7",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.832C>G",
"hgvs_p": "p.Leu278Val",
"transcript": "NM_000528.4",
"protein_id": "NP_000519.2",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 1011,
"cds_start": 832,
"cds_end": null,
"cds_length": 3036,
"cdna_start": 873,
"cdna_end": null,
"cdna_length": 3185,
"mane_select": "ENST00000456935.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.832C>G",
"hgvs_p": "p.Leu278Val",
"transcript": "ENST00000456935.7",
"protein_id": "ENSP00000395473.2",
"transcript_support_level": 1,
"aa_start": 278,
"aa_end": null,
"aa_length": 1011,
"cds_start": 832,
"cds_end": null,
"cds_length": 3036,
"cdna_start": 873,
"cdna_end": null,
"cdna_length": 3185,
"mane_select": "NM_000528.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.832C>G",
"hgvs_p": "p.Leu278Val",
"transcript": "ENST00000221363.9",
"protein_id": "ENSP00000221363.4",
"transcript_support_level": 1,
"aa_start": 278,
"aa_end": null,
"aa_length": 1010,
"cds_start": 832,
"cds_end": null,
"cds_length": 3033,
"cdna_start": 865,
"cdna_end": null,
"cdna_length": 5855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.832C>G",
"hgvs_p": "p.Leu278Val",
"transcript": "NM_001440570.1",
"protein_id": "NP_001427499.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 1012,
"cds_start": 832,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 873,
"cdna_end": null,
"cdna_length": 3188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.832C>G",
"hgvs_p": "p.Leu278Val",
"transcript": "NM_001173498.2",
"protein_id": "NP_001166969.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 1010,
"cds_start": 832,
"cds_end": null,
"cds_length": 3033,
"cdna_start": 873,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "n.25C>G",
"hgvs_p": null,
"transcript": "ENST00000462144.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "n.814C>G",
"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": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.*41C>G",
"hgvs_p": null,
"transcript": "ENST00000486847.2",
"protein_id": "ENSP00000470174.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 163,
"cds_start": -4,
"cds_end": null,
"cds_length": 494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"dbsnp": "rs1054486",
"frequency_reference_population": 0.27644247,
"hom_count_reference_population": 65081,
"allele_count_reference_population": 446119,
"gnomad_exomes_af": 0.274147,
"gnomad_genomes_af": 0.298531,
"gnomad_exomes_ac": 400759,
"gnomad_genomes_ac": 45360,
"gnomad_exomes_homalt": 57731,
"gnomad_genomes_homalt": 7350,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0007704794406890869,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.101,
"revel_prediction": "Benign",
"alphamissense_score": 0.0442,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.44,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000456935.7",
"gene_symbol": "MAN2B1",
"hgnc_id": 6826,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.832C>G",
"hgvs_p": "p.Leu278Val"
}
],
"clinvar_disease": "Deficiency of alpha-mannosidase,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:8",
"phenotype_combined": "not specified|not provided|Deficiency of alpha-mannosidase",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}