← 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-12646664-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=12646664&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 12646664,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000528.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2992C>T",
"hgvs_p": "p.Arg998Cys",
"transcript": "NM_000528.4",
"protein_id": "NP_000519.2",
"transcript_support_level": null,
"aa_start": 998,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2992,
"cds_end": null,
"cds_length": 3036,
"cdna_start": 3033,
"cdna_end": null,
"cdna_length": 3185,
"mane_select": "ENST00000456935.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2992C>T",
"hgvs_p": "p.Arg998Cys",
"transcript": "ENST00000456935.7",
"protein_id": "ENSP00000395473.2",
"transcript_support_level": 1,
"aa_start": 998,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2992,
"cds_end": null,
"cds_length": 3036,
"cdna_start": 3033,
"cdna_end": null,
"cdna_length": 3185,
"mane_select": "NM_000528.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2989C>T",
"hgvs_p": "p.Arg997Cys",
"transcript": "ENST00000221363.9",
"protein_id": "ENSP00000221363.4",
"transcript_support_level": 1,
"aa_start": 997,
"aa_end": null,
"aa_length": 1010,
"cds_start": 2989,
"cds_end": null,
"cds_length": 3033,
"cdna_start": 3022,
"cdna_end": null,
"cdna_length": 5855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000269242",
"gene_hgnc_id": null,
"hgvs_c": "n.550C>T",
"hgvs_p": null,
"transcript": "ENST00000597692.1",
"protein_id": "ENSP00000470240.1",
"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": 838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2995C>T",
"hgvs_p": "p.Arg999Cys",
"transcript": "NM_001440570.1",
"protein_id": "NP_001427499.1",
"transcript_support_level": null,
"aa_start": 999,
"aa_end": null,
"aa_length": 1012,
"cds_start": 2995,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 3036,
"cdna_end": null,
"cdna_length": 3188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2989C>T",
"hgvs_p": "p.Arg997Cys",
"transcript": "NM_001173498.2",
"protein_id": "NP_001166969.1",
"transcript_support_level": null,
"aa_start": 997,
"aa_end": null,
"aa_length": 1010,
"cds_start": 2989,
"cds_end": null,
"cds_length": 3033,
"cdna_start": 3030,
"cdna_end": null,
"cdna_length": 3182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.1891C>T",
"hgvs_p": "p.Arg631Cys",
"transcript": "XM_047438841.1",
"protein_id": "XP_047294797.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 644,
"cds_start": 1891,
"cds_end": null,
"cds_length": 1935,
"cdna_start": 1996,
"cdna_end": null,
"cdna_length": 2148,
"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": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "n.3582C>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "n.421C>T",
"hgvs_p": null,
"transcript": "ENST00000469423.1",
"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": 574,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "n.172C>T",
"hgvs_p": null,
"transcript": "ENST00000480851.5",
"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": 323,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "n.403C>T",
"hgvs_p": null,
"transcript": "ENST00000493218.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": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"dbsnp": "rs758755293",
"frequency_reference_population": 0.000024783885,
"hom_count_reference_population": 0,
"allele_count_reference_population": 40,
"gnomad_exomes_af": 0.0000239422,
"gnomad_genomes_af": 0.000032874,
"gnomad_exomes_ac": 35,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9690097570419312,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.799,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2282,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.33,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.872,
"phylop100way_prediction": "Pathogenic",
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_000528.4",
"gene_symbol": "MAN2B1",
"hgnc_id": 6826,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2992C>T",
"hgvs_p": "p.Arg998Cys"
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000597692.1",
"gene_symbol": "ENSG00000269242",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.550C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Deficiency of alpha-mannosidase",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:1 US:1",
"phenotype_combined": "Deficiency of alpha-mannosidase",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}