← 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: 22-30406381-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=30406381&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 30406381,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_012429.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "c.170G>A",
"hgvs_p": "p.Arg57Gln",
"transcript": "NM_012429.5",
"protein_id": "NP_036561.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 170,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000615189.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012429.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "c.170G>A",
"hgvs_p": "p.Arg57Gln",
"transcript": "ENST00000615189.5",
"protein_id": "ENSP00000478755.1",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 170,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012429.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000615189.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "c.170G>A",
"hgvs_p": "p.Arg57Gln",
"transcript": "ENST00000405717.7",
"protein_id": "ENSP00000385186.3",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 392,
"cds_start": 170,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405717.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "n.75G>A",
"hgvs_p": null,
"transcript": "ENST00000464335.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000464335.5"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "n.292G>A",
"hgvs_p": null,
"transcript": "ENST00000619483.4",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000619483.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "c.170G>A",
"hgvs_p": "p.Arg57Gln",
"transcript": "NM_033382.3",
"protein_id": "NP_203740.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 392,
"cds_start": 170,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033382.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "NM_001291932.2",
"protein_id": "NP_001278861.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 349,
"cds_start": 8,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291932.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "ENST00000617837.4",
"protein_id": "ENSP00000482467.1",
"transcript_support_level": 2,
"aa_start": 3,
"aa_end": null,
"aa_length": 329,
"cds_start": 8,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000617837.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "c.170G>A",
"hgvs_p": "p.Arg57Gln",
"transcript": "NM_001204204.3",
"protein_id": "NP_001191133.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 320,
"cds_start": 170,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204204.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "c.170G>A",
"hgvs_p": "p.Arg57Gln",
"transcript": "ENST00000402592.7",
"protein_id": "ENSP00000383882.3",
"transcript_support_level": 2,
"aa_start": 57,
"aa_end": null,
"aa_length": 320,
"cds_start": 170,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402592.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "ENST00000428195.5",
"protein_id": "ENSP00000387781.1",
"transcript_support_level": 5,
"aa_start": 3,
"aa_end": null,
"aa_length": 202,
"cds_start": 8,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428195.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "c.248G>A",
"hgvs_p": "p.Arg83Gln",
"transcript": "ENST00000415072.1",
"protein_id": "ENSP00000399596.1",
"transcript_support_level": 4,
"aa_start": 83,
"aa_end": null,
"aa_length": 124,
"cds_start": 248,
"cds_end": null,
"cds_length": 375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415072.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "c.62G>A",
"hgvs_p": "p.Arg21Gln",
"transcript": "ENST00000429917.5",
"protein_id": "ENSP00000407857.1",
"transcript_support_level": 4,
"aa_start": 21,
"aa_end": null,
"aa_length": 83,
"cds_start": 62,
"cds_end": null,
"cds_length": 254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429917.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNF215",
"gene_hgnc_id": 33434,
"hgvs_c": "c.-126+15280C>T",
"hgvs_p": null,
"transcript": "ENST00000431544.2",
"protein_id": "ENSP00000404738.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"cds_end": null,
"cds_length": 299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431544.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "n.269G>A",
"hgvs_p": null,
"transcript": "ENST00000416523.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000416523.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "n.170G>A",
"hgvs_p": null,
"transcript": "ENST00000437022.5",
"protein_id": "ENSP00000388719.1",
"transcript_support_level": 4,
"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": "nonsense_mediated_decay",
"feature": "ENST00000437022.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "n.94G>A",
"hgvs_p": null,
"transcript": "ENST00000452649.1",
"protein_id": "ENSP00000388888.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000452649.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"hgvs_c": "n.358G>A",
"hgvs_p": null,
"transcript": "ENST00000459728.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000459728.5"
}
],
"gene_symbol": "SEC14L2",
"gene_hgnc_id": 10699,
"dbsnp": "rs577773028",
"frequency_reference_population": 0.0000247837,
"hom_count_reference_population": 0,
"allele_count_reference_population": 40,
"gnomad_exomes_af": 0.0000198389,
"gnomad_genomes_af": 0.000072279,
"gnomad_exomes_ac": 29,
"gnomad_genomes_ac": 11,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5804986953735352,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.578,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3794,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.14,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.05,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_012429.5",
"gene_symbol": "SEC14L2",
"hgnc_id": 10699,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.170G>A",
"hgvs_p": "p.Arg57Gln"
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000431544.2",
"gene_symbol": "RNF215",
"hgnc_id": 33434,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-126+15280C>T",
"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
}