← 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-21824178-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=21824178&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 21824178,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000374695.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.12842G>A",
"hgvs_p": "p.Arg4281His",
"transcript": "NM_005529.7",
"protein_id": "NP_005520.4",
"transcript_support_level": null,
"aa_start": 4281,
"aa_end": null,
"aa_length": 4391,
"cds_start": 12842,
"cds_end": null,
"cds_length": 13176,
"cdna_start": 12935,
"cdna_end": null,
"cdna_length": 14341,
"mane_select": "ENST00000374695.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.12842G>A",
"hgvs_p": "p.Arg4281His",
"transcript": "ENST00000374695.8",
"protein_id": "ENSP00000363827.3",
"transcript_support_level": 1,
"aa_start": 4281,
"aa_end": null,
"aa_length": 4391,
"cds_start": 12842,
"cds_end": null,
"cds_length": 13176,
"cdna_start": 12935,
"cdna_end": null,
"cdna_length": 14341,
"mane_select": "NM_005529.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDLRAD2",
"gene_hgnc_id": 32071,
"hgvs_c": "c.*1963C>T",
"hgvs_p": null,
"transcript": "NM_001013693.3",
"protein_id": "NP_001013715.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 272,
"cds_start": -4,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4016,
"mane_select": "ENST00000344642.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDLRAD2",
"gene_hgnc_id": 32071,
"hgvs_c": "c.*1963C>T",
"hgvs_p": null,
"transcript": "ENST00000344642.7",
"protein_id": "ENSP00000340988.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 272,
"cds_start": -4,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4016,
"mane_select": "NM_001013693.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.12845G>A",
"hgvs_p": "p.Arg4282His",
"transcript": "NM_001291860.2",
"protein_id": "NP_001278789.1",
"transcript_support_level": null,
"aa_start": 4282,
"aa_end": null,
"aa_length": 4392,
"cds_start": 12845,
"cds_end": null,
"cds_length": 13179,
"cdna_start": 12938,
"cdna_end": null,
"cdna_length": 14344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 100,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.13391G>A",
"hgvs_p": "p.Arg4464His",
"transcript": "XM_011541318.3",
"protein_id": "XP_011539620.1",
"transcript_support_level": null,
"aa_start": 4464,
"aa_end": null,
"aa_length": 4574,
"cds_start": 13391,
"cds_end": null,
"cds_length": 13725,
"cdna_start": 13484,
"cdna_end": null,
"cdna_length": 14890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 99,
"exon_rank_end": null,
"exon_count": 101,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.13340G>A",
"hgvs_p": "p.Arg4447His",
"transcript": "XM_047419080.1",
"protein_id": "XP_047275036.1",
"transcript_support_level": null,
"aa_start": 4447,
"aa_end": null,
"aa_length": 4557,
"cds_start": 13340,
"cds_end": null,
"cds_length": 13674,
"cdna_start": 13433,
"cdna_end": null,
"cdna_length": 14839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 99,
"exon_rank_end": null,
"exon_count": 101,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.13337G>A",
"hgvs_p": "p.Arg4446His",
"transcript": "XM_047419090.1",
"protein_id": "XP_047275046.1",
"transcript_support_level": null,
"aa_start": 4446,
"aa_end": null,
"aa_length": 4556,
"cds_start": 13337,
"cds_end": null,
"cds_length": 13671,
"cdna_start": 13430,
"cdna_end": null,
"cdna_length": 14836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 96,
"exon_rank_end": null,
"exon_count": 98,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.13037G>A",
"hgvs_p": "p.Arg4346His",
"transcript": "XM_017001120.1",
"protein_id": "XP_016856609.1",
"transcript_support_level": null,
"aa_start": 4346,
"aa_end": null,
"aa_length": 4456,
"cds_start": 13037,
"cds_end": null,
"cds_length": 13371,
"cdna_start": 13052,
"cdna_end": null,
"cdna_length": 14458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 96,
"exon_rank_end": null,
"exon_count": 98,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.13034G>A",
"hgvs_p": "p.Arg4345His",
"transcript": "XM_047419091.1",
"protein_id": "XP_047275047.1",
"transcript_support_level": null,
"aa_start": 4345,
"aa_end": null,
"aa_length": 4455,
"cds_start": 13034,
"cds_end": null,
"cds_length": 13368,
"cdna_start": 13049,
"cdna_end": null,
"cdna_length": 14455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.12986G>A",
"hgvs_p": "p.Arg4329His",
"transcript": "XM_017001121.1",
"protein_id": "XP_016856610.1",
"transcript_support_level": null,
"aa_start": 4329,
"aa_end": null,
"aa_length": 4439,
"cds_start": 12986,
"cds_end": null,
"cds_length": 13320,
"cdna_start": 13001,
"cdna_end": null,
"cdna_length": 14407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 97,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "c.12983G>A",
"hgvs_p": "p.Arg4328His",
"transcript": "XM_017001122.1",
"protein_id": "XP_016856611.1",
"transcript_support_level": null,
"aa_start": 4328,
"aa_end": null,
"aa_length": 4438,
"cds_start": 12983,
"cds_end": null,
"cds_length": 13317,
"cdna_start": 12998,
"cdna_end": null,
"cdna_length": 14404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_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": "n.89G>A",
"hgvs_p": null,
"transcript": "ENST00000481644.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"hgvs_c": "n.2181G>A",
"hgvs_p": null,
"transcript": "ENST00000486901.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 3586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDLRAD2",
"gene_hgnc_id": 32071,
"hgvs_c": "c.*487C>T",
"hgvs_p": null,
"transcript": "ENST00000543870.1",
"protein_id": "ENSP00000444097.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 272,
"cds_start": -4,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HSPG2",
"gene_hgnc_id": 5273,
"dbsnp": "rs151184052",
"frequency_reference_population": 0.00023920035,
"hom_count_reference_population": 2,
"allele_count_reference_population": 386,
"gnomad_exomes_af": 0.000152593,
"gnomad_genomes_af": 0.00107023,
"gnomad_exomes_ac": 223,
"gnomad_genomes_ac": 163,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.011503845453262329,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.074,
"revel_prediction": "Benign",
"alphamissense_score": 0.0648,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.537,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000374695.8",
"gene_symbol": "HSPG2",
"hgnc_id": 5273,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.12842G>A",
"hgvs_p": "p.Arg4281His"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000344642.7",
"gene_symbol": "LDLRAD2",
"hgnc_id": 32071,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*1963C>T",
"hgvs_p": null
}
],
"clinvar_disease": "HSPG2-related disorder,Inborn genetic diseases,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:5 B:1",
"phenotype_combined": "not specified|not provided|Inborn genetic diseases|HSPG2-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}