← 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-51659462-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=51659462&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 51659462,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_138694.4",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.10664T>A",
"hgvs_p": "p.Ile3555Lys",
"transcript": "NM_138694.4",
"protein_id": "NP_619639.3",
"transcript_support_level": null,
"aa_start": 3555,
"aa_end": null,
"aa_length": 4074,
"cds_start": 10664,
"cds_end": null,
"cds_length": 12225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000371117.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138694.4"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.10664T>A",
"hgvs_p": "p.Ile3555Lys",
"transcript": "ENST00000371117.8",
"protein_id": "ENSP00000360158.3",
"transcript_support_level": 1,
"aa_start": 3555,
"aa_end": null,
"aa_length": 4074,
"cds_start": 10664,
"cds_end": null,
"cds_length": 12225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_138694.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371117.8"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.10664T>A",
"hgvs_p": "p.Ile3555Lys",
"transcript": "XM_011514680.4",
"protein_id": "XP_011512982.1",
"transcript_support_level": null,
"aa_start": 3555,
"aa_end": null,
"aa_length": 4074,
"cds_start": 10664,
"cds_end": null,
"cds_length": 12225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514680.4"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.10664T>A",
"hgvs_p": "p.Ile3555Lys",
"transcript": "XM_017010944.3",
"protein_id": "XP_016866433.1",
"transcript_support_level": null,
"aa_start": 3555,
"aa_end": null,
"aa_length": 4074,
"cds_start": 10664,
"cds_end": null,
"cds_length": 12225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010944.3"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.10589T>A",
"hgvs_p": "p.Ile3530Lys",
"transcript": "XM_017010945.3",
"protein_id": "XP_016866434.1",
"transcript_support_level": null,
"aa_start": 3530,
"aa_end": null,
"aa_length": 4049,
"cds_start": 10589,
"cds_end": null,
"cds_length": 12150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010945.3"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.10526T>A",
"hgvs_p": "p.Ile3509Lys",
"transcript": "XM_011514682.4",
"protein_id": "XP_011512984.1",
"transcript_support_level": null,
"aa_start": 3509,
"aa_end": null,
"aa_length": 4028,
"cds_start": 10526,
"cds_end": null,
"cds_length": 12087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514682.4"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.10469T>A",
"hgvs_p": "p.Ile3490Lys",
"transcript": "XM_017010946.3",
"protein_id": "XP_016866435.1",
"transcript_support_level": null,
"aa_start": 3490,
"aa_end": null,
"aa_length": 4009,
"cds_start": 10469,
"cds_end": null,
"cds_length": 12030,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010946.3"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.10400T>A",
"hgvs_p": "p.Ile3467Lys",
"transcript": "XM_017010947.3",
"protein_id": "XP_016866436.1",
"transcript_support_level": null,
"aa_start": 3467,
"aa_end": null,
"aa_length": 3986,
"cds_start": 10400,
"cds_end": null,
"cds_length": 11961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010947.3"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.10022T>A",
"hgvs_p": "p.Ile3341Lys",
"transcript": "XM_011514683.4",
"protein_id": "XP_011512985.1",
"transcript_support_level": null,
"aa_start": 3341,
"aa_end": null,
"aa_length": 3860,
"cds_start": 10022,
"cds_end": null,
"cds_length": 11583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514683.4"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.9953T>A",
"hgvs_p": "p.Ile3318Lys",
"transcript": "XM_011514684.4",
"protein_id": "XP_011512986.1",
"transcript_support_level": null,
"aa_start": 3318,
"aa_end": null,
"aa_length": 3837,
"cds_start": 9953,
"cds_end": null,
"cds_length": 11514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514684.4"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.9953T>A",
"hgvs_p": "p.Ile3318Lys",
"transcript": "XM_017010948.3",
"protein_id": "XP_016866437.1",
"transcript_support_level": null,
"aa_start": 3318,
"aa_end": null,
"aa_length": 3837,
"cds_start": 9953,
"cds_end": null,
"cds_length": 11514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010948.3"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.8804T>A",
"hgvs_p": "p.Ile2935Lys",
"transcript": "XM_017010949.3",
"protein_id": "XP_016866438.1",
"transcript_support_level": null,
"aa_start": 2935,
"aa_end": null,
"aa_length": 3454,
"cds_start": 8804,
"cds_end": null,
"cds_length": 10365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010949.3"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4739T>A",
"hgvs_p": "p.Ile1580Lys",
"transcript": "XM_011514690.4",
"protein_id": "XP_011512992.1",
"transcript_support_level": null,
"aa_start": 1580,
"aa_end": null,
"aa_length": 2099,
"cds_start": 4739,
"cds_end": null,
"cds_length": 6300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514690.4"
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4739T>A",
"hgvs_p": "p.Ile1580Lys",
"transcript": "XM_011514691.4",
"protein_id": "XP_011512993.1",
"transcript_support_level": null,
"aa_start": 1580,
"aa_end": null,
"aa_length": 2099,
"cds_start": 4739,
"cds_end": null,
"cds_length": 6300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514691.4"
},
{
"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-10242T>A",
"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": null,
"cds_end": null,
"cds_length": 10188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514687.2"
},
{
"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.10928T>A",
"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": 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": "XR_001743469.2"
},
{
"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+7089A>T",
"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": 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": "XR_926871.3"
}
],
"gene_symbol": "PKHD1",
"gene_hgnc_id": 9016,
"dbsnp": "rs794727819",
"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.9849380254745483,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.898,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9478,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.35,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.198,
"phylop100way_prediction": "Uncertain_significance",
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong,PP5_Moderate",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PM1",
"PM2",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_138694.4",
"gene_symbol": "PKHD1",
"hgnc_id": 9016,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.10664T>A",
"hgvs_p": "p.Ile3555Lys"
},
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "XR_926871.3",
"gene_symbol": "LOC124900615",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.155+7089A>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}