← 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-76302731-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=76302731&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 76302731,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001540.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.19C>G",
"hgvs_p": "p.Pro7Ala",
"transcript": "NM_001540.5",
"protein_id": "NP_001531.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 205,
"cds_start": 19,
"cds_end": null,
"cds_length": 618,
"cdna_start": 59,
"cdna_end": null,
"cdna_length": 777,
"mane_select": "ENST00000248553.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.19C>G",
"hgvs_p": "p.Pro7Ala",
"transcript": "ENST00000248553.7",
"protein_id": "ENSP00000248553.6",
"transcript_support_level": 1,
"aa_start": 7,
"aa_end": null,
"aa_length": 205,
"cds_start": 19,
"cds_end": null,
"cds_length": 618,
"cdna_start": 59,
"cdna_end": null,
"cdna_length": 777,
"mane_select": "NM_001540.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.44C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.19C>G",
"hgvs_p": "p.Pro7Ala",
"transcript": "ENST00000676231.2",
"protein_id": "ENSP00000502249.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 215,
"cds_start": 19,
"cds_end": null,
"cds_length": 648,
"cdna_start": 59,
"cdna_end": null,
"cdna_length": 2328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.19C>G",
"hgvs_p": "p.Pro7Ala",
"transcript": "ENST00000675134.1",
"protein_id": "ENSP00000501831.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 198,
"cds_start": 19,
"cds_end": null,
"cds_length": 597,
"cdna_start": 59,
"cdna_end": null,
"cdna_length": 756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.19C>G",
"hgvs_p": "p.Pro7Ala",
"transcript": "ENST00000675538.1",
"protein_id": "ENSP00000502495.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 174,
"cds_start": 19,
"cds_end": null,
"cds_length": 525,
"cdna_start": 59,
"cdna_end": null,
"cdna_length": 812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.19C>G",
"hgvs_p": "p.Pro7Ala",
"transcript": "ENST00000675226.1",
"protein_id": "ENSP00000502510.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 162,
"cds_start": 19,
"cds_end": null,
"cds_length": 489,
"cdna_start": 59,
"cdna_end": null,
"cdna_length": 776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.19C>G",
"hgvs_p": "p.Pro7Ala",
"transcript": "ENST00000674638.1",
"protein_id": "ENSP00000502651.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 157,
"cds_start": 19,
"cds_end": null,
"cds_length": 474,
"cdna_start": 59,
"cdna_end": null,
"cdna_length": 772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.19C>G",
"hgvs_p": "p.Pro7Ala",
"transcript": "ENST00000674547.1",
"protein_id": "ENSP00000502461.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 143,
"cds_start": 19,
"cds_end": null,
"cds_length": 432,
"cdna_start": 59,
"cdna_end": null,
"cdna_length": 800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.19C>G",
"hgvs_p": "p.Pro7Ala",
"transcript": "ENST00000675906.1",
"protein_id": "ENSP00000502714.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 143,
"cds_start": 19,
"cds_end": null,
"cds_length": 432,
"cdna_start": 59,
"cdna_end": null,
"cdna_length": 794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "c.19C>G",
"hgvs_p": "p.Pro7Ala",
"transcript": "ENST00000674650.1",
"protein_id": "ENSP00000501628.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 141,
"cds_start": 19,
"cds_end": null,
"cds_length": 426,
"cdna_start": 33,
"cdna_end": null,
"cdna_length": 687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.59C>G",
"hgvs_p": null,
"transcript": "ENST00000674560.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.19C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.59C>G",
"hgvs_p": null,
"transcript": "ENST00000675488.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 435,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.59C>G",
"hgvs_p": null,
"transcript": "ENST00000675624.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.59C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 435,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"hgvs_c": "n.59C>G",
"hgvs_p": null,
"transcript": "ENST00000676398.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "ENSG00000296557",
"gene_hgnc_id": null,
"hgvs_c": "n.*66C>G",
"hgvs_p": null,
"transcript": "ENST00000740305.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000296557",
"gene_hgnc_id": null,
"hgvs_c": "n.*66C>G",
"hgvs_p": null,
"transcript": "ENST00000740306.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HSPB1",
"gene_hgnc_id": 5246,
"dbsnp": "rs1563651698",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9014186859130859,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.814,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.3955,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.15,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.183,
"phylop100way_prediction": "Uncertain_significance",
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP3_Moderate",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001540.5",
"gene_symbol": "HSPB1",
"hgnc_id": 5246,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.19C>G",
"hgvs_p": "p.Pro7Ala"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000740305.1",
"gene_symbol": "ENSG00000296557",
"hgnc_id": null,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*66C>G",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}