← 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: 6-84146709-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=84146709&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 84146709,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_014895.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "c.3848G>A",
"hgvs_p": "p.Arg1283Gln",
"transcript": "NM_014895.4",
"protein_id": "NP_055710.2",
"transcript_support_level": null,
"aa_start": 1283,
"aa_end": null,
"aa_length": 1403,
"cds_start": 3848,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000403245.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014895.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "c.3848G>A",
"hgvs_p": "p.Arg1283Gln",
"transcript": "ENST00000403245.8",
"protein_id": "ENSP00000385215.3",
"transcript_support_level": 5,
"aa_start": 1283,
"aa_end": null,
"aa_length": 1403,
"cds_start": 3848,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014895.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403245.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "c.3620G>A",
"hgvs_p": "p.Arg1207Gln",
"transcript": "ENST00000257766.8",
"protein_id": "ENSP00000257766.4",
"transcript_support_level": 1,
"aa_start": 1207,
"aa_end": null,
"aa_length": 1327,
"cds_start": 3620,
"cds_end": null,
"cds_length": 3984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000257766.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "c.3848G>A",
"hgvs_p": "p.Arg1283Gln",
"transcript": "ENST00000962927.1",
"protein_id": "ENSP00000632986.1",
"transcript_support_level": null,
"aa_start": 1283,
"aa_end": null,
"aa_length": 1400,
"cds_start": 3848,
"cds_end": null,
"cds_length": 4203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962927.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "c.3620G>A",
"hgvs_p": "p.Arg1207Gln",
"transcript": "NM_001286206.2",
"protein_id": "NP_001273135.1",
"transcript_support_level": null,
"aa_start": 1207,
"aa_end": null,
"aa_length": 1327,
"cds_start": 3620,
"cds_end": null,
"cds_length": 3984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286206.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "c.3620G>A",
"hgvs_p": "p.Arg1207Gln",
"transcript": "ENST00000617909.2",
"protein_id": "ENSP00000481760.1",
"transcript_support_level": 5,
"aa_start": 1207,
"aa_end": null,
"aa_length": 1327,
"cds_start": 3620,
"cds_end": null,
"cds_length": 3984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000617909.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "c.3734G>A",
"hgvs_p": "p.Arg1245Gln",
"transcript": "XM_005248674.5",
"protein_id": "XP_005248731.1",
"transcript_support_level": null,
"aa_start": 1245,
"aa_end": null,
"aa_length": 1365,
"cds_start": 3734,
"cds_end": null,
"cds_length": 4098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248674.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "c.3734G>A",
"hgvs_p": "p.Arg1245Gln",
"transcript": "XM_017010483.3",
"protein_id": "XP_016865972.1",
"transcript_support_level": null,
"aa_start": 1245,
"aa_end": null,
"aa_length": 1365,
"cds_start": 3734,
"cds_end": null,
"cds_length": 4098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010483.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "c.3620G>A",
"hgvs_p": "p.Arg1207Gln",
"transcript": "XM_047418386.1",
"protein_id": "XP_047274342.1",
"transcript_support_level": null,
"aa_start": 1207,
"aa_end": null,
"aa_length": 1327,
"cds_start": 3620,
"cds_end": null,
"cds_length": 3984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418386.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "c.3620G>A",
"hgvs_p": "p.Arg1207Gln",
"transcript": "XM_047418387.1",
"protein_id": "XP_047274343.1",
"transcript_support_level": null,
"aa_start": 1207,
"aa_end": null,
"aa_length": 1327,
"cds_start": 3620,
"cds_end": null,
"cds_length": 3984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418387.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "c.2681G>A",
"hgvs_p": "p.Arg894Gln",
"transcript": "XM_011535592.4",
"protein_id": "XP_011533894.1",
"transcript_support_level": null,
"aa_start": 894,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2681,
"cds_end": null,
"cds_length": 3045,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535592.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "n.2972G>A",
"hgvs_p": null,
"transcript": "ENST00000461137.5",
"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": "ENST00000461137.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "n.1151G>A",
"hgvs_p": null,
"transcript": "ENST00000487999.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000487999.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"hgvs_c": "n.3971G>A",
"hgvs_p": null,
"transcript": "XR_007059227.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": "XR_007059227.1"
}
],
"gene_symbol": "CEP162",
"gene_hgnc_id": 21107,
"dbsnp": "rs865999990",
"frequency_reference_population": 0.000006351214,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000635121,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5904505848884583,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.227,
"revel_prediction": "Benign",
"alphamissense_score": 0.2483,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.277,
"phylop100way_prediction": "Uncertain_significance",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014895.4",
"gene_symbol": "CEP162",
"hgnc_id": 21107,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3848G>A",
"hgvs_p": "p.Arg1283Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}