← 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: 18-63979835-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=63979835&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 63979835,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000397985.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "NM_002640.4",
"protein_id": "NP_002631.3",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 374,
"cds_start": 203,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 303,
"cdna_end": null,
"cdna_length": 3321,
"mane_select": "ENST00000397985.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "ENST00000397985.7",
"protein_id": "ENSP00000381072.2",
"transcript_support_level": 1,
"aa_start": 68,
"aa_end": null,
"aa_length": 374,
"cds_start": 203,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 303,
"cdna_end": null,
"cdna_length": 3321,
"mane_select": "NM_002640.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "ENST00000397988.7",
"protein_id": "ENSP00000381075.3",
"transcript_support_level": 1,
"aa_start": 68,
"aa_end": null,
"aa_length": 242,
"cds_start": 203,
"cds_end": null,
"cds_length": 729,
"cdna_start": 265,
"cdna_end": null,
"cdna_length": 1178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "NM_001366198.1",
"protein_id": "NP_001353127.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 374,
"cds_start": 203,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 381,
"cdna_end": null,
"cdna_length": 3399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "NM_198833.2",
"protein_id": "NP_942130.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 374,
"cds_start": 203,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 320,
"cdna_end": null,
"cdna_length": 3338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "ENST00000353706.6",
"protein_id": "ENSP00000331368.3",
"transcript_support_level": 5,
"aa_start": 68,
"aa_end": null,
"aa_length": 374,
"cds_start": 203,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 3387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "NM_001348367.2",
"protein_id": "NP_001335296.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 259,
"cds_start": 203,
"cds_end": null,
"cds_length": 780,
"cdna_start": 303,
"cdna_end": null,
"cdna_length": 1752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "ENST00000636430.1",
"protein_id": "ENSP00000489949.1",
"transcript_support_level": 5,
"aa_start": 68,
"aa_end": null,
"aa_length": 259,
"cds_start": 203,
"cds_end": null,
"cds_length": 780,
"cdna_start": 270,
"cdna_end": null,
"cdna_length": 1719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "NM_001348368.2",
"protein_id": "NP_001335297.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 247,
"cds_start": 203,
"cds_end": null,
"cds_length": 744,
"cdna_start": 303,
"cdna_end": null,
"cdna_length": 3232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "NM_001348369.2",
"protein_id": "NP_001335298.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 247,
"cds_start": 203,
"cds_end": null,
"cds_length": 744,
"cdna_start": 320,
"cdna_end": null,
"cdna_length": 3249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "NM_001031848.2",
"protein_id": "NP_001027018.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 242,
"cds_start": 203,
"cds_end": null,
"cds_length": 729,
"cdna_start": 303,
"cdna_end": null,
"cdna_length": 1213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Arg9Gln",
"transcript": "ENST00000295211.5",
"protein_id": "ENSP00000295211.5",
"transcript_support_level": 3,
"aa_start": 9,
"aa_end": null,
"aa_length": 188,
"cds_start": 26,
"cds_end": null,
"cds_length": 567,
"cdna_start": 28,
"cdna_end": null,
"cdna_length": 979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "ENST00000441827.5",
"protein_id": "ENSP00000393456.1",
"transcript_support_level": 4,
"aa_start": 68,
"aa_end": null,
"aa_length": 163,
"cds_start": 203,
"cds_end": null,
"cds_length": 493,
"cdna_start": 274,
"cdna_end": null,
"cdna_length": 564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln",
"transcript": "ENST00000448851.5",
"protein_id": "ENSP00000414580.1",
"transcript_support_level": 4,
"aa_start": 68,
"aa_end": null,
"aa_length": 123,
"cds_start": 203,
"cds_end": null,
"cds_length": 372,
"cdna_start": 411,
"cdna_end": null,
"cdna_length": 580,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMSD",
"gene_hgnc_id": 23037,
"hgvs_c": "n.525G>A",
"hgvs_p": null,
"transcript": "ENST00000481726.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 682,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "n.125G>A",
"hgvs_p": null,
"transcript": "NR_145571.2",
"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": 3054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.-195G>A",
"hgvs_p": null,
"transcript": "NM_001348370.2",
"protein_id": "NP_001335299.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 194,
"cds_start": -4,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.-344G>A",
"hgvs_p": null,
"transcript": "NM_001276490.2",
"protein_id": "NP_001263419.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3143,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"hgvs_c": "c.-344G>A",
"hgvs_p": null,
"transcript": "ENST00000542677.5",
"protein_id": "ENSP00000438328.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SERPINB8",
"gene_hgnc_id": 8952,
"dbsnp": "rs1944270",
"frequency_reference_population": 0.29256052,
"hom_count_reference_population": 73670,
"allele_count_reference_population": 472030,
"gnomad_exomes_af": 0.285516,
"gnomad_genomes_af": 0.360284,
"gnomad_exomes_ac": 417264,
"gnomad_genomes_ac": 54766,
"gnomad_exomes_homalt": 62309,
"gnomad_genomes_homalt": 11361,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.000011939685464312788,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.303,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0753,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.358,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000397985.7",
"gene_symbol": "SERPINB8",
"hgnc_id": 8952,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown,AD",
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68Gln"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000481726.1",
"gene_symbol": "HMSD",
"hgnc_id": 23037,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.525G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Peeling skin syndrome 5,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4",
"phenotype_combined": "not provided|Peeling skin syndrome 5",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}