← 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-51659152-GAT-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=51659152&ref=GAT&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 51659152,
"ref": "GAT",
"alt": "G",
"effect": "frameshift_variant",
"transcript": "ENST00000371117.8",
"consequences": [
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 67,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10972_10973delAT",
"hgvs_p": "p.Ile3658fs",
"transcript": "NM_138694.4",
"protein_id": "NP_619639.3",
"transcript_support_level": null,
"aa_start": 3658,
"aa_end": null,
"aa_length": 4074,
"cds_start": 10972,
"cds_end": null,
"cds_length": 12225,
"cdna_start": 11237,
"cdna_end": null,
"cdna_length": 16271,
"mane_select": "ENST00000371117.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 67,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10972_10973delAT",
"hgvs_p": "p.Ile3658fs",
"transcript": "ENST00000371117.8",
"protein_id": "ENSP00000360158.3",
"transcript_support_level": 1,
"aa_start": 3658,
"aa_end": null,
"aa_length": 4074,
"cds_start": 10972,
"cds_end": null,
"cds_length": 12225,
"cdna_start": 11237,
"cdna_end": null,
"cdna_length": 16271,
"mane_select": "NM_138694.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 67,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10972_10973delAT",
"hgvs_p": "p.Ile3658fs",
"transcript": "XM_011514680.4",
"protein_id": "XP_011512982.1",
"transcript_support_level": null,
"aa_start": 3658,
"aa_end": null,
"aa_length": 4074,
"cds_start": 10972,
"cds_end": null,
"cds_length": 12225,
"cdna_start": 11596,
"cdna_end": null,
"cdna_length": 16630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 67,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10972_10973delAT",
"hgvs_p": "p.Ile3658fs",
"transcript": "XM_017010944.3",
"protein_id": "XP_016866433.1",
"transcript_support_level": null,
"aa_start": 3658,
"aa_end": null,
"aa_length": 4074,
"cds_start": 10972,
"cds_end": null,
"cds_length": 12225,
"cdna_start": 11075,
"cdna_end": null,
"cdna_length": 16109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 60,
"exon_rank_end": null,
"exon_count": 66,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10897_10898delAT",
"hgvs_p": "p.Ile3633fs",
"transcript": "XM_017010945.3",
"protein_id": "XP_016866434.1",
"transcript_support_level": null,
"aa_start": 3633,
"aa_end": null,
"aa_length": 4049,
"cds_start": 10897,
"cds_end": null,
"cds_length": 12150,
"cdna_start": 11162,
"cdna_end": null,
"cdna_length": 16196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 60,
"exon_rank_end": null,
"exon_count": 66,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10834_10835delAT",
"hgvs_p": "p.Ile3612fs",
"transcript": "XM_011514682.4",
"protein_id": "XP_011512984.1",
"transcript_support_level": null,
"aa_start": 3612,
"aa_end": null,
"aa_length": 4028,
"cds_start": 10834,
"cds_end": null,
"cds_length": 12087,
"cdna_start": 11099,
"cdna_end": null,
"cdna_length": 16133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 59,
"exon_rank_end": null,
"exon_count": 65,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10777_10778delAT",
"hgvs_p": "p.Ile3593fs",
"transcript": "XM_017010946.3",
"protein_id": "XP_016866435.1",
"transcript_support_level": null,
"aa_start": 3593,
"aa_end": null,
"aa_length": 4009,
"cds_start": 10777,
"cds_end": null,
"cds_length": 12030,
"cdna_start": 11042,
"cdna_end": null,
"cdna_length": 16076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 59,
"exon_rank_end": null,
"exon_count": 65,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10708_10709delAT",
"hgvs_p": "p.Ile3570fs",
"transcript": "XM_017010947.3",
"protein_id": "XP_016866436.1",
"transcript_support_level": null,
"aa_start": 3570,
"aa_end": null,
"aa_length": 3986,
"cds_start": 10708,
"cds_end": null,
"cds_length": 11961,
"cdna_start": 10973,
"cdna_end": null,
"cdna_length": 16007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10330_10331delAT",
"hgvs_p": "p.Ile3444fs",
"transcript": "XM_011514683.4",
"protein_id": "XP_011512985.1",
"transcript_support_level": null,
"aa_start": 3444,
"aa_end": null,
"aa_length": 3860,
"cds_start": 10330,
"cds_end": null,
"cds_length": 11583,
"cdna_start": 10595,
"cdna_end": null,
"cdna_length": 15629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 53,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10261_10262delAT",
"hgvs_p": "p.Ile3421fs",
"transcript": "XM_011514684.4",
"protein_id": "XP_011512986.1",
"transcript_support_level": null,
"aa_start": 3421,
"aa_end": null,
"aa_length": 3837,
"cds_start": 10261,
"cds_end": null,
"cds_length": 11514,
"cdna_start": 10359,
"cdna_end": null,
"cdna_length": 15393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 52,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10261_10262delAT",
"hgvs_p": "p.Ile3421fs",
"transcript": "XM_017010948.3",
"protein_id": "XP_016866437.1",
"transcript_support_level": null,
"aa_start": 3421,
"aa_end": null,
"aa_length": 3837,
"cds_start": 10261,
"cds_end": null,
"cds_length": 11514,
"cdna_start": 11033,
"cdna_end": null,
"cdna_length": 16067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.9112_9113delAT",
"hgvs_p": "p.Ile3038fs",
"transcript": "XM_017010949.3",
"protein_id": "XP_016866438.1",
"transcript_support_level": null,
"aa_start": 3038,
"aa_end": null,
"aa_length": 3454,
"cds_start": 9112,
"cds_end": null,
"cds_length": 10365,
"cdna_start": 10212,
"cdna_end": null,
"cdna_length": 15246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.5047_5048delAT",
"hgvs_p": "p.Ile1683fs",
"transcript": "XM_011514690.4",
"protein_id": "XP_011512992.1",
"transcript_support_level": null,
"aa_start": 1683,
"aa_end": null,
"aa_length": 2099,
"cds_start": 5047,
"cds_end": null,
"cds_length": 6300,
"cdna_start": 5135,
"cdna_end": null,
"cdna_length": 10169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.5047_5048delAT",
"hgvs_p": "p.Ile1683fs",
"transcript": "XM_011514691.4",
"protein_id": "XP_011512993.1",
"transcript_support_level": null,
"aa_start": 1683,
"aa_end": null,
"aa_length": 2099,
"cds_start": 5047,
"cds_end": null,
"cds_length": 6300,
"cdna_start": 11157,
"cdna_end": null,
"cdna_length": 16191,
"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": 61,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "n.11236_11237delAT",
"hgvs_p": null,
"transcript": "XR_001743469.2",
"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": 11764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": 60,
"intron_rank_end": null,
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"hgvs_c": "c.10157-9934_10157-9933delAT",
"hgvs_p": null,
"transcript": "XM_011514687.2",
"protein_id": "XP_011512989.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3395,
"cds_start": -4,
"cds_end": null,
"cds_length": 10188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC124900615",
"gene_hgnc_id": null,
"hgvs_c": "n.155+6781_155+6782delTA",
"hgvs_p": null,
"transcript": "XR_926871.3",
"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": 201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"dbsnp": "rs1057517047",
"frequency_reference_population": 6.8420326e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84203e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.478,
"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": 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": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.10972_10973delAT",
"hgvs_p": "p.Ile3658fs"
},
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "XR_926871.3",
"gene_symbol": "LOC124900615",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.155+6781_155+6782delTA",
"hgvs_p": null
}
],
"clinvar_disease": "Abnormality of the genitourinary system,Polycystic kidney disease 4",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2",
"phenotype_combined": "Abnormality of the genitourinary system|Polycystic kidney disease 4",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}