← 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-63910252-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=63910252&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 63910252,
"ref": "G",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_022579.3",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.381C>G",
"hgvs_p": "p.Thr127Thr",
"transcript": "NM_022579.3",
"protein_id": "NP_072101.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 222,
"cds_start": 381,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000309894.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022579.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.381C>G",
"hgvs_p": "p.Thr127Thr",
"transcript": "ENST00000309894.6",
"protein_id": "ENSP00000309524.5",
"transcript_support_level": 5,
"aa_start": 127,
"aa_end": null,
"aa_length": 222,
"cds_start": 381,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_022579.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000309894.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.195C>G",
"hgvs_p": "p.Thr65Thr",
"transcript": "ENST00000259003.14",
"protein_id": "ENSP00000259003.10",
"transcript_support_level": 1,
"aa_start": 65,
"aa_end": null,
"aa_length": 160,
"cds_start": 195,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000259003.14"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.99C>G",
"hgvs_p": "p.Thr33Thr",
"transcript": "ENST00000346606.10",
"protein_id": "ENSP00000316360.10",
"transcript_support_level": 1,
"aa_start": 33,
"aa_end": null,
"aa_length": 128,
"cds_start": 99,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000346606.10"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "NM_022581.3",
"protein_id": "NP_072103.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 199,
"cds_start": 312,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022581.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.264C>G",
"hgvs_p": "p.Thr88Thr",
"transcript": "NM_001321069.2",
"protein_id": "NP_001307998.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 183,
"cds_start": 264,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321069.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.132C>G",
"hgvs_p": "p.Thr44Thr",
"transcript": "ENST00000561003.5",
"protein_id": "ENSP00000452900.1",
"transcript_support_level": 2,
"aa_start": 44,
"aa_end": null,
"aa_length": 178,
"cds_start": 132,
"cds_end": null,
"cds_length": 537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561003.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.99C>G",
"hgvs_p": "p.Thr33Thr",
"transcript": "ENST00000450719.3",
"protein_id": "ENSP00000413501.3",
"transcript_support_level": 2,
"aa_start": 33,
"aa_end": null,
"aa_length": 167,
"cds_start": 99,
"cds_end": null,
"cds_length": 504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450719.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.201C>G",
"hgvs_p": "p.Thr67Thr",
"transcript": "NM_001321067.2",
"protein_id": "NP_001307996.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 162,
"cds_start": 201,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321067.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.195C>G",
"hgvs_p": "p.Thr65Thr",
"transcript": "NM_001321068.2",
"protein_id": "NP_001307997.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 160,
"cds_start": 195,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321068.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.132C>G",
"hgvs_p": "p.Thr44Thr",
"transcript": "NM_022580.3",
"protein_id": "NP_072102.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 139,
"cds_start": 132,
"cds_end": null,
"cds_length": 420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022580.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.132C>G",
"hgvs_p": "p.Thr44Thr",
"transcript": "ENST00000438387.6",
"protein_id": "ENSP00000402632.2",
"transcript_support_level": 5,
"aa_start": 44,
"aa_end": null,
"aa_length": 139,
"cds_start": 132,
"cds_end": null,
"cds_length": 420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438387.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.99C>G",
"hgvs_p": "p.Thr33Thr",
"transcript": "NM_001318.4",
"protein_id": "NP_001309.3",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 128,
"cds_start": 99,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.381C>G",
"hgvs_p": "p.Thr127Thr",
"transcript": "XM_011524344.2",
"protein_id": "XP_011522646.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 261,
"cds_start": 381,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524344.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "c.201C>G",
"hgvs_p": "p.Thr67Thr",
"transcript": "XM_011524346.3",
"protein_id": "XP_011522648.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 201,
"cds_start": 201,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524346.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "n.955C>G",
"hgvs_p": null,
"transcript": "ENST00000558099.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000558099.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "n.734C>G",
"hgvs_p": null,
"transcript": "ENST00000558609.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000558609.1"
},
{
"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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"hgvs_c": "n.983C>G",
"hgvs_p": null,
"transcript": "ENST00000560999.1",
"protein_id": null,
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000560999.1"
},
{
"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": "ENSG00000303015",
"gene_hgnc_id": null,
"hgvs_c": "n.266-7208G>C",
"hgvs_p": null,
"transcript": "ENST00000791137.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000791137.1"
}
],
"gene_symbol": "CSHL1",
"gene_hgnc_id": 2442,
"dbsnp": "rs61762513",
"frequency_reference_population": 0.0006269577,
"hom_count_reference_population": 8,
"allele_count_reference_population": 1012,
"gnomad_exomes_af": 0.000370081,
"gnomad_genomes_af": 0.00309254,
"gnomad_exomes_ac": 541,
"gnomad_genomes_ac": 471,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 6,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7900000214576721,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.20999999344348907,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.851,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.21,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_022579.3",
"gene_symbol": "CSHL1",
"hgnc_id": 2442,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.381C>G",
"hgvs_p": "p.Thr127Thr"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000791137.1",
"gene_symbol": "ENSG00000303015",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.266-7208G>C",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}