← 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-67489456-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=67489456&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 67489456,
"ref": "G",
"alt": "A",
"effect": "splice_donor_variant,intron_variant",
"transcript": "ENST00000279146.8",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.468+1G>A",
"hgvs_p": null,
"transcript": "NM_003977.4",
"protein_id": "NP_003968.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 330,
"cds_start": -4,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1236,
"mane_select": "ENST00000279146.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.468+1G>A",
"hgvs_p": null,
"transcript": "ENST00000279146.8",
"protein_id": "ENSP00000279146.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 330,
"cds_start": -4,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1236,
"mane_select": "NM_003977.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "n.399G>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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.468+1G>A",
"hgvs_p": null,
"transcript": "ENST00000682699.1",
"protein_id": "ENSP00000507935.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 314,
"cds_start": -4,
"cds_end": null,
"cds_length": 946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.444+1G>A",
"hgvs_p": null,
"transcript": "ENST00000525341.2",
"protein_id": "ENSP00000476993.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 296,
"cds_start": -4,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.468+1G>A",
"hgvs_p": null,
"transcript": "NM_001302960.2",
"protein_id": "NP_001289889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 283,
"cds_start": -4,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.468+1G>A",
"hgvs_p": null,
"transcript": "ENST00000683237.1",
"protein_id": "ENSP00000507343.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 283,
"cds_start": -4,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1186,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.468+1G>A",
"hgvs_p": null,
"transcript": "ENST00000684006.1",
"protein_id": "ENSP00000507269.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 282,
"cds_start": -4,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.291+1G>A",
"hgvs_p": null,
"transcript": "NM_001302959.2",
"protein_id": "NP_001289888.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": -4,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.291+1G>A",
"hgvs_p": null,
"transcript": "ENST00000683856.1",
"protein_id": "ENSP00000507979.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": -4,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.288+1G>A",
"hgvs_p": null,
"transcript": "ENST00000684657.1",
"protein_id": "ENSP00000507961.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 270,
"cds_start": -4,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.280-582G>A",
"hgvs_p": null,
"transcript": "ENST00000528641.7",
"protein_id": "ENSP00000434982.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 267,
"cds_start": -4,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.100-582G>A",
"hgvs_p": null,
"transcript": "ENST00000682659.1",
"protein_id": "ENSP00000507351.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 207,
"cds_start": -4,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"hgvs_c": "c.468+1G>A",
"hgvs_p": null,
"transcript": "ENST00000682324.1",
"protein_id": "ENSP00000508017.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 189,
"cds_start": -4,
"cds_end": null,
"cds_length": 571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "AIP",
"gene_hgnc_id": 358,
"dbsnp": "rs267606554",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7129999995231628,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.9399999976158142,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": 0.713,
"revel_prediction": "Pathogenic",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.18,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.541,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 1,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.999966737406901,
"dbscsnv_ada_prediction": "Pathogenic",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Strong,PM2",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PVS1_Strong",
"PM2"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000279146.8",
"gene_symbol": "AIP",
"hgnc_id": 358,
"effects": [
"splice_donor_variant",
"intron_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.468+1G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Somatotroph adenoma",
"clinvar_classification": "not provided",
"clinvar_review_status": "no classification provided",
"clinvar_submissions_summary": "O:1",
"phenotype_combined": "Somatotroph adenoma",
"pathogenicity_classification_combined": "not provided",
"custom_annotations": null
}
],
"message": null
}