← 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: X-43781509-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=43781509&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 43781509,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_000898.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.964G>A",
"hgvs_p": "p.Ala322Thr",
"transcript": "NM_000898.5",
"protein_id": "NP_000889.3",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 520,
"cds_start": 964,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000378069.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000898.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.964G>A",
"hgvs_p": "p.Ala322Thr",
"transcript": "ENST00000378069.5",
"protein_id": "ENSP00000367309.4",
"transcript_support_level": 1,
"aa_start": 322,
"aa_end": null,
"aa_length": 520,
"cds_start": 964,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000898.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378069.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.1069G>A",
"hgvs_p": "p.Ala357Thr",
"transcript": "ENST00000890313.1",
"protein_id": "ENSP00000560372.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 555,
"cds_start": 1069,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890313.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.964G>A",
"hgvs_p": "p.Ala322Thr",
"transcript": "ENST00000890309.1",
"protein_id": "ENSP00000560368.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 526,
"cds_start": 964,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890309.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.961G>A",
"hgvs_p": "p.Ala321Thr",
"transcript": "ENST00000890307.1",
"protein_id": "ENSP00000560366.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 519,
"cds_start": 961,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890307.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.964G>A",
"hgvs_p": "p.Ala322Thr",
"transcript": "ENST00000890310.1",
"protein_id": "ENSP00000560369.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 519,
"cds_start": 964,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890310.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.955G>A",
"hgvs_p": "p.Ala319Thr",
"transcript": "ENST00000890312.1",
"protein_id": "ENSP00000560371.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 517,
"cds_start": 955,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890312.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.826G>A",
"hgvs_p": "p.Ala276Thr",
"transcript": "ENST00000962442.1",
"protein_id": "ENSP00000632501.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 498,
"cds_start": 826,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962442.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.859G>A",
"hgvs_p": "p.Ala287Thr",
"transcript": "ENST00000890308.1",
"protein_id": "ENSP00000560367.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 485,
"cds_start": 859,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890308.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.826G>A",
"hgvs_p": "p.Ala276Thr",
"transcript": "ENST00000962441.1",
"protein_id": "ENSP00000632500.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 480,
"cds_start": 826,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962441.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.826G>A",
"hgvs_p": "p.Ala276Thr",
"transcript": "ENST00000890306.1",
"protein_id": "ENSP00000560365.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 474,
"cds_start": 826,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890306.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.964G>A",
"hgvs_p": "p.Ala322Thr",
"transcript": "ENST00000890311.1",
"protein_id": "ENSP00000560370.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 450,
"cds_start": 964,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890311.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Ala241Thr",
"transcript": "ENST00000962440.1",
"protein_id": "ENSP00000632499.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 439,
"cds_start": 721,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962440.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.916G>A",
"hgvs_p": "p.Ala306Thr",
"transcript": "XM_017029524.3",
"protein_id": "XP_016885013.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 504,
"cds_start": 916,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029524.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"hgvs_c": "c.931G>A",
"hgvs_p": "p.Ala311Thr",
"transcript": "ENST00000962443.1",
"protein_id": "ENSP00000632502.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 509,
"cds_start": 931,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962443.1"
}
],
"gene_symbol": "MAOB",
"gene_hgnc_id": 6834,
"dbsnp": "rs1486086634",
"frequency_reference_population": 9.230832e-7,
"hom_count_reference_population": 1,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 9.23083e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.48849210143089294,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.633,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.137,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0.12,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.548,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000898.5",
"gene_symbol": "MAOB",
"hgnc_id": 6834,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.964G>A",
"hgvs_p": "p.Ala322Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}