← 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: 20-2794263-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=2794263&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 2794263,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_019609.5",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"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": "CPXM1",
"gene_hgnc_id": 15771,
"hgvs_c": "c.2132T>C",
"hgvs_p": "p.Leu711Pro",
"transcript": "NM_019609.5",
"protein_id": "NP_062555.1",
"transcript_support_level": null,
"aa_start": 711,
"aa_end": null,
"aa_length": 734,
"cds_start": 2132,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000380605.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_019609.5"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"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": "CPXM1",
"gene_hgnc_id": 15771,
"hgvs_c": "c.2132T>C",
"hgvs_p": "p.Leu711Pro",
"transcript": "ENST00000380605.3",
"protein_id": "ENSP00000369979.2",
"transcript_support_level": 1,
"aa_start": 711,
"aa_end": null,
"aa_length": 734,
"cds_start": 2132,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_019609.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380605.3"
},
{
"aa_ref": "L",
"aa_alt": "P",
"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": "CPXM1",
"gene_hgnc_id": 15771,
"hgvs_c": "c.2132T>C",
"hgvs_p": "p.Leu711Pro",
"transcript": "ENST00000921882.1",
"protein_id": "ENSP00000591941.1",
"transcript_support_level": null,
"aa_start": 711,
"aa_end": null,
"aa_length": 734,
"cds_start": 2132,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921882.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"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": "CPXM1",
"gene_hgnc_id": 15771,
"hgvs_c": "c.2123T>C",
"hgvs_p": "p.Leu708Pro",
"transcript": "ENST00000867057.1",
"protein_id": "ENSP00000537116.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 731,
"cds_start": 2123,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867057.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"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": "CPXM1",
"gene_hgnc_id": 15771,
"hgvs_c": "c.2105T>C",
"hgvs_p": "p.Leu702Pro",
"transcript": "ENST00000921883.1",
"protein_id": "ENSP00000591942.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 725,
"cds_start": 2105,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921883.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"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": "CPXM1",
"gene_hgnc_id": 15771,
"hgvs_c": "c.1976T>C",
"hgvs_p": "p.Leu659Pro",
"transcript": "ENST00000921884.1",
"protein_id": "ENSP00000591943.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 682,
"cds_start": 1976,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921884.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"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": "CPXM1",
"gene_hgnc_id": 15771,
"hgvs_c": "c.1910T>C",
"hgvs_p": "p.Leu637Pro",
"transcript": "NM_001184699.2",
"protein_id": "NP_001171628.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 660,
"cds_start": 1910,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184699.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"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": "CPXM1",
"gene_hgnc_id": 15771,
"hgvs_c": "c.1910T>C",
"hgvs_p": "p.Leu637Pro",
"transcript": "ENST00000867058.1",
"protein_id": "ENSP00000537117.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 660,
"cds_start": 1910,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867058.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"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": "CPXM1",
"gene_hgnc_id": 15771,
"hgvs_c": "c.1811T>C",
"hgvs_p": "p.Leu604Pro",
"transcript": "ENST00000948848.1",
"protein_id": "ENSP00000618907.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 627,
"cds_start": 1811,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948848.1"
}
],
"gene_symbol": "CPXM1",
"gene_hgnc_id": 15771,
"dbsnp": "rs1391694214",
"frequency_reference_population": 6.8409935e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84099e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7672412395477295,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.173,
"revel_prediction": "Benign",
"alphamissense_score": 0.8881,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.939,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_019609.5",
"gene_symbol": "CPXM1",
"hgnc_id": 15771,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2132T>C",
"hgvs_p": "p.Leu711Pro"
}
],
"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
}