← 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: 16-2090453-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=2090453&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 2090453,
"ref": "T",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "ENST00000262304.9",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12276A>C",
"hgvs_p": "p.Ala4092Ala",
"transcript": "NM_001009944.3",
"protein_id": "NP_001009944.3",
"transcript_support_level": null,
"aa_start": 4092,
"aa_end": null,
"aa_length": 4303,
"cds_start": 12276,
"cds_end": null,
"cds_length": 12912,
"cdna_start": 12485,
"cdna_end": null,
"cdna_length": 14140,
"mane_select": "ENST00000262304.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12276A>C",
"hgvs_p": "p.Ala4092Ala",
"transcript": "ENST00000262304.9",
"protein_id": "ENSP00000262304.4",
"transcript_support_level": 1,
"aa_start": 4092,
"aa_end": null,
"aa_length": 4303,
"cds_start": 12276,
"cds_end": null,
"cds_length": 12912,
"cdna_start": 12485,
"cdna_end": null,
"cdna_length": 14140,
"mane_select": "NM_001009944.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12273A>C",
"hgvs_p": "p.Ala4091Ala",
"transcript": "ENST00000423118.5",
"protein_id": "ENSP00000399501.1",
"transcript_support_level": 1,
"aa_start": 4091,
"aa_end": null,
"aa_length": 4302,
"cds_start": 12273,
"cds_end": null,
"cds_length": 12909,
"cdna_start": 12482,
"cdna_end": null,
"cdna_length": 14135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12273A>C",
"hgvs_p": "p.Ala4091Ala",
"transcript": "NM_000296.4",
"protein_id": "NP_000287.4",
"transcript_support_level": null,
"aa_start": 4091,
"aa_end": null,
"aa_length": 4302,
"cds_start": 12273,
"cds_end": null,
"cds_length": 12909,
"cdna_start": 12482,
"cdna_end": null,
"cdna_length": 14137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12411A>C",
"hgvs_p": "p.Ala4137Ala",
"transcript": "XM_047434208.1",
"protein_id": "XP_047290164.1",
"transcript_support_level": null,
"aa_start": 4137,
"aa_end": null,
"aa_length": 4348,
"cds_start": 12411,
"cds_end": null,
"cds_length": 13047,
"cdna_start": 12620,
"cdna_end": null,
"cdna_length": 14275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12339A>C",
"hgvs_p": "p.Ala4113Ala",
"transcript": "XM_047434209.1",
"protein_id": "XP_047290165.1",
"transcript_support_level": null,
"aa_start": 4113,
"aa_end": null,
"aa_length": 4324,
"cds_start": 12339,
"cds_end": null,
"cds_length": 12975,
"cdna_start": 12548,
"cdna_end": null,
"cdna_length": 14203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12330A>C",
"hgvs_p": "p.Ala4110Ala",
"transcript": "XM_011522528.4",
"protein_id": "XP_011520830.1",
"transcript_support_level": null,
"aa_start": 4110,
"aa_end": null,
"aa_length": 4321,
"cds_start": 12330,
"cds_end": null,
"cds_length": 12966,
"cdna_start": 12519,
"cdna_end": null,
"cdna_length": 14174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12327A>C",
"hgvs_p": "p.Ala4109Ala",
"transcript": "XM_011522529.3",
"protein_id": "XP_011520831.1",
"transcript_support_level": null,
"aa_start": 4109,
"aa_end": null,
"aa_length": 4320,
"cds_start": 12327,
"cds_end": null,
"cds_length": 12963,
"cdna_start": 12516,
"cdna_end": null,
"cdna_length": 14171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12258A>C",
"hgvs_p": "p.Ala4086Ala",
"transcript": "XM_047434210.1",
"protein_id": "XP_047290166.1",
"transcript_support_level": null,
"aa_start": 4086,
"aa_end": null,
"aa_length": 4297,
"cds_start": 12258,
"cds_end": null,
"cds_length": 12894,
"cdna_start": 13516,
"cdna_end": null,
"cdna_length": 15171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12201A>C",
"hgvs_p": "p.Ala4067Ala",
"transcript": "XM_047434211.1",
"protein_id": "XP_047290167.1",
"transcript_support_level": null,
"aa_start": 4067,
"aa_end": null,
"aa_length": 4278,
"cds_start": 12201,
"cds_end": null,
"cds_length": 12837,
"cdna_start": 12420,
"cdna_end": null,
"cdna_length": 14075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.10371A>C",
"hgvs_p": "p.Ala3457Ala",
"transcript": "XM_047434212.1",
"protein_id": "XP_047290168.1",
"transcript_support_level": null,
"aa_start": 3457,
"aa_end": null,
"aa_length": 3668,
"cds_start": 10371,
"cds_end": null,
"cds_length": 11007,
"cdna_start": 10472,
"cdna_end": null,
"cdna_length": 12127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.9354A>C",
"hgvs_p": "p.Ala3118Ala",
"transcript": "XM_011522537.2",
"protein_id": "XP_011520839.1",
"transcript_support_level": null,
"aa_start": 3118,
"aa_end": null,
"aa_length": 3329,
"cds_start": 9354,
"cds_end": null,
"cds_length": 9990,
"cdna_start": 9443,
"cdna_end": null,
"cdna_length": 11098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.9348A>C",
"hgvs_p": "p.Ala3116Ala",
"transcript": "XM_047434213.1",
"protein_id": "XP_047290169.1",
"transcript_support_level": null,
"aa_start": 3116,
"aa_end": null,
"aa_length": 3327,
"cds_start": 9348,
"cds_end": null,
"cds_length": 9984,
"cdna_start": 9437,
"cdna_end": null,
"cdna_length": 11092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.9231A>C",
"hgvs_p": "p.Ala3077Ala",
"transcript": "XM_005255370.4",
"protein_id": "XP_005255427.1",
"transcript_support_level": null,
"aa_start": 3077,
"aa_end": null,
"aa_length": 3288,
"cds_start": 9231,
"cds_end": null,
"cds_length": 9867,
"cdna_start": 9403,
"cdna_end": null,
"cdna_length": 11058,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.304A>C",
"hgvs_p": null,
"transcript": "ENST00000472577.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": 1140,
"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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR1225",
"gene_hgnc_id": 33931,
"hgvs_c": "n.-169A>C",
"hgvs_p": null,
"transcript": "ENST00000408729.1",
"protein_id": null,
"transcript_support_level": 6,
"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": 90,
"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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR1225",
"gene_hgnc_id": 33931,
"hgvs_c": "n.-169A>C",
"hgvs_p": null,
"transcript": "NR_030646.1",
"protein_id": null,
"transcript_support_level": null,
"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": 90,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR1225",
"gene_hgnc_id": 33931,
"hgvs_c": "n.-237A>C",
"hgvs_p": null,
"transcript": "unassigned_transcript_2769",
"protein_id": null,
"transcript_support_level": null,
"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": 22,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR1225",
"gene_hgnc_id": 33931,
"hgvs_c": "n.-169A>C",
"hgvs_p": null,
"transcript": "unassigned_transcript_2770",
"protein_id": null,
"transcript_support_level": null,
"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": 22,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"dbsnp": "rs3087632",
"frequency_reference_population": 0.0000061648734,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000616487,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9200000166893005,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.92,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.558,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000262304.9",
"gene_symbol": "PKD1",
"hgnc_id": 9008,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.12276A>C",
"hgvs_p": "p.Ala4092Ala"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NR_030646.1",
"gene_symbol": "MIR1225",
"hgnc_id": 33931,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-169A>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}