← 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: 12-52571381-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=52571381&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 52571381,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_175053.4",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRT74",
"gene_hgnc_id": 28929,
"hgvs_c": "c.821T>C",
"hgvs_p": "p.Phe274Ser",
"transcript": "NM_175053.4",
"protein_id": "NP_778223.2",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 529,
"cds_start": 821,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000305620.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_175053.4"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRT74",
"gene_hgnc_id": 28929,
"hgvs_c": "c.821T>C",
"hgvs_p": "p.Phe274Ser",
"transcript": "ENST00000305620.3",
"protein_id": "ENSP00000307240.2",
"transcript_support_level": 1,
"aa_start": 274,
"aa_end": null,
"aa_length": 529,
"cds_start": 821,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_175053.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000305620.3"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRT74",
"gene_hgnc_id": 28929,
"hgvs_c": "c.821T>C",
"hgvs_p": "p.Phe274Ser",
"transcript": "ENST00000549343.5",
"protein_id": "ENSP00000447447.1",
"transcript_support_level": 5,
"aa_start": 274,
"aa_end": null,
"aa_length": 543,
"cds_start": 821,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549343.5"
}
],
"gene_symbol": "KRT74",
"gene_hgnc_id": 28929,
"dbsnp": "rs147962513",
"frequency_reference_population": 0.004706831,
"hom_count_reference_population": 379,
"allele_count_reference_population": 7586,
"gnomad_exomes_af": 0.00490873,
"gnomad_genomes_af": 0.00277161,
"gnomad_exomes_ac": 7164,
"gnomad_genomes_ac": 422,
"gnomad_exomes_homalt": 357,
"gnomad_genomes_homalt": 22,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.007712632417678833,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.96,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.6841,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.42,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.318,
"phylop100way_prediction": "Pathogenic",
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "PP3,BP4_Strong,BP6,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 13,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP4_Strong",
"BP6",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_175053.4",
"gene_symbol": "KRT74",
"hgnc_id": 28929,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.821T>C",
"hgvs_p": "p.Phe274Ser"
}
],
"clinvar_disease": " hair/nail type,Autosomal dominant wooly hair,Ectodermal dysplasia 4,Ectodermal dysplasia 7,Hypotrichosis 3,KRT74-related disorder,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 B:3",
"phenotype_combined": "Ectodermal dysplasia 7, hair/nail type|Ectodermal dysplasia 4, hair/nail type|KRT74-related disorder|Autosomal dominant wooly hair;Hypotrichosis 3;Ectodermal dysplasia 7, hair/nail type|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}