← 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: 9-98129847-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=98129847&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 98129847,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_003389.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "NM_052820.4",
"protein_id": "NP_438171.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 525,
"cds_start": 914,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 993,
"cdna_end": null,
"cdna_length": 5456,
"mane_select": "ENST00000375077.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_052820.4"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "ENST00000375077.5",
"protein_id": "ENSP00000364218.4",
"transcript_support_level": 1,
"aa_start": 305,
"aa_end": null,
"aa_length": 525,
"cds_start": 914,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 993,
"cdna_end": null,
"cdna_length": 5456,
"mane_select": "NM_052820.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375077.5"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "ENST00000343933.9",
"protein_id": "ENSP00000343746.5",
"transcript_support_level": 1,
"aa_start": 305,
"aa_end": null,
"aa_length": 525,
"cds_start": 914,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1172,
"cdna_end": null,
"cdna_length": 5635,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000343933.9"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.1124C>G",
"hgvs_p": "p.Pro375Arg",
"transcript": "ENST00000948662.1",
"protein_id": "ENSP00000618721.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 595,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 1194,
"cdna_end": null,
"cdna_length": 2451,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948662.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "NM_003389.3",
"protein_id": "NP_003380.3",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 525,
"cds_start": 914,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1180,
"cdna_end": null,
"cdna_length": 5643,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003389.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "ENST00000871381.1",
"protein_id": "ENSP00000541440.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 525,
"cds_start": 914,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1099,
"cdna_end": null,
"cdna_length": 5562,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871381.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "ENST00000871382.1",
"protein_id": "ENSP00000541441.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 525,
"cds_start": 914,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1151,
"cdna_end": null,
"cdna_length": 2582,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871382.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "ENST00000871384.1",
"protein_id": "ENSP00000541443.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 525,
"cds_start": 914,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 997,
"cdna_end": null,
"cdna_length": 1967,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871384.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "ENST00000930885.1",
"protein_id": "ENSP00000600944.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 525,
"cds_start": 914,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1259,
"cdna_end": null,
"cdna_length": 2516,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930885.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.911C>G",
"hgvs_p": "p.Pro304Arg",
"transcript": "ENST00000948660.1",
"protein_id": "ENSP00000618719.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 524,
"cds_start": 911,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 988,
"cdna_end": null,
"cdna_length": 2411,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948660.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.905C>G",
"hgvs_p": "p.Pro302Arg",
"transcript": "ENST00000871383.1",
"protein_id": "ENSP00000541442.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 522,
"cds_start": 905,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1015,
"cdna_end": null,
"cdna_length": 2630,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871383.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "ENST00000930886.1",
"protein_id": "ENSP00000600945.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 522,
"cds_start": 914,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1013,
"cdna_end": null,
"cdna_length": 2269,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930886.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.902C>G",
"hgvs_p": "p.Pro301Arg",
"transcript": "ENST00000871386.1",
"protein_id": "ENSP00000541445.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 521,
"cds_start": 902,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 990,
"cdna_end": null,
"cdna_length": 2421,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871386.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.896C>G",
"hgvs_p": "p.Pro299Arg",
"transcript": "ENST00000948661.1",
"protein_id": "ENSP00000618720.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 519,
"cds_start": 896,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 983,
"cdna_end": null,
"cdna_length": 2240,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948661.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.809C>G",
"hgvs_p": "p.Pro270Arg",
"transcript": "ENST00000871387.1",
"protein_id": "ENSP00000541446.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 490,
"cds_start": 809,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 883,
"cdna_end": null,
"cdna_length": 1753,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871387.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "ENST00000871385.1",
"protein_id": "ENSP00000541444.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 457,
"cds_start": 914,
"cds_end": null,
"cds_length": 1374,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 2247,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871385.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.512C>G",
"hgvs_p": "p.Pro171Arg",
"transcript": "ENST00000930884.1",
"protein_id": "ENSP00000600943.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 391,
"cds_start": 512,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 590,
"cdna_end": null,
"cdna_length": 5053,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930884.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "XM_011518986.4",
"protein_id": "XP_011517288.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 525,
"cds_start": 914,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1171,
"cdna_end": null,
"cdna_length": 5634,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518986.4"
}
],
"gene_symbol": "CORO2A",
"gene_hgnc_id": 2255,
"dbsnp": "rs201065478",
"frequency_reference_population": 0.000109043685,
"hom_count_reference_population": 0,
"allele_count_reference_population": 176,
"gnomad_exomes_af": 0.000112191,
"gnomad_genomes_af": 0.0000788208,
"gnomad_exomes_ac": 164,
"gnomad_genomes_ac": 12,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9433804750442505,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.683,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.3184,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.17,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.602,
"phylop100way_prediction": "Pathogenic",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Strong",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PP3_Strong"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003389.3",
"gene_symbol": "CORO2A",
"hgnc_id": 2255,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg"
}
],
"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
}