← 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: 13-24883301-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=24883301&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 24883301,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_018451.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3893G>A",
"hgvs_p": "p.Arg1298Gln",
"transcript": "NM_018451.5",
"protein_id": "NP_060921.3",
"transcript_support_level": null,
"aa_start": 1298,
"aa_end": null,
"aa_length": 1338,
"cds_start": 3893,
"cds_end": null,
"cds_length": 4017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000381884.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018451.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3893G>A",
"hgvs_p": "p.Arg1298Gln",
"transcript": "ENST00000381884.9",
"protein_id": "ENSP00000371308.4",
"transcript_support_level": 1,
"aa_start": 1298,
"aa_end": null,
"aa_length": 1338,
"cds_start": 3893,
"cds_end": null,
"cds_length": 4017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018451.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381884.9"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "n.*547G>A",
"hgvs_p": null,
"transcript": "ENST00000616936.4",
"protein_id": "ENSP00000477511.1",
"transcript_support_level": 1,
"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": "nonsense_mediated_decay",
"feature": "ENST00000616936.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "n.*547G>A",
"hgvs_p": null,
"transcript": "ENST00000616936.4",
"protein_id": "ENSP00000477511.1",
"transcript_support_level": 1,
"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": "nonsense_mediated_decay",
"feature": "ENST00000616936.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3974G>A",
"hgvs_p": "p.Arg1325Gln",
"transcript": "ENST00000926443.1",
"protein_id": "ENSP00000596502.1",
"transcript_support_level": null,
"aa_start": 1325,
"aa_end": null,
"aa_length": 1365,
"cds_start": 3974,
"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": "ENST00000926443.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3893G>A",
"hgvs_p": "p.Arg1298Gln",
"transcript": "ENST00000926448.1",
"protein_id": "ENSP00000596507.1",
"transcript_support_level": null,
"aa_start": 1298,
"aa_end": null,
"aa_length": 1338,
"cds_start": 3893,
"cds_end": null,
"cds_length": 4017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926448.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3869G>A",
"hgvs_p": "p.Arg1290Gln",
"transcript": "ENST00000868792.1",
"protein_id": "ENSP00000538851.1",
"transcript_support_level": null,
"aa_start": 1290,
"aa_end": null,
"aa_length": 1330,
"cds_start": 3869,
"cds_end": null,
"cds_length": 3993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868792.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3857G>A",
"hgvs_p": "p.Arg1286Gln",
"transcript": "ENST00000926447.1",
"protein_id": "ENSP00000596506.1",
"transcript_support_level": null,
"aa_start": 1286,
"aa_end": null,
"aa_length": 1326,
"cds_start": 3857,
"cds_end": null,
"cds_length": 3981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926447.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3815G>A",
"hgvs_p": "p.Arg1272Gln",
"transcript": "ENST00000926441.1",
"protein_id": "ENSP00000596500.1",
"transcript_support_level": null,
"aa_start": 1272,
"aa_end": null,
"aa_length": 1312,
"cds_start": 3815,
"cds_end": null,
"cds_length": 3939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926441.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3803G>A",
"hgvs_p": "p.Arg1268Gln",
"transcript": "ENST00000926445.1",
"protein_id": "ENSP00000596504.1",
"transcript_support_level": null,
"aa_start": 1268,
"aa_end": null,
"aa_length": 1308,
"cds_start": 3803,
"cds_end": null,
"cds_length": 3927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926445.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3782G>A",
"hgvs_p": "p.Arg1261Gln",
"transcript": "ENST00000926446.1",
"protein_id": "ENSP00000596505.1",
"transcript_support_level": null,
"aa_start": 1261,
"aa_end": null,
"aa_length": 1301,
"cds_start": 3782,
"cds_end": null,
"cds_length": 3906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926446.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3692G>A",
"hgvs_p": "p.Arg1231Gln",
"transcript": "ENST00000926444.1",
"protein_id": "ENSP00000596503.1",
"transcript_support_level": null,
"aa_start": 1231,
"aa_end": null,
"aa_length": 1271,
"cds_start": 3692,
"cds_end": null,
"cds_length": 3816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926444.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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Arg1214Gln",
"transcript": "ENST00000926442.1",
"protein_id": "ENSP00000596501.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1254,
"cds_start": 3641,
"cds_end": null,
"cds_length": 3765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926442.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3590G>A",
"hgvs_p": "p.Arg1197Gln",
"transcript": "ENST00000926440.1",
"protein_id": "ENSP00000596499.1",
"transcript_support_level": null,
"aa_start": 1197,
"aa_end": null,
"aa_length": 1237,
"cds_start": 3590,
"cds_end": null,
"cds_length": 3714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926440.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "c.3893G>A",
"hgvs_p": "p.Arg1298Gln",
"transcript": "XM_047430483.1",
"protein_id": "XP_047286439.1",
"transcript_support_level": null,
"aa_start": 1298,
"aa_end": null,
"aa_length": 1338,
"cds_start": 3893,
"cds_end": null,
"cds_length": 4017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430483.1"
},
{
"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": 41,
"intron_rank": 40,
"intron_rank_end": null,
"gene_symbol": "RNF17",
"gene_hgnc_id": 10060,
"hgvs_c": "c.*10+4006C>T",
"hgvs_p": null,
"transcript": "XM_011535156.3",
"protein_id": "XP_011533458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1699,
"cds_start": null,
"cds_end": null,
"cds_length": 5100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535156.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "n.*633G>A",
"hgvs_p": null,
"transcript": "ENST00000545981.6",
"protein_id": "ENSP00000441090.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000545981.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "n.4177G>A",
"hgvs_p": null,
"transcript": "NR_047594.2",
"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": "NR_047594.2"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "n.3975G>A",
"hgvs_p": null,
"transcript": "NR_047595.2",
"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": "NR_047595.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"hgvs_c": "n.*633G>A",
"hgvs_p": null,
"transcript": "ENST00000545981.6",
"protein_id": "ENSP00000441090.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000545981.6"
}
],
"gene_symbol": "CPAP",
"gene_hgnc_id": 17272,
"dbsnp": "rs1477524771",
"frequency_reference_population": 0.0000034206791,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342068,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8856981992721558,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.764,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9228,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.265,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Moderate,PP5_Moderate",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_018451.5",
"gene_symbol": "CPAP",
"hgnc_id": 17272,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3893G>A",
"hgvs_p": "p.Arg1298Gln"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "XM_011535156.3",
"gene_symbol": "RNF17",
"hgnc_id": 10060,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*10+4006C>T",
"hgvs_p": null
}
],
"clinvar_disease": " autosomal recessive, primary,Microcephaly 6",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Microcephaly 6, primary, autosomal recessive",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}