← 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-21865289-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=21865289&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 21865289,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000374695.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.4391G>C",
"hgvs_p": "p.Arg1464Pro",
"transcript": "NM_005529.7",
"protein_id": "NP_005520.4",
"transcript_support_level": null,
"aa_start": 1464,
"aa_end": null,
"aa_length": 4391,
"cds_start": 4391,
"cds_end": null,
"cds_length": 13176,
"cdna_start": 4484,
"cdna_end": null,
"cdna_length": 14341,
"mane_select": "ENST00000374695.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.4391G>C",
"hgvs_p": "p.Arg1464Pro",
"transcript": "ENST00000374695.8",
"protein_id": "ENSP00000363827.3",
"transcript_support_level": 1,
"aa_start": 1464,
"aa_end": null,
"aa_length": 4391,
"cds_start": 4391,
"cds_end": null,
"cds_length": 13176,
"cdna_start": 4484,
"cdna_end": null,
"cdna_length": 14341,
"mane_select": "NM_005529.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.4394G>C",
"hgvs_p": "p.Arg1465Pro",
"transcript": "NM_001291860.2",
"protein_id": "NP_001278789.1",
"transcript_support_level": null,
"aa_start": 1465,
"aa_end": null,
"aa_length": 4392,
"cds_start": 4394,
"cds_end": null,
"cds_length": 13179,
"cdna_start": 4487,
"cdna_end": null,
"cdna_length": 14344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.4940G>C",
"hgvs_p": "p.Arg1647Pro",
"transcript": "XM_011541318.3",
"protein_id": "XP_011539620.1",
"transcript_support_level": null,
"aa_start": 1647,
"aa_end": null,
"aa_length": 4574,
"cds_start": 4940,
"cds_end": null,
"cds_length": 13725,
"cdna_start": 5033,
"cdna_end": null,
"cdna_length": 14890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 101,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.4889G>C",
"hgvs_p": "p.Arg1630Pro",
"transcript": "XM_047419080.1",
"protein_id": "XP_047275036.1",
"transcript_support_level": null,
"aa_start": 1630,
"aa_end": null,
"aa_length": 4557,
"cds_start": 4889,
"cds_end": null,
"cds_length": 13674,
"cdna_start": 4982,
"cdna_end": null,
"cdna_length": 14839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 101,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.4886G>C",
"hgvs_p": "p.Arg1629Pro",
"transcript": "XM_047419090.1",
"protein_id": "XP_047275046.1",
"transcript_support_level": null,
"aa_start": 1629,
"aa_end": null,
"aa_length": 4556,
"cds_start": 4886,
"cds_end": null,
"cds_length": 13671,
"cdna_start": 4979,
"cdna_end": null,
"cdna_length": 14836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 98,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.4586G>C",
"hgvs_p": "p.Arg1529Pro",
"transcript": "XM_017001120.1",
"protein_id": "XP_016856609.1",
"transcript_support_level": null,
"aa_start": 1529,
"aa_end": null,
"aa_length": 4456,
"cds_start": 4586,
"cds_end": null,
"cds_length": 13371,
"cdna_start": 4601,
"cdna_end": null,
"cdna_length": 14458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 98,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.4583G>C",
"hgvs_p": "p.Arg1528Pro",
"transcript": "XM_047419091.1",
"protein_id": "XP_047275047.1",
"transcript_support_level": null,
"aa_start": 1528,
"aa_end": null,
"aa_length": 4455,
"cds_start": 4583,
"cds_end": null,
"cds_length": 13368,
"cdna_start": 4598,
"cdna_end": null,
"cdna_length": 14455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.4535G>C",
"hgvs_p": "p.Arg1512Pro",
"transcript": "XM_017001121.1",
"protein_id": "XP_016856610.1",
"transcript_support_level": null,
"aa_start": 1512,
"aa_end": null,
"aa_length": 4439,
"cds_start": 4535,
"cds_end": null,
"cds_length": 13320,
"cdna_start": 4550,
"cdna_end": null,
"cdna_length": 14407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.4532G>C",
"hgvs_p": "p.Arg1511Pro",
"transcript": "XM_017001122.1",
"protein_id": "XP_016856611.1",
"transcript_support_level": null,
"aa_start": 1511,
"aa_end": null,
"aa_length": 4438,
"cds_start": 4532,
"cds_end": null,
"cds_length": 13317,
"cdna_start": 4547,
"cdna_end": null,
"cdna_length": 14404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"dbsnp": "rs757410321",
"frequency_reference_population": 6.8407877e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84079e-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.8105074167251587,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.265,
"revel_prediction": "Benign",
"alphamissense_score": 0.689,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.079,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000374695.8",
"gene_symbol": "HSPG2",
"hgnc_id": 5273,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.4391G>C",
"hgvs_p": "p.Arg1464Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}