← 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: 6-51632706-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=51632706&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 51632706,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000371117.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 67,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.11524C>T",
"hgvs_p": "p.Arg3842*",
"transcript": "NM_138694.4",
"protein_id": "NP_619639.3",
"transcript_support_level": null,
"aa_start": 3842,
"aa_end": null,
"aa_length": 4074,
"cds_start": 11524,
"cds_end": null,
"cds_length": 12225,
"cdna_start": 11788,
"cdna_end": null,
"cdna_length": 16271,
"mane_select": "ENST00000371117.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 67,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.11524C>T",
"hgvs_p": "p.Arg3842*",
"transcript": "ENST00000371117.8",
"protein_id": "ENSP00000360158.3",
"transcript_support_level": 1,
"aa_start": 3842,
"aa_end": null,
"aa_length": 4074,
"cds_start": 11524,
"cds_end": null,
"cds_length": 12225,
"cdna_start": 11788,
"cdna_end": null,
"cdna_length": 16271,
"mane_select": "NM_138694.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 67,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.11524C>T",
"hgvs_p": "p.Arg3842*",
"transcript": "XM_011514680.4",
"protein_id": "XP_011512982.1",
"transcript_support_level": null,
"aa_start": 3842,
"aa_end": null,
"aa_length": 4074,
"cds_start": 11524,
"cds_end": null,
"cds_length": 12225,
"cdna_start": 12147,
"cdna_end": null,
"cdna_length": 16630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 67,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.11524C>T",
"hgvs_p": "p.Arg3842*",
"transcript": "XM_017010944.3",
"protein_id": "XP_016866433.1",
"transcript_support_level": null,
"aa_start": 3842,
"aa_end": null,
"aa_length": 4074,
"cds_start": 11524,
"cds_end": null,
"cds_length": 12225,
"cdna_start": 11626,
"cdna_end": null,
"cdna_length": 16109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 66,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.11449C>T",
"hgvs_p": "p.Arg3817*",
"transcript": "XM_017010945.3",
"protein_id": "XP_016866434.1",
"transcript_support_level": null,
"aa_start": 3817,
"aa_end": null,
"aa_length": 4049,
"cds_start": 11449,
"cds_end": null,
"cds_length": 12150,
"cdna_start": 11713,
"cdna_end": null,
"cdna_length": 16196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 66,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.11386C>T",
"hgvs_p": "p.Arg3796*",
"transcript": "XM_011514682.4",
"protein_id": "XP_011512984.1",
"transcript_support_level": null,
"aa_start": 3796,
"aa_end": null,
"aa_length": 4028,
"cds_start": 11386,
"cds_end": null,
"cds_length": 12087,
"cdna_start": 11650,
"cdna_end": null,
"cdna_length": 16133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 65,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.11329C>T",
"hgvs_p": "p.Arg3777*",
"transcript": "XM_017010946.3",
"protein_id": "XP_016866435.1",
"transcript_support_level": null,
"aa_start": 3777,
"aa_end": null,
"aa_length": 4009,
"cds_start": 11329,
"cds_end": null,
"cds_length": 12030,
"cdna_start": 11593,
"cdna_end": null,
"cdna_length": 16076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 65,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.11260C>T",
"hgvs_p": "p.Arg3754*",
"transcript": "XM_017010947.3",
"protein_id": "XP_016866436.1",
"transcript_support_level": null,
"aa_start": 3754,
"aa_end": null,
"aa_length": 3986,
"cds_start": 11260,
"cds_end": null,
"cds_length": 11961,
"cdna_start": 11524,
"cdna_end": null,
"cdna_length": 16007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 66,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10882C>T",
"hgvs_p": "p.Arg3628*",
"transcript": "XM_011514683.4",
"protein_id": "XP_011512985.1",
"transcript_support_level": null,
"aa_start": 3628,
"aa_end": null,
"aa_length": 3860,
"cds_start": 10882,
"cds_end": null,
"cds_length": 11583,
"cdna_start": 11146,
"cdna_end": null,
"cdna_length": 15629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10813C>T",
"hgvs_p": "p.Arg3605*",
"transcript": "XM_011514684.4",
"protein_id": "XP_011512986.1",
"transcript_support_level": null,
"aa_start": 3605,
"aa_end": null,
"aa_length": 3837,
"cds_start": 10813,
"cds_end": null,
"cds_length": 11514,
"cdna_start": 10910,
"cdna_end": null,
"cdna_length": 15393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10813C>T",
"hgvs_p": "p.Arg3605*",
"transcript": "XM_017010948.3",
"protein_id": "XP_016866437.1",
"transcript_support_level": null,
"aa_start": 3605,
"aa_end": null,
"aa_length": 3837,
"cds_start": 10813,
"cds_end": null,
"cds_length": 11514,
"cdna_start": 11584,
"cdna_end": null,
"cdna_length": 16067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.9664C>T",
"hgvs_p": "p.Arg3222*",
"transcript": "XM_017010949.3",
"protein_id": "XP_016866438.1",
"transcript_support_level": null,
"aa_start": 3222,
"aa_end": null,
"aa_length": 3454,
"cds_start": 9664,
"cds_end": null,
"cds_length": 10365,
"cdna_start": 10763,
"cdna_end": null,
"cdna_length": 15246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.5599C>T",
"hgvs_p": "p.Arg1867*",
"transcript": "XM_011514690.4",
"protein_id": "XP_011512992.1",
"transcript_support_level": null,
"aa_start": 1867,
"aa_end": null,
"aa_length": 2099,
"cds_start": 5599,
"cds_end": null,
"cds_length": 6300,
"cdna_start": 5686,
"cdna_end": null,
"cdna_length": 10169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.5599C>T",
"hgvs_p": "p.Arg1867*",
"transcript": "XM_011514691.4",
"protein_id": "XP_011512993.1",
"transcript_support_level": null,
"aa_start": 1867,
"aa_end": null,
"aa_length": 2099,
"cds_start": 5599,
"cds_end": null,
"cds_length": 6300,
"cdna_start": 11708,
"cdna_end": null,
"cdna_length": 16191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"dbsnp": "rs746471701",
"frequency_reference_population": 0.0000068191766,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000684416,
"gnomad_genomes_af": 0.00000657903,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6200000047683716,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.62,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.217,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000371117.8",
"gene_symbol": "PKHD1",
"hgnc_id": 9016,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.11524C>T",
"hgvs_p": "p.Arg3842*"
}
],
"clinvar_disease": "Autosomal recessive polycystic kidney disease,Polycystic kidney disease 4",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3",
"phenotype_combined": "Autosomal recessive polycystic kidney disease|Polycystic kidney disease 4",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}