← 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-2089948-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=2089948&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 2089948,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001009944.3",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12691C>A",
"hgvs_p": "p.Gln4231Lys",
"transcript": "NM_001009944.3",
"protein_id": "NP_001009944.3",
"transcript_support_level": null,
"aa_start": 4231,
"aa_end": null,
"aa_length": 4303,
"cds_start": 12691,
"cds_end": null,
"cds_length": 12912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000262304.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001009944.3"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12691C>A",
"hgvs_p": "p.Gln4231Lys",
"transcript": "ENST00000262304.9",
"protein_id": "ENSP00000262304.4",
"transcript_support_level": 1,
"aa_start": 4231,
"aa_end": null,
"aa_length": 4303,
"cds_start": 12691,
"cds_end": null,
"cds_length": 12912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001009944.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262304.9"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12688C>A",
"hgvs_p": "p.Gln4230Lys",
"transcript": "ENST00000423118.5",
"protein_id": "ENSP00000399501.1",
"transcript_support_level": 1,
"aa_start": 4230,
"aa_end": null,
"aa_length": 4302,
"cds_start": 12688,
"cds_end": null,
"cds_length": 12909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423118.5"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12688C>A",
"hgvs_p": "p.Gln4230Lys",
"transcript": "NM_000296.4",
"protein_id": "NP_000287.4",
"transcript_support_level": null,
"aa_start": 4230,
"aa_end": null,
"aa_length": 4302,
"cds_start": 12688,
"cds_end": null,
"cds_length": 12909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000296.4"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12826C>A",
"hgvs_p": "p.Gln4276Lys",
"transcript": "XM_047434208.1",
"protein_id": "XP_047290164.1",
"transcript_support_level": null,
"aa_start": 4276,
"aa_end": null,
"aa_length": 4348,
"cds_start": 12826,
"cds_end": null,
"cds_length": 13047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434208.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12754C>A",
"hgvs_p": "p.Gln4252Lys",
"transcript": "XM_047434209.1",
"protein_id": "XP_047290165.1",
"transcript_support_level": null,
"aa_start": 4252,
"aa_end": null,
"aa_length": 4324,
"cds_start": 12754,
"cds_end": null,
"cds_length": 12975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434209.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12745C>A",
"hgvs_p": "p.Gln4249Lys",
"transcript": "XM_011522528.4",
"protein_id": "XP_011520830.1",
"transcript_support_level": null,
"aa_start": 4249,
"aa_end": null,
"aa_length": 4321,
"cds_start": 12745,
"cds_end": null,
"cds_length": 12966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522528.4"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12742C>A",
"hgvs_p": "p.Gln4248Lys",
"transcript": "XM_011522529.3",
"protein_id": "XP_011520831.1",
"transcript_support_level": null,
"aa_start": 4248,
"aa_end": null,
"aa_length": 4320,
"cds_start": 12742,
"cds_end": null,
"cds_length": 12963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522529.3"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12673C>A",
"hgvs_p": "p.Gln4225Lys",
"transcript": "XM_047434210.1",
"protein_id": "XP_047290166.1",
"transcript_support_level": null,
"aa_start": 4225,
"aa_end": null,
"aa_length": 4297,
"cds_start": 12673,
"cds_end": null,
"cds_length": 12894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434210.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12616C>A",
"hgvs_p": "p.Gln4206Lys",
"transcript": "XM_047434211.1",
"protein_id": "XP_047290167.1",
"transcript_support_level": null,
"aa_start": 4206,
"aa_end": null,
"aa_length": 4278,
"cds_start": 12616,
"cds_end": null,
"cds_length": 12837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434211.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.10786C>A",
"hgvs_p": "p.Gln3596Lys",
"transcript": "XM_047434212.1",
"protein_id": "XP_047290168.1",
"transcript_support_level": null,
"aa_start": 3596,
"aa_end": null,
"aa_length": 3668,
"cds_start": 10786,
"cds_end": null,
"cds_length": 11007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434212.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.9769C>A",
"hgvs_p": "p.Gln3257Lys",
"transcript": "XM_011522537.2",
"protein_id": "XP_011520839.1",
"transcript_support_level": null,
"aa_start": 3257,
"aa_end": null,
"aa_length": 3329,
"cds_start": 9769,
"cds_end": null,
"cds_length": 9990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522537.2"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.9763C>A",
"hgvs_p": "p.Gln3255Lys",
"transcript": "XM_047434213.1",
"protein_id": "XP_047290169.1",
"transcript_support_level": null,
"aa_start": 3255,
"aa_end": null,
"aa_length": 3327,
"cds_start": 9763,
"cds_end": null,
"cds_length": 9984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434213.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.9646C>A",
"hgvs_p": "p.Gln3216Lys",
"transcript": "XM_005255370.4",
"protein_id": "XP_005255427.1",
"transcript_support_level": null,
"aa_start": 3216,
"aa_end": null,
"aa_length": 3288,
"cds_start": 9646,
"cds_end": null,
"cds_length": 9867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255370.4"
},
{
"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": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.719C>A",
"hgvs_p": null,
"transcript": "ENST00000472577.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000472577.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_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.*247C>A",
"hgvs_p": null,
"transcript": "ENST00000408729.1",
"protein_id": null,
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "miRNA",
"feature": "ENST00000408729.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_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.*247C>A",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_030646.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_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.*247C>A",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "miRNA",
"feature": "unassigned_transcript_2769"
}
],
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"dbsnp": "rs755496450",
"frequency_reference_population": 0.00008125714,
"hom_count_reference_population": 0,
"allele_count_reference_population": 131,
"gnomad_exomes_af": 0.000085621,
"gnomad_genomes_af": 0.0000394104,
"gnomad_exomes_ac": 125,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1602582335472107,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.045,
"revel_prediction": "Benign",
"alphamissense_score": 0.1009,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.043,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001009944.3",
"gene_symbol": "PKD1",
"hgnc_id": 9008,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.12691C>A",
"hgvs_p": "p.Gln4231Lys"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NR_030646.1",
"gene_symbol": "MIR1225",
"hgnc_id": 33931,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*247C>A",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}