← 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: 17-37731634-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=37731634&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 9,
"criteria": [
"PM5",
"PP2",
"BP6",
"BS1",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "HNF1B",
"hgnc_id": 11630,
"hgvs_c": "c.1006C>G",
"hgvs_p": "p.His336Asp",
"inheritance_mode": "AD",
"pathogenic_score": 3,
"score": -6,
"transcript": "NM_000458.4",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM5,PP2,BP6,BS1,BS2",
"acmg_score": -6,
"allele_count_reference_population": 299,
"alphamissense_prediction": null,
"alphamissense_score": 0.2535,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.36,
"chr": "17",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": "Maturity onset diabetes mellitus in young,Renal cysts and diabetes syndrome,not provided",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:5 LB:1 B:1",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.5666564702987671,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 557,
"aa_ref": "H",
"aa_start": 336,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2790,
"cdna_start": 1181,
"cds_end": null,
"cds_length": 1674,
"cds_start": 1006,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_000458.4",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.1006C>G",
"hgvs_p": "p.His336Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000617811.5",
"protein_coding": true,
"protein_id": "NP_000449.1",
"strand": false,
"transcript": "NM_000458.4",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 557,
"aa_ref": "H",
"aa_start": 336,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2790,
"cdna_start": 1181,
"cds_end": null,
"cds_length": 1674,
"cds_start": 1006,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000617811.5",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.1006C>G",
"hgvs_p": "p.His336Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000458.4",
"protein_coding": true,
"protein_id": "ENSP00000480291.1",
"strand": false,
"transcript": "ENST00000617811.5",
"transcript_support_level": 1
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 531,
"aa_ref": "H",
"aa_start": 310,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1971,
"cdna_start": 1103,
"cds_end": null,
"cds_length": 1596,
"cds_start": 928,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000621123.4",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.928C>G",
"hgvs_p": "p.His310Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000482711.1",
"strand": false,
"transcript": "ENST00000621123.4",
"transcript_support_level": 1
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 457,
"aa_ref": "H",
"aa_start": 310,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1546,
"cdna_start": 1062,
"cds_end": null,
"cds_length": 1374,
"cds_start": 928,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000613727.4",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.928C>G",
"hgvs_p": "p.His310Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000477524.1",
"strand": false,
"transcript": "ENST00000613727.4",
"transcript_support_level": 1
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 548,
"aa_ref": "H",
"aa_start": 336,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2671,
"cdna_start": 1181,
"cds_end": null,
"cds_length": 1647,
"cds_start": 1006,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001411100.1",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.1006C>G",
"hgvs_p": "p.His336Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001398029.1",
"strand": false,
"transcript": "NM_001411100.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 548,
"aa_ref": "H",
"aa_start": 336,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1819,
"cdna_start": 1140,
"cds_end": null,
"cds_length": 1647,
"cds_start": 1006,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000614313.4",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.1006C>G",
"hgvs_p": "p.His336Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000482529.1",
"strand": false,
"transcript": "ENST00000614313.4",
"transcript_support_level": 5
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 531,
"aa_ref": "H",
"aa_start": 310,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2712,
"cdna_start": 1103,
"cds_end": null,
"cds_length": 1596,
"cds_start": 928,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001165923.4",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.928C>G",
"hgvs_p": "p.His310Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001159395.1",
"strand": false,
"transcript": "NM_001165923.4",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 523,
"aa_ref": "H",
"aa_start": 302,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2708,
"cdna_start": 1099,
"cds_end": null,
"cds_length": 1572,
"cds_start": 904,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000904917.1",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.904C>G",
"hgvs_p": "p.His302Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000574976.1",
"strand": false,
"transcript": "ENST00000904917.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 492,
"aa_ref": "H",
"aa_start": 336,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2627,
"cdna_start": 1213,
"cds_end": null,
"cds_length": 1479,
"cds_start": 1006,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000904916.1",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.1006C>G",
"hgvs_p": "p.His336Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000574975.1",
"strand": false,
"transcript": "ENST00000904916.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 457,
"aa_ref": "H",
"aa_start": 310,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2398,
"cdna_start": 1103,
"cds_end": null,
"cds_length": 1374,
"cds_start": 928,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001304286.2",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.928C>G",
"hgvs_p": "p.His310Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001291215.1",
"strand": false,
"transcript": "NM_001304286.2",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 522,
"aa_ref": "H",
"aa_start": 310,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2593,
"cdna_start": 1103,
"cds_end": null,
"cds_length": 1569,
"cds_start": 928,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011525164.1",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.928C>G",
"hgvs_p": "p.His310Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523466.1",
"strand": false,
"transcript": "XM_011525164.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 492,
"aa_ref": "H",
"aa_start": 336,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2595,
"cdna_start": 1181,
"cds_end": null,
"cds_length": 1479,
"cds_start": 1006,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011525161.1",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.1006C>G",
"hgvs_p": "p.His336Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523463.1",
"strand": false,
"transcript": "XM_011525161.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 466,
"aa_ref": "H",
"aa_start": 310,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2517,
"cdna_start": 1103,
"cds_end": null,
"cds_length": 1401,
"cds_start": 928,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047436630.1",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.928C>G",
"hgvs_p": "p.His310Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292586.1",
"strand": false,
"transcript": "XM_047436630.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 380,
"aa_ref": "H",
"aa_start": 336,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1524,
"cdna_start": 1181,
"cds_end": null,
"cds_length": 1143,
"cds_start": 1006,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011525162.3",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.1006C>G",
"hgvs_p": "p.His336Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523464.1",
"strand": false,
"transcript": "XM_011525162.3",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 354,
"aa_ref": "H",
"aa_start": 310,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1446,
"cdna_start": 1103,
"cds_end": null,
"cds_length": 1065,
"cds_start": 928,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047436631.1",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.928C>G",
"hgvs_p": "p.His310Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292587.1",
"strand": false,
"transcript": "XM_047436631.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 353,
"aa_ref": "H",
"aa_start": 336,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1561,
"cdna_start": 1181,
"cds_end": null,
"cds_length": 1062,
"cds_start": 1006,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011525163.3",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "c.1006C>G",
"hgvs_p": "p.His336Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523465.1",
"strand": false,
"transcript": "XM_011525163.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3481,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000618894.1",
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"hgvs_c": "n.458C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000618894.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs138986885",
"effect": "missense_variant",
"frequency_reference_population": 0.00018528479,
"gene_hgnc_id": 11630,
"gene_symbol": "HNF1B",
"gnomad_exomes_ac": 265,
"gnomad_exomes_af": 0.000181327,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_ac": 34,
"gnomad_genomes_af": 0.000223267,
"gnomad_genomes_homalt": 1,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 3,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "not provided|Renal cysts and diabetes syndrome|Maturity onset diabetes mellitus in young",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.779,
"pos": 37731634,
"ref": "G",
"revel_prediction": "Pathogenic",
"revel_score": 0.702,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000458.4"
}
]
}