← 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: 1-21838832-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=21838832&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 21838832,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000374695.8",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 74,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.10143C>T",
"hgvs_p": "p.Leu3381Leu",
"transcript": "NM_005529.7",
"protein_id": "NP_005520.4",
"transcript_support_level": null,
"aa_start": 3381,
"aa_end": null,
"aa_length": 4391,
"cds_start": 10143,
"cds_end": null,
"cds_length": 13176,
"cdna_start": 10236,
"cdna_end": null,
"cdna_length": 14341,
"mane_select": "ENST00000374695.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 74,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.10143C>T",
"hgvs_p": "p.Leu3381Leu",
"transcript": "ENST00000374695.8",
"protein_id": "ENSP00000363827.3",
"transcript_support_level": 1,
"aa_start": 3381,
"aa_end": null,
"aa_length": 4391,
"cds_start": 10143,
"cds_end": null,
"cds_length": 13176,
"cdna_start": 10236,
"cdna_end": null,
"cdna_length": 14341,
"mane_select": "NM_005529.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 74,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.10146C>T",
"hgvs_p": "p.Leu3382Leu",
"transcript": "NM_001291860.2",
"protein_id": "NP_001278789.1",
"transcript_support_level": null,
"aa_start": 3382,
"aa_end": null,
"aa_length": 4392,
"cds_start": 10146,
"cds_end": null,
"cds_length": 13179,
"cdna_start": 10239,
"cdna_end": null,
"cdna_length": 14344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.174C>T",
"hgvs_p": "p.Leu58Leu",
"transcript": "ENST00000374676.4",
"protein_id": "ENSP00000363808.5",
"transcript_support_level": 3,
"aa_start": 58,
"aa_end": null,
"aa_length": 108,
"cds_start": 174,
"cds_end": null,
"cds_length": 327,
"cdna_start": 175,
"cdna_end": null,
"cdna_length": 411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 79,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.10692C>T",
"hgvs_p": "p.Leu3564Leu",
"transcript": "XM_011541318.3",
"protein_id": "XP_011539620.1",
"transcript_support_level": null,
"aa_start": 3564,
"aa_end": null,
"aa_length": 4574,
"cds_start": 10692,
"cds_end": null,
"cds_length": 13725,
"cdna_start": 10785,
"cdna_end": null,
"cdna_length": 14890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 78,
"exon_rank_end": null,
"exon_count": 101,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.10641C>T",
"hgvs_p": "p.Leu3547Leu",
"transcript": "XM_047419080.1",
"protein_id": "XP_047275036.1",
"transcript_support_level": null,
"aa_start": 3547,
"aa_end": null,
"aa_length": 4557,
"cds_start": 10641,
"cds_end": null,
"cds_length": 13674,
"cdna_start": 10734,
"cdna_end": null,
"cdna_length": 14839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 78,
"exon_rank_end": null,
"exon_count": 101,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.10638C>T",
"hgvs_p": "p.Leu3546Leu",
"transcript": "XM_047419090.1",
"protein_id": "XP_047275046.1",
"transcript_support_level": null,
"aa_start": 3546,
"aa_end": null,
"aa_length": 4556,
"cds_start": 10638,
"cds_end": null,
"cds_length": 13671,
"cdna_start": 10731,
"cdna_end": null,
"cdna_length": 14836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 75,
"exon_rank_end": null,
"exon_count": 98,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.10338C>T",
"hgvs_p": "p.Leu3446Leu",
"transcript": "XM_017001120.1",
"protein_id": "XP_016856609.1",
"transcript_support_level": null,
"aa_start": 3446,
"aa_end": null,
"aa_length": 4456,
"cds_start": 10338,
"cds_end": null,
"cds_length": 13371,
"cdna_start": 10353,
"cdna_end": null,
"cdna_length": 14458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 75,
"exon_rank_end": null,
"exon_count": 98,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.10335C>T",
"hgvs_p": "p.Leu3445Leu",
"transcript": "XM_047419091.1",
"protein_id": "XP_047275047.1",
"transcript_support_level": null,
"aa_start": 3445,
"aa_end": null,
"aa_length": 4455,
"cds_start": 10335,
"cds_end": null,
"cds_length": 13368,
"cdna_start": 10350,
"cdna_end": null,
"cdna_length": 14455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 74,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.10287C>T",
"hgvs_p": "p.Leu3429Leu",
"transcript": "XM_017001121.1",
"protein_id": "XP_016856610.1",
"transcript_support_level": null,
"aa_start": 3429,
"aa_end": null,
"aa_length": 4439,
"cds_start": 10287,
"cds_end": null,
"cds_length": 13320,
"cdna_start": 10302,
"cdna_end": null,
"cdna_length": 14407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 74,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.10284C>T",
"hgvs_p": "p.Leu3428Leu",
"transcript": "XM_017001122.1",
"protein_id": "XP_016856611.1",
"transcript_support_level": null,
"aa_start": 3428,
"aa_end": null,
"aa_length": 4438,
"cds_start": 10284,
"cds_end": null,
"cds_length": 13317,
"cdna_start": 10299,
"cdna_end": null,
"cdna_length": 14404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"dbsnp": "rs577292003",
"frequency_reference_population": 0.00003970036,
"hom_count_reference_population": 0,
"allele_count_reference_population": 64,
"gnomad_exomes_af": 0.000038364,
"gnomad_genomes_af": 0.0000525024,
"gnomad_exomes_ac": 56,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.10000000149011612,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.74,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -5.166,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.1,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 13,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "ENST00000374695.8",
"gene_symbol": "HSPG2",
"hgnc_id": 5273,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.10143C>T",
"hgvs_p": "p.Leu3381Leu"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}