← 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: 1-160042397-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=160042397&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 160042397,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_002241.5",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ10",
"gene_hgnc_id": 6256,
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Asp46Asn",
"transcript": "NM_002241.5",
"protein_id": "NP_002232.2",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 379,
"cds_start": 136,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000644903.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002241.5"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ10",
"gene_hgnc_id": 6256,
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Asp46Asn",
"transcript": "ENST00000644903.1",
"protein_id": "ENSP00000495557.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 379,
"cds_start": 136,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002241.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644903.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ10",
"gene_hgnc_id": 6256,
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Asp46Asn",
"transcript": "ENST00000638728.1",
"protein_id": "ENSP00000492619.1",
"transcript_support_level": 5,
"aa_start": 46,
"aa_end": null,
"aa_length": 379,
"cds_start": 136,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638728.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ10",
"gene_hgnc_id": 6256,
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Asp46Asn",
"transcript": "ENST00000638868.1",
"protein_id": "ENSP00000491250.1",
"transcript_support_level": 5,
"aa_start": 46,
"aa_end": null,
"aa_length": 379,
"cds_start": 136,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638868.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ10",
"gene_hgnc_id": 6256,
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Asp46Asn",
"transcript": "ENST00000869143.1",
"protein_id": "ENSP00000539202.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 379,
"cds_start": 136,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869143.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ10",
"gene_hgnc_id": 6256,
"hgvs_c": "c.106G>A",
"hgvs_p": "p.Asp36Asn",
"transcript": "ENST00000509700.2",
"protein_id": "ENSP00000491416.1",
"transcript_support_level": 5,
"aa_start": 36,
"aa_end": null,
"aa_length": 247,
"cds_start": 106,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509700.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ10",
"gene_hgnc_id": 6256,
"hgvs_c": "c.106G>A",
"hgvs_p": "p.Asp36Asn",
"transcript": "ENST00000640017.1",
"protein_id": "ENSP00000491337.1",
"transcript_support_level": 2,
"aa_start": 36,
"aa_end": null,
"aa_length": 245,
"cds_start": 106,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640017.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ10",
"gene_hgnc_id": 6256,
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Asp46Asn",
"transcript": "ENST00000639408.2",
"protein_id": "ENSP00000491635.1",
"transcript_support_level": 5,
"aa_start": 46,
"aa_end": null,
"aa_length": 207,
"cds_start": 136,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639408.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ10",
"gene_hgnc_id": 6256,
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Asp46Asn",
"transcript": "ENST00000637644.1",
"protein_id": "ENSP00000490282.1",
"transcript_support_level": 5,
"aa_start": 46,
"aa_end": null,
"aa_length": 170,
"cds_start": 136,
"cds_end": null,
"cds_length": 513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637644.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNJ10",
"gene_hgnc_id": 6256,
"hgvs_c": "n.95-3049G>A",
"hgvs_p": null,
"transcript": "ENST00000636689.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000636689.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ10",
"gene_hgnc_id": 6256,
"hgvs_c": "n.-144G>A",
"hgvs_p": null,
"transcript": "ENST00000638840.1",
"protein_id": "ENSP00000492249.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000638840.1"
}
],
"gene_symbol": "KCNJ10",
"gene_hgnc_id": 6256,
"dbsnp": "rs141553756",
"frequency_reference_population": 0.00022798292,
"hom_count_reference_population": 1,
"allele_count_reference_population": 368,
"gnomad_exomes_af": 0.00011629,
"gnomad_genomes_af": 0.0013001,
"gnomad_exomes_ac": 170,
"gnomad_genomes_ac": 198,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.011291474103927612,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.317,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1712,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.251,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP2,BP4_Strong,BS1_Supporting",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 5,
"pathogenic_score": 1,
"criteria": [
"PP2",
"BP4_Strong",
"BS1_Supporting"
],
"verdict": "Likely_benign",
"transcript": "NM_002241.5",
"gene_symbol": "KCNJ10",
"hgnc_id": 6256,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Asp46Asn"
}
],
"clinvar_disease": "Autosomal recessive nonsyndromic hearing loss 4,EAST syndrome,Inborn genetic diseases,KCNJ10-related disorder,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:7 LB:1",
"phenotype_combined": "not specified|not provided|Autosomal recessive nonsyndromic hearing loss 4|EAST syndrome|Inborn genetic diseases|KCNJ10-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}