← 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: 10-113588287-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=113588287&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 113588287,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000351270.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HABP2",
"gene_hgnc_id": 4798,
"hgvs_c": "c.1601G>A",
"hgvs_p": "p.Gly534Glu",
"transcript": "NM_004132.5",
"protein_id": "NP_004123.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 560,
"cds_start": 1601,
"cds_end": null,
"cds_length": 1683,
"cdna_start": 1670,
"cdna_end": null,
"cdna_length": 2985,
"mane_select": "ENST00000351270.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HABP2",
"gene_hgnc_id": 4798,
"hgvs_c": "c.1601G>A",
"hgvs_p": "p.Gly534Glu",
"transcript": "ENST00000351270.4",
"protein_id": "ENSP00000277903.4",
"transcript_support_level": 1,
"aa_start": 534,
"aa_end": null,
"aa_length": 560,
"cds_start": 1601,
"cds_end": null,
"cds_length": 1683,
"cdna_start": 1670,
"cdna_end": null,
"cdna_length": 2985,
"mane_select": "NM_004132.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HABP2",
"gene_hgnc_id": 4798,
"hgvs_c": "c.1523G>A",
"hgvs_p": "p.Gly508Glu",
"transcript": "NM_001177660.3",
"protein_id": "NP_001171131.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 534,
"cds_start": 1523,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 1663,
"cdna_end": null,
"cdna_length": 2978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HABP2",
"gene_hgnc_id": 4798,
"hgvs_c": "c.1523G>A",
"hgvs_p": "p.Gly508Glu",
"transcript": "ENST00000542051.5",
"protein_id": "ENSP00000443283.1",
"transcript_support_level": 2,
"aa_start": 508,
"aa_end": null,
"aa_length": 534,
"cds_start": 1523,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 1657,
"cdna_end": null,
"cdna_length": 2972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HABP2",
"gene_hgnc_id": 4798,
"dbsnp": "rs7080536",
"frequency_reference_population": 0.033882063,
"hom_count_reference_population": 1123,
"allele_count_reference_population": 54666,
"gnomad_exomes_af": 0.0350148,
"gnomad_genomes_af": 0.0230103,
"gnomad_exomes_ac": 51163,
"gnomad_genomes_ac": 3503,
"gnomad_exomes_homalt": 1069,
"gnomad_genomes_homalt": 54,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.009163111448287964,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.839,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8104,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.37,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.294,
"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,BS1,BS2",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 13,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000351270.4",
"gene_symbol": "HABP2",
"hgnc_id": 4798,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1601G>A",
"hgvs_p": "p.Gly534Glu"
}
],
"clinvar_disease": " 5, NONMEDULLARY, SUSCEPTIBILITY TO, nonmedullary, susceptibility to,FACTOR VII-ACTIVATING PROTEASE MARBURG I POLYMORPHISM,Factor VII Marburg I Variant Thrombophilia,THYROID CANCER,Thyroid cancer,Venous thromboembolism,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:3",
"phenotype_combined": "Venous thromboembolism, susceptibility to|FACTOR VII-ACTIVATING PROTEASE MARBURG I POLYMORPHISM|THYROID CANCER, NONMEDULLARY, 5, SUSCEPTIBILITY TO|Factor VII Marburg I Variant Thrombophilia|not provided|Thyroid cancer, nonmedullary, 5",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}