← 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: 2-219013929-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=219013929&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 219013929,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_194302.4",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3718A>G",
"hgvs_p": "p.Ile1240Val",
"transcript": "NM_194302.4",
"protein_id": "NP_919278.2",
"transcript_support_level": null,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1925,
"cds_start": 3718,
"cds_end": null,
"cds_length": 5778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000341552.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_194302.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3718A>G",
"hgvs_p": "p.Ile1240Val",
"transcript": "ENST00000341552.10",
"protein_id": "ENSP00000340776.5",
"transcript_support_level": 5,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1925,
"cds_start": 3718,
"cds_end": null,
"cds_length": 5778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_194302.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341552.10"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3718A>G",
"hgvs_p": "p.Ile1240Val",
"transcript": "ENST00000453220.5",
"protein_id": "ENSP00000409117.1",
"transcript_support_level": 5,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1925,
"cds_start": 3718,
"cds_end": null,
"cds_length": 5778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453220.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3721A>G",
"hgvs_p": "p.Ile1241Val",
"transcript": "XM_011510903.2",
"protein_id": "XP_011509205.1",
"transcript_support_level": null,
"aa_start": 1241,
"aa_end": null,
"aa_length": 1941,
"cds_start": 3721,
"cds_end": null,
"cds_length": 5826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510903.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3721A>G",
"hgvs_p": "p.Ile1241Val",
"transcript": "XM_011510904.3",
"protein_id": "XP_011509206.1",
"transcript_support_level": null,
"aa_start": 1241,
"aa_end": null,
"aa_length": 1941,
"cds_start": 3721,
"cds_end": null,
"cds_length": 5826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510904.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3718A>G",
"hgvs_p": "p.Ile1240Val",
"transcript": "XM_011510908.2",
"protein_id": "XP_011509210.1",
"transcript_support_level": null,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1940,
"cds_start": 3718,
"cds_end": null,
"cds_length": 5823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510908.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3718A>G",
"hgvs_p": "p.Ile1240Val",
"transcript": "XM_011510909.2",
"protein_id": "XP_011509211.1",
"transcript_support_level": null,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1940,
"cds_start": 3718,
"cds_end": null,
"cds_length": 5823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510909.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3718A>G",
"hgvs_p": "p.Ile1240Val",
"transcript": "XM_017003752.2",
"protein_id": "XP_016859241.1",
"transcript_support_level": null,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1940,
"cds_start": 3718,
"cds_end": null,
"cds_length": 5823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003752.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3718A>G",
"hgvs_p": "p.Ile1240Val",
"transcript": "XM_047443873.1",
"protein_id": "XP_047299829.1",
"transcript_support_level": null,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1940,
"cds_start": 3718,
"cds_end": null,
"cds_length": 5823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443873.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3685A>G",
"hgvs_p": "p.Ile1229Val",
"transcript": "XM_017003753.2",
"protein_id": "XP_016859242.1",
"transcript_support_level": null,
"aa_start": 1229,
"aa_end": null,
"aa_length": 1929,
"cds_start": 3685,
"cds_end": null,
"cds_length": 5790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003753.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3721A>G",
"hgvs_p": "p.Ile1241Val",
"transcript": "XM_011510910.2",
"protein_id": "XP_011509212.1",
"transcript_support_level": null,
"aa_start": 1241,
"aa_end": null,
"aa_length": 1926,
"cds_start": 3721,
"cds_end": null,
"cds_length": 5781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510910.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3523A>G",
"hgvs_p": "p.Ile1175Val",
"transcript": "XM_011510911.2",
"protein_id": "XP_011509213.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1875,
"cds_start": 3523,
"cds_end": null,
"cds_length": 5628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510911.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3523A>G",
"hgvs_p": "p.Ile1175Val",
"transcript": "XM_011510912.2",
"protein_id": "XP_011509214.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1875,
"cds_start": 3523,
"cds_end": null,
"cds_length": 5628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510912.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3523A>G",
"hgvs_p": "p.Ile1175Val",
"transcript": "XM_011510914.2",
"protein_id": "XP_011509216.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1875,
"cds_start": 3523,
"cds_end": null,
"cds_length": 5628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510914.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3523A>G",
"hgvs_p": "p.Ile1175Val",
"transcript": "XM_011510915.2",
"protein_id": "XP_011509217.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1875,
"cds_start": 3523,
"cds_end": null,
"cds_length": 5628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510915.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3523A>G",
"hgvs_p": "p.Ile1175Val",
"transcript": "XM_017003754.2",
"protein_id": "XP_016859243.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1875,
"cds_start": 3523,
"cds_end": null,
"cds_length": 5628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003754.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"hgvs_c": "c.3442A>G",
"hgvs_p": "p.Ile1148Val",
"transcript": "XM_011510916.2",
"protein_id": "XP_011509218.1",
"transcript_support_level": null,
"aa_start": 1148,
"aa_end": null,
"aa_length": 1848,
"cds_start": 3442,
"cds_end": null,
"cds_length": 5547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510916.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000224090",
"gene_hgnc_id": 58353,
"hgvs_c": "n.200T>C",
"hgvs_p": null,
"transcript": "ENST00000441450.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": "ENST00000441450.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP65-AS1",
"gene_hgnc_id": 58353,
"hgvs_c": "n.200T>C",
"hgvs_p": null,
"transcript": "NR_046086.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": "NR_046086.1"
}
],
"gene_symbol": "CFAP65",
"gene_hgnc_id": 25325,
"dbsnp": "rs376903310",
"frequency_reference_population": 0.0000054730795,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000547308,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04997432231903076,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.013,
"revel_prediction": "Benign",
"alphamissense_score": 0.0783,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.76,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.771,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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_194302.4",
"gene_symbol": "CFAP65",
"hgnc_id": 25325,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3718A>G",
"hgvs_p": "p.Ile1240Val"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000441450.1",
"gene_symbol": "ENSG00000224090",
"hgnc_id": 58353,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.200T>C",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NR_046086.1",
"gene_symbol": "CFAP65-AS1",
"hgnc_id": 58353,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.200T>C",
"hgvs_p": null
}
],
"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
}