← 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: 4-24808501-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=24808501&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 24808501,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001395273.1",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1496A>T",
"hgvs_p": "p.Lys499Ile",
"transcript": "NM_001395273.1",
"protein_id": "NP_001382202.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 535,
"cds_start": 1496,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000635206.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395273.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1496A>T",
"hgvs_p": "p.Lys499Ile",
"transcript": "ENST00000635206.3",
"protein_id": "ENSP00000488929.2",
"transcript_support_level": 5,
"aa_start": 499,
"aa_end": null,
"aa_length": 535,
"cds_start": 1496,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001395273.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635206.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.*265A>T",
"hgvs_p": null,
"transcript": "ENST00000502801.1",
"protein_id": "ENSP00000427529.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 136,
"cds_start": null,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502801.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1487A>T",
"hgvs_p": "p.Lys496Ile",
"transcript": "ENST00000904727.1",
"protein_id": "ENSP00000574786.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 532,
"cds_start": 1487,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904727.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1478A>T",
"hgvs_p": "p.Lys493Ile",
"transcript": "NM_173463.6",
"protein_id": "NP_775734.2",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 529,
"cds_start": 1478,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173463.6"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1478A>T",
"hgvs_p": "p.Lys493Ile",
"transcript": "ENST00000389609.8",
"protein_id": "ENSP00000374260.4",
"transcript_support_level": 2,
"aa_start": 493,
"aa_end": null,
"aa_length": 529,
"cds_start": 1478,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389609.8"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1463A>T",
"hgvs_p": "p.Lys488Ile",
"transcript": "NM_001130726.5",
"protein_id": "NP_001124198.2",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 524,
"cds_start": 1463,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130726.5"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1463A>T",
"hgvs_p": "p.Lys488Ile",
"transcript": "ENST00000504487.5",
"protein_id": "ENSP00000425715.2",
"transcript_support_level": 2,
"aa_start": 488,
"aa_end": null,
"aa_length": 524,
"cds_start": 1463,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000504487.5"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1454A>T",
"hgvs_p": "p.Lys485Ile",
"transcript": "ENST00000904725.1",
"protein_id": "ENSP00000574784.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 521,
"cds_start": 1454,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904725.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1346A>T",
"hgvs_p": "p.Lys449Ile",
"transcript": "ENST00000914099.1",
"protein_id": "ENSP00000584158.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 485,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914099.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1313A>T",
"hgvs_p": "p.Lys438Ile",
"transcript": "NM_001330644.2",
"protein_id": "NP_001317573.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 474,
"cds_start": 1313,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330644.2"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1295A>T",
"hgvs_p": "p.Lys432Ile",
"transcript": "ENST00000904724.1",
"protein_id": "ENSP00000574783.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 468,
"cds_start": 1295,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904724.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1262A>T",
"hgvs_p": "p.Lys421Ile",
"transcript": "ENST00000904726.1",
"protein_id": "ENSP00000574785.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 457,
"cds_start": 1262,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904726.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1217A>T",
"hgvs_p": "p.Lys406Ile",
"transcript": "ENST00000951414.1",
"protein_id": "ENSP00000621473.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 442,
"cds_start": 1217,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951414.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"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": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1511A>T",
"hgvs_p": "p.Lys504Ile",
"transcript": "XM_011513906.4",
"protein_id": "XP_011512208.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 540,
"cds_start": 1511,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513906.4"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1478A>T",
"hgvs_p": "p.Lys493Ile",
"transcript": "XM_017008827.3",
"protein_id": "XP_016864316.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 529,
"cds_start": 1478,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008827.3"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1346A>T",
"hgvs_p": "p.Lys449Ile",
"transcript": "XM_011513907.4",
"protein_id": "XP_011512209.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 485,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513907.4"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "c.1346A>T",
"hgvs_p": "p.Lys449Ile",
"transcript": "XM_011513908.3",
"protein_id": "XP_011512210.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 485,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513908.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"hgvs_c": "n.*171A>T",
"hgvs_p": null,
"transcript": "ENST00000507096.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": "ENST00000507096.1"
}
],
"gene_symbol": "CCDC149",
"gene_hgnc_id": 25405,
"dbsnp": "rs777579120",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0546019971370697,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.021,
"revel_prediction": "Benign",
"alphamissense_score": 0.1411,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.54,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.428,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001395273.1",
"gene_symbol": "CCDC149",
"hgnc_id": 25405,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1496A>T",
"hgvs_p": "p.Lys499Ile"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}