← 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: 15-28211013-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=28211013&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 28211013,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_004667.6",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 93,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.7058C>G",
"hgvs_p": "p.Thr2353Ser",
"transcript": "NM_004667.6",
"protein_id": "NP_004658.3",
"transcript_support_level": null,
"aa_start": 2353,
"aa_end": null,
"aa_length": 4834,
"cds_start": 7058,
"cds_end": null,
"cds_length": 14505,
"cdna_start": 7194,
"cdna_end": null,
"cdna_length": 15364,
"mane_select": "ENST00000261609.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004667.6"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 93,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.7058C>G",
"hgvs_p": "p.Thr2353Ser",
"transcript": "ENST00000261609.13",
"protein_id": "ENSP00000261609.8",
"transcript_support_level": 1,
"aa_start": 2353,
"aa_end": null,
"aa_length": 4834,
"cds_start": 7058,
"cds_end": null,
"cds_length": 14505,
"cdna_start": 7194,
"cdna_end": null,
"cdna_length": 15364,
"mane_select": "NM_004667.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261609.13"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 93,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.7043C>G",
"hgvs_p": "p.Thr2348Ser",
"transcript": "XM_006720726.4",
"protein_id": "XP_006720789.1",
"transcript_support_level": null,
"aa_start": 2348,
"aa_end": null,
"aa_length": 4829,
"cds_start": 7043,
"cds_end": null,
"cds_length": 14490,
"cdna_start": 7179,
"cdna_end": null,
"cdna_length": 15349,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720726.4"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 92,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.7031C>G",
"hgvs_p": "p.Thr2344Ser",
"transcript": "XM_047433206.1",
"protein_id": "XP_047289162.1",
"transcript_support_level": null,
"aa_start": 2344,
"aa_end": null,
"aa_length": 4825,
"cds_start": 7031,
"cds_end": null,
"cds_length": 14478,
"cdna_start": 7037,
"cdna_end": null,
"cdna_length": 15207,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433206.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 92,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.6944C>G",
"hgvs_p": "p.Thr2315Ser",
"transcript": "XM_005268276.6",
"protein_id": "XP_005268333.1",
"transcript_support_level": null,
"aa_start": 2315,
"aa_end": null,
"aa_length": 4796,
"cds_start": 6944,
"cds_end": null,
"cds_length": 14391,
"cdna_start": 7306,
"cdna_end": null,
"cdna_length": 15476,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005268276.6"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 92,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.6944C>G",
"hgvs_p": "p.Thr2315Ser",
"transcript": "XM_017022695.1",
"protein_id": "XP_016878184.1",
"transcript_support_level": null,
"aa_start": 2315,
"aa_end": null,
"aa_length": 4796,
"cds_start": 6944,
"cds_end": null,
"cds_length": 14391,
"cdna_start": 7114,
"cdna_end": null,
"cdna_length": 15284,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022695.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 92,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.6944C>G",
"hgvs_p": "p.Thr2315Ser",
"transcript": "XM_017022696.2",
"protein_id": "XP_016878185.1",
"transcript_support_level": null,
"aa_start": 2315,
"aa_end": null,
"aa_length": 4796,
"cds_start": 6944,
"cds_end": null,
"cds_length": 14391,
"cdna_start": 7011,
"cdna_end": null,
"cdna_length": 15181,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022696.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 91,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.6800C>G",
"hgvs_p": "p.Thr2267Ser",
"transcript": "XM_006720727.4",
"protein_id": "XP_006720790.1",
"transcript_support_level": null,
"aa_start": 2267,
"aa_end": null,
"aa_length": 4748,
"cds_start": 6800,
"cds_end": null,
"cds_length": 14247,
"cdna_start": 6936,
"cdna_end": null,
"cdna_length": 15106,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720727.4"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 89,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.6575C>G",
"hgvs_p": "p.Thr2192Ser",
"transcript": "XM_047433207.1",
"protein_id": "XP_047289163.1",
"transcript_support_level": null,
"aa_start": 2192,
"aa_end": null,
"aa_length": 4673,
"cds_start": 6575,
"cds_end": null,
"cds_length": 14022,
"cdna_start": 6673,
"cdna_end": null,
"cdna_length": 14843,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433207.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.7058C>G",
"hgvs_p": "p.Thr2353Ser",
"transcript": "XM_047433208.1",
"protein_id": "XP_047289164.1",
"transcript_support_level": null,
"aa_start": 2353,
"aa_end": null,
"aa_length": 3084,
"cds_start": 7058,
"cds_end": null,
"cds_length": 9255,
"cdna_start": 7194,
"cdna_end": null,
"cdna_length": 9531,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433208.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.7058C>G",
"hgvs_p": "p.Thr2353Ser",
"transcript": "XM_047433209.1",
"protein_id": "XP_047289165.1",
"transcript_support_level": null,
"aa_start": 2353,
"aa_end": null,
"aa_length": 2713,
"cds_start": 7058,
"cds_end": null,
"cds_length": 8142,
"cdna_start": 7194,
"cdna_end": null,
"cdna_length": 8287,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433209.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.224C>G",
"hgvs_p": "p.Thr75Ser",
"transcript": "XM_017022697.2",
"protein_id": "XP_016878186.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 2556,
"cds_start": 224,
"cds_end": null,
"cds_length": 7671,
"cdna_start": 497,
"cdna_end": null,
"cdna_length": 8667,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022697.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"hgvs_c": "c.224C>G",
"hgvs_p": "p.Thr75Ser",
"transcript": "XM_017022698.2",
"protein_id": "XP_016878187.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 2556,
"cds_start": 224,
"cds_end": null,
"cds_length": 7671,
"cdna_start": 410,
"cdna_end": null,
"cdna_length": 8580,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022698.2"
}
],
"gene_symbol": "HERC2",
"gene_hgnc_id": 4868,
"dbsnp": "rs145370046",
"frequency_reference_population": 0.006293337,
"hom_count_reference_population": 6,
"allele_count_reference_population": 953,
"gnomad_exomes_af": 0.00148447,
"gnomad_genomes_af": 0.00629334,
"gnomad_exomes_ac": 2113,
"gnomad_genomes_ac": 953,
"gnomad_exomes_homalt": 10,
"gnomad_genomes_homalt": 6,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.003887176513671875,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.058,
"revel_prediction": "Benign",
"alphamissense_score": 0.0737,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.64,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.619,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_004667.6",
"gene_symbol": "HERC2",
"hgnc_id": 4868,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.7058C>G",
"hgvs_p": "p.Thr2353Ser"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:4",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}