← 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: 17-36212480-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=36212480&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 36212480,
"ref": "G",
"alt": "A",
"effect": "splice_acceptor_variant,intron_variant",
"transcript": "ENST00000620250.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*57G>A",
"hgvs_p": null,
"transcript": "NM_001291475.2",
"protein_id": "NP_001278404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 103,
"cds_start": -4,
"cds_end": null,
"cds_length": 312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 841,
"mane_select": "ENST00000617405.5",
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*57G>A",
"hgvs_p": null,
"transcript": "ENST00000617405.5",
"protein_id": "ENSP00000483330.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 103,
"cds_start": -4,
"cds_end": null,
"cds_length": 312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 841,
"mane_select": "NM_001291475.2",
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*47G>A",
"hgvs_p": null,
"transcript": "ENST00000620098.4",
"protein_id": "ENSP00000479774.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 103,
"cds_start": -4,
"cds_end": null,
"cds_length": 312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 836,
"mane_select": null,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*47G>A",
"hgvs_p": null,
"transcript": "ENST00000615418.4",
"protein_id": "ENSP00000483206.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 96,
"cds_start": -4,
"cds_end": null,
"cds_length": 291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 954,
"mane_select": null,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*47G>A",
"hgvs_p": null,
"transcript": "ENST00000610565.4",
"protein_id": "ENSP00000484498.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 86,
"cds_start": -4,
"cds_end": null,
"cds_length": 261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 785,
"mane_select": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*57G>A",
"hgvs_p": null,
"transcript": "ENST00000613173.4",
"protein_id": "ENSP00000484455.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 68,
"cds_start": -4,
"cds_end": null,
"cds_length": 207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 741,
"mane_select": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*586G>A",
"hgvs_p": null,
"transcript": "ENST00000617416.4",
"protein_id": "ENSP00000480089.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 64,
"cds_start": -4,
"cds_end": null,
"cds_length": 195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1258,
"mane_select": null,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*184G>A",
"hgvs_p": null,
"transcript": "ENST00000620732.4",
"protein_id": "ENSP00000481969.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 64,
"cds_start": -4,
"cds_end": null,
"cds_length": 195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 856,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.192-2G>A",
"hgvs_p": null,
"transcript": "ENST00000620250.1",
"protein_id": "ENSP00000483609.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": -4,
"cds_end": null,
"cds_length": 279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.192-17G>A",
"hgvs_p": null,
"transcript": "ENST00000620576.5",
"protein_id": "ENSP00000479354.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 87,
"cds_start": -4,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.77-17G>A",
"hgvs_p": null,
"transcript": "ENST00000620055.4",
"protein_id": "ENSP00000481323.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 47,
"cds_start": -4,
"cds_end": null,
"cds_length": 144,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 537,
"mane_select": null,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*47G>A",
"hgvs_p": null,
"transcript": "NM_001291471.2",
"protein_id": "NP_001278400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 103,
"cds_start": -4,
"cds_end": null,
"cds_length": 312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 831,
"mane_select": null,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*47G>A",
"hgvs_p": null,
"transcript": "NM_001291472.2",
"protein_id": "NP_001278401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 96,
"cds_start": -4,
"cds_end": null,
"cds_length": 291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 810,
"mane_select": null,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*47G>A",
"hgvs_p": null,
"transcript": "NM_001291473.2",
"protein_id": "NP_001278402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 86,
"cds_start": -4,
"cds_end": null,
"cds_length": 261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 780,
"mane_select": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*57G>A",
"hgvs_p": null,
"transcript": "NM_001291474.2",
"protein_id": "NP_001278403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 68,
"cds_start": -4,
"cds_end": null,
"cds_length": 207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 736,
"mane_select": null,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*184G>A",
"hgvs_p": null,
"transcript": "NM_001291469.2",
"protein_id": "NP_001278398.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 64,
"cds_start": -4,
"cds_end": null,
"cds_length": 195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 851,
"mane_select": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.*586G>A",
"hgvs_p": null,
"transcript": "NM_001291470.2",
"protein_id": "NP_001278399.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 64,
"cds_start": -4,
"cds_end": null,
"cds_length": 195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.192-17G>A",
"hgvs_p": null,
"transcript": "NM_001291468.2",
"protein_id": "NP_001278397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 87,
"cds_start": -4,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "n.156-17G>A",
"hgvs_p": null,
"transcript": "NR_111970.2",
"protein_id": null,
"transcript_support_level": null,
"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": 532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.192-2G>A",
"hgvs_p": null,
"transcript": "XM_054328432.1",
"protein_id": "XP_054184407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": -4,
"cds_end": null,
"cds_length": 279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"hgvs_c": "c.77-2G>A",
"hgvs_p": null,
"transcript": "XM_054328433.1",
"protein_id": "XP_054184408.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 52,
"cds_start": -4,
"cds_end": null,
"cds_length": 159,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CCL4L2",
"gene_hgnc_id": 24066,
"dbsnp": "rs4796195",
"frequency_reference_population": 0.7663133,
"hom_count_reference_population": 458970,
"allele_count_reference_population": 1209601,
"gnomad_exomes_af": 0.772521,
"gnomad_genomes_af": 0.705695,
"gnomad_exomes_ac": 1106125,
"gnomad_genomes_ac": 103476,
"gnomad_exomes_homalt": 425519,
"gnomad_genomes_homalt": 33451,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.4099999964237213,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.43,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PVS1_Strong,BA1",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 8,
"pathogenic_score": 4,
"criteria": [
"PVS1_Strong",
"BA1"
],
"verdict": "Likely_benign",
"transcript": "ENST00000620250.1",
"gene_symbol": "CCL4L2",
"hgnc_id": 24066,
"effects": [
"splice_acceptor_variant",
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.192-2G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}