← 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: 7-76304006-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=76304006&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 76304006,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001540.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.451A>G",
"hgvs_p": "p.Thr151Ala",
"transcript": "NM_001540.5",
"protein_id": "NP_001531.1",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 205,
"cds_start": 451,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000248553.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001540.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.451A>G",
"hgvs_p": "p.Thr151Ala",
"transcript": "ENST00000248553.7",
"protein_id": "ENSP00000248553.6",
"transcript_support_level": 1,
"aa_start": 151,
"aa_end": null,
"aa_length": 205,
"cds_start": 451,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001540.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000248553.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.-54A>G",
"hgvs_p": null,
"transcript": "ENST00000429938.1",
"protein_id": "ENSP00000405285.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 37,
"cds_start": null,
"cds_end": null,
"cds_length": 114,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429938.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.1201A>G",
"hgvs_p": null,
"transcript": "ENST00000447574.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "retained_intron",
"feature": "ENST00000447574.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.481A>G",
"hgvs_p": "p.Thr161Ala",
"transcript": "ENST00000676231.2",
"protein_id": "ENSP00000502249.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 215,
"cds_start": 481,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676231.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.430A>G",
"hgvs_p": "p.Thr144Ala",
"transcript": "ENST00000675134.1",
"protein_id": "ENSP00000501831.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 198,
"cds_start": 430,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675134.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.446A>G",
"hgvs_p": "p.His149Arg",
"transcript": "ENST00000674638.1",
"protein_id": "ENSP00000502651.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 157,
"cds_start": 446,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674638.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.486A>G",
"hgvs_p": "p.Pro162Pro",
"transcript": "ENST00000675538.1",
"protein_id": "ENSP00000502495.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 174,
"cds_start": 486,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675538.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.450A>G",
"hgvs_p": "p.Pro150Pro",
"transcript": "ENST00000675226.1",
"protein_id": "ENSP00000502510.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 162,
"cds_start": 450,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675226.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.387A>G",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000674650.1",
"protein_id": "ENSP00000501628.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 141,
"cds_start": 387,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674650.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.*42A>G",
"hgvs_p": null,
"transcript": "ENST00000674547.1",
"protein_id": "ENSP00000502461.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 143,
"cds_start": null,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674547.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.*36A>G",
"hgvs_p": null,
"transcript": "ENST00000675906.1",
"protein_id": "ENSP00000502714.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 143,
"cds_start": null,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675906.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.*107A>G",
"hgvs_p": null,
"transcript": "ENST00000674965.1",
"protein_id": "ENSP00000501765.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000674965.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.802A>G",
"hgvs_p": null,
"transcript": "ENST00000675417.1",
"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": "retained_intron",
"feature": "ENST00000675417.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.*107A>G",
"hgvs_p": null,
"transcript": "ENST00000674965.1",
"protein_id": "ENSP00000501765.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000674965.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.*214A>G",
"hgvs_p": null,
"transcript": "ENST00000675733.1",
"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": "ENST00000675733.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.*141A>G",
"hgvs_p": null,
"transcript": "ENST00000676195.1",
"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": "ENST00000676195.1"
}
],
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"dbsnp": "rs771232749",
"frequency_reference_population": 6.841967e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84197e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1901194453239441,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.22,
"revel_prediction": "Benign",
"alphamissense_score": 0.0651,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.446,
"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": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,PM5,BP4_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 2,
"pathogenic_score": 6,
"criteria": [
"PM1",
"PM2",
"PM5",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001540.5",
"gene_symbol": "HSPB1",
"hgnc_id": 5246,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.451A>G",
"hgvs_p": "p.Thr151Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}