← 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: 3-14714110-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=14714110&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 12,
"criteria": [
"BP4_Strong",
"BA1"
],
"effects": [
"missense_variant"
],
"gene_symbol": "C3orf20",
"hgnc_id": 25320,
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Leu422Val",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -12,
"transcript": "NM_032137.5",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_score": -12,
"allele_count_reference_population": 657233,
"alphamissense_prediction": null,
"alphamissense_score": 0.0956,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.61,
"chr": "3",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.001767486333847046,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 904,
"aa_ref": "L",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3286,
"cdna_start": 1674,
"cds_end": null,
"cds_length": 2715,
"cds_start": 1264,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_032137.5",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Leu422Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000253697.8",
"protein_coding": true,
"protein_id": "NP_115513.4",
"strand": true,
"transcript": "NM_032137.5",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 904,
"aa_ref": "L",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3286,
"cdna_start": 1674,
"cds_end": null,
"cds_length": 2715,
"cds_start": 1264,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000253697.8",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Leu422Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_032137.5",
"protein_coding": true,
"protein_id": "ENSP00000253697.3",
"strand": true,
"transcript": "ENST00000253697.8",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 782,
"aa_ref": "L",
"aa_start": 300,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2744,
"cdna_start": 1134,
"cds_end": null,
"cds_length": 2349,
"cds_start": 898,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000412910.1",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.898C>G",
"hgvs_p": "p.Leu300Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000396081.1",
"strand": true,
"transcript": "ENST00000412910.1",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 782,
"aa_ref": "L",
"aa_start": 300,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2858,
"cdna_start": 1277,
"cds_end": null,
"cds_length": 2349,
"cds_start": 898,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000435614.5",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.898C>G",
"hgvs_p": "p.Leu300Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000402933.1",
"strand": true,
"transcript": "ENST00000435614.5",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 782,
"aa_ref": "L",
"aa_start": 300,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2784,
"cdna_start": 1172,
"cds_end": null,
"cds_length": 2349,
"cds_start": 898,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001184957.2",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.898C>G",
"hgvs_p": "p.Leu300Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001171886.1",
"strand": true,
"transcript": "NM_001184957.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 782,
"aa_ref": "L",
"aa_start": 300,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2889,
"cdna_start": 1277,
"cds_end": null,
"cds_length": 2349,
"cds_start": 898,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001184958.2",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.898C>G",
"hgvs_p": "p.Leu300Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001171887.1",
"strand": true,
"transcript": "NM_001184958.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 947,
"aa_ref": "L",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3415,
"cdna_start": 1674,
"cds_end": null,
"cds_length": 2844,
"cds_start": 1264,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_006713341.3",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Leu422Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006713404.1",
"strand": true,
"transcript": "XM_006713341.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 947,
"aa_ref": "L",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3310,
"cdna_start": 1569,
"cds_end": null,
"cds_length": 2844,
"cds_start": 1264,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_006713342.2",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Leu422Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006713405.1",
"strand": true,
"transcript": "XM_006713342.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 947,
"aa_ref": "L",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3478,
"cdna_start": 1737,
"cds_end": null,
"cds_length": 2844,
"cds_start": 1264,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_011534153.4",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Leu422Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011532455.1",
"strand": true,
"transcript": "XM_011534153.4",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 825,
"aa_ref": "L",
"aa_start": 300,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2913,
"cdna_start": 1172,
"cds_end": null,
"cds_length": 2478,
"cds_start": 898,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_011534154.4",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.898C>G",
"hgvs_p": "p.Leu300Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011532456.1",
"strand": true,
"transcript": "XM_011534154.4",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 669,
"aa_ref": "L",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2547,
"cdna_start": 1674,
"cds_end": null,
"cds_length": 2010,
"cds_start": 1264,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_006713343.3",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Leu422Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006713406.1",
"strand": true,
"transcript": "XM_006713343.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 643,
"aa_ref": "L",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2199,
"cdna_start": 458,
"cds_end": null,
"cds_length": 1932,
"cds_start": 352,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011534157.3",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.352C>G",
"hgvs_p": "p.Leu118Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011532459.1",
"strand": true,
"transcript": "XM_011534157.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 562,
"aa_ref": "L",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2510,
"cdna_start": 1674,
"cds_end": null,
"cds_length": 1689,
"cds_start": 1264,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_017007310.2",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Leu422Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016862799.1",
"strand": true,
"transcript": "XM_017007310.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 542,
"aa_ref": "L",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2226,
"cdna_start": 1674,
"cds_end": null,
"cds_length": 1629,
"cds_start": 1264,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_011534158.3",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Leu422Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011532460.1",
"strand": true,
"transcript": "XM_011534158.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 836,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000495387.1",
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"hgvs_c": "n.368C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000495387.1",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs6790129",
"effect": "missense_variant",
"frequency_reference_population": 0.4074676,
"gene_hgnc_id": 25320,
"gene_symbol": "C3orf20",
"gnomad_exomes_ac": 594931,
"gnomad_exomes_af": 0.407214,
"gnomad_exomes_homalt": 122916,
"gnomad_genomes_ac": 62302,
"gnomad_genomes_af": 0.409903,
"gnomad_genomes_homalt": 12975,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 135891,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.079,
"pos": 14714110,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.061,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_032137.5"
}
]
}