← 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-67483184-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=67483184&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 67483184,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000279146.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Arg9Gln",
"transcript": "NM_003977.4",
"protein_id": "NP_003968.3",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 330,
"cds_start": 26,
"cds_end": null,
"cds_length": 993,
"cdna_start": 159,
"cdna_end": null,
"cdna_length": 1236,
"mane_select": "ENST00000279146.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Arg9Gln",
"transcript": "ENST00000279146.8",
"protein_id": "ENSP00000279146.3",
"transcript_support_level": 1,
"aa_start": 9,
"aa_end": null,
"aa_length": 330,
"cds_start": 26,
"cds_end": null,
"cds_length": 993,
"cdna_start": 159,
"cdna_end": null,
"cdna_length": 1236,
"mane_select": "NM_003977.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Arg9Gln",
"transcript": "ENST00000682699.1",
"protein_id": "ENSP00000507935.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 314,
"cds_start": 26,
"cds_end": null,
"cds_length": 946,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 1618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.2G>A",
"hgvs_p": "p.Arg1Gln",
"transcript": "ENST00000525341.2",
"protein_id": "ENSP00000476993.2",
"transcript_support_level": 2,
"aa_start": 1,
"aa_end": null,
"aa_length": 296,
"cds_start": 2,
"cds_end": null,
"cds_length": 891,
"cdna_start": 3,
"cdna_end": null,
"cdna_length": 1304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Arg9Gln",
"transcript": "NM_001302960.2",
"protein_id": "NP_001289889.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 283,
"cds_start": 26,
"cds_end": null,
"cds_length": 852,
"cdna_start": 159,
"cdna_end": null,
"cdna_length": 1228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Arg9Gln",
"transcript": "ENST00000683237.1",
"protein_id": "ENSP00000507343.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 283,
"cds_start": 26,
"cds_end": null,
"cds_length": 852,
"cdna_start": 117,
"cdna_end": null,
"cdna_length": 1186,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Arg9Gln",
"transcript": "ENST00000684006.1",
"protein_id": "ENSP00000507269.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 282,
"cds_start": 26,
"cds_end": null,
"cds_length": 849,
"cdna_start": 117,
"cdna_end": null,
"cdna_length": 1182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Arg9Gln",
"transcript": "ENST00000684657.1",
"protein_id": "ENSP00000507961.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 270,
"cds_start": 26,
"cds_end": null,
"cds_length": 813,
"cdna_start": 117,
"cdna_end": null,
"cdna_length": 1065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Arg9Gln",
"transcript": "ENST00000528641.7",
"protein_id": "ENSP00000434982.3",
"transcript_support_level": 5,
"aa_start": 9,
"aa_end": null,
"aa_length": 267,
"cds_start": 26,
"cds_end": null,
"cds_length": 804,
"cdna_start": 144,
"cdna_end": null,
"cdna_length": 1030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Arg9Gln",
"transcript": "ENST00000682659.1",
"protein_id": "ENSP00000507351.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 207,
"cds_start": 26,
"cds_end": null,
"cds_length": 624,
"cdna_start": 30,
"cdna_end": null,
"cdna_length": 721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Arg9Gln",
"transcript": "ENST00000682324.1",
"protein_id": "ENSP00000508017.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 189,
"cds_start": 26,
"cds_end": null,
"cds_length": 571,
"cdna_start": 117,
"cdna_end": null,
"cdna_length": 662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "n.-45G>A",
"hgvs_p": null,
"transcript": "ENST00000529797.2",
"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": 1919,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"dbsnp": "rs139459091",
"frequency_reference_population": 0.00021496664,
"hom_count_reference_population": 1,
"allele_count_reference_population": 347,
"gnomad_exomes_af": 0.000197695,
"gnomad_genomes_af": 0.000380687,
"gnomad_exomes_ac": 289,
"gnomad_genomes_ac": 58,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05775785446166992,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.24,
"revel_prediction": "Benign",
"alphamissense_score": 0.0758,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.412,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000279146.8",
"gene_symbol": "AIP",
"hgnc_id": 358,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Arg9Gln"
}
],
"clinvar_disease": " symmetric,Acroleukopathy,Hereditary cancer-predisposing syndrome,Pituitary dependent hypercortisolism,Somatotroph adenoma,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:6 LB:2",
"phenotype_combined": "Hereditary cancer-predisposing syndrome|Acroleukopathy, symmetric;Pituitary dependent hypercortisolism;Somatotroph adenoma|Somatotroph adenoma|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}