← 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-21844210-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=21844210&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 21844210,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001291860.2",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.8554G>A",
"hgvs_p": "p.Gly2852Arg",
"transcript": "NM_005529.7",
"protein_id": "NP_005520.4",
"transcript_support_level": null,
"aa_start": 2852,
"aa_end": null,
"aa_length": 4391,
"cds_start": 8554,
"cds_end": null,
"cds_length": 13176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000374695.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005529.7"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.8554G>A",
"hgvs_p": "p.Gly2852Arg",
"transcript": "ENST00000374695.8",
"protein_id": "ENSP00000363827.3",
"transcript_support_level": 1,
"aa_start": 2852,
"aa_end": null,
"aa_length": 4391,
"cds_start": 8554,
"cds_end": null,
"cds_length": 13176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005529.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374695.8"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.8557G>A",
"hgvs_p": "p.Gly2853Arg",
"transcript": "NM_001291860.2",
"protein_id": "NP_001278789.1",
"transcript_support_level": null,
"aa_start": 2853,
"aa_end": null,
"aa_length": 4392,
"cds_start": 8557,
"cds_end": null,
"cds_length": 13179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291860.2"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.9103G>A",
"hgvs_p": "p.Gly3035Arg",
"transcript": "XM_011541318.3",
"protein_id": "XP_011539620.1",
"transcript_support_level": null,
"aa_start": 3035,
"aa_end": null,
"aa_length": 4574,
"cds_start": 9103,
"cds_end": null,
"cds_length": 13725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541318.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 101,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.9052G>A",
"hgvs_p": "p.Gly3018Arg",
"transcript": "XM_047419080.1",
"protein_id": "XP_047275036.1",
"transcript_support_level": null,
"aa_start": 3018,
"aa_end": null,
"aa_length": 4557,
"cds_start": 9052,
"cds_end": null,
"cds_length": 13674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419080.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 101,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.9049G>A",
"hgvs_p": "p.Gly3017Arg",
"transcript": "XM_047419090.1",
"protein_id": "XP_047275046.1",
"transcript_support_level": null,
"aa_start": 3017,
"aa_end": null,
"aa_length": 4556,
"cds_start": 9049,
"cds_end": null,
"cds_length": 13671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419090.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 66,
"exon_rank_end": null,
"exon_count": 98,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.8749G>A",
"hgvs_p": "p.Gly2917Arg",
"transcript": "XM_017001120.1",
"protein_id": "XP_016856609.1",
"transcript_support_level": null,
"aa_start": 2917,
"aa_end": null,
"aa_length": 4456,
"cds_start": 8749,
"cds_end": null,
"cds_length": 13371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001120.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 66,
"exon_rank_end": null,
"exon_count": 98,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.8746G>A",
"hgvs_p": "p.Gly2916Arg",
"transcript": "XM_047419091.1",
"protein_id": "XP_047275047.1",
"transcript_support_level": null,
"aa_start": 2916,
"aa_end": null,
"aa_length": 4455,
"cds_start": 8746,
"cds_end": null,
"cds_length": 13368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419091.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.8698G>A",
"hgvs_p": "p.Gly2900Arg",
"transcript": "XM_017001121.1",
"protein_id": "XP_016856610.1",
"transcript_support_level": null,
"aa_start": 2900,
"aa_end": null,
"aa_length": 4439,
"cds_start": 8698,
"cds_end": null,
"cds_length": 13320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001121.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.8695G>A",
"hgvs_p": "p.Gly2899Arg",
"transcript": "XM_017001122.1",
"protein_id": "XP_016856611.1",
"transcript_support_level": null,
"aa_start": 2899,
"aa_end": null,
"aa_length": 4438,
"cds_start": 8695,
"cds_end": null,
"cds_length": 13317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001122.1"
}
],
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"dbsnp": "rs199942544",
"frequency_reference_population": 0.00014996907,
"hom_count_reference_population": 0,
"allele_count_reference_population": 242,
"gnomad_exomes_af": 0.000147799,
"gnomad_genomes_af": 0.000170808,
"gnomad_exomes_ac": 216,
"gnomad_genomes_ac": 26,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.28882187604904175,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.676,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.301,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.09,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.044,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4,BP6",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4",
"BP6"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001291860.2",
"gene_symbol": "HSPG2",
"hgnc_id": 5273,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.8557G>A",
"hgvs_p": "p.Gly2853Arg"
}
],
"clinvar_disease": "Lethal Kniest-like syndrome,Schwartz-Jampel syndrome,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:4 LB:2",
"phenotype_combined": "not provided|Lethal Kniest-like syndrome|Schwartz-Jampel syndrome|not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}