← 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: 10-124408897-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=124408897&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 124408897,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000368845.6",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "c.268C>G",
"hgvs_p": "p.Gln90Glu",
"transcript": "NM_000274.4",
"protein_id": "NP_000265.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 439,
"cds_start": 268,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 2039,
"mane_select": "ENST00000368845.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "c.268C>G",
"hgvs_p": "p.Gln90Glu",
"transcript": "ENST00000368845.6",
"protein_id": "ENSP00000357838.5",
"transcript_support_level": 1,
"aa_start": 90,
"aa_end": null,
"aa_length": 439,
"cds_start": 268,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 2039,
"mane_select": "NM_000274.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "c.-147C>G",
"hgvs_p": null,
"transcript": "ENST00000539214.5",
"protein_id": "ENSP00000439042.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 301,
"cds_start": -4,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "c.268C>G",
"hgvs_p": "p.Gln90Glu",
"transcript": "NM_001322965.2",
"protein_id": "NP_001309894.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 439,
"cds_start": 268,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 343,
"cdna_end": null,
"cdna_length": 2034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "c.268C>G",
"hgvs_p": "p.Gln90Glu",
"transcript": "NM_001322966.2",
"protein_id": "NP_001309895.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 439,
"cds_start": 268,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 663,
"cdna_end": null,
"cdna_length": 2354,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "c.268C>G",
"hgvs_p": "p.Gln90Glu",
"transcript": "NM_001322967.2",
"protein_id": "NP_001309896.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 439,
"cds_start": 268,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 468,
"cdna_end": null,
"cdna_length": 2159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "c.268C>G",
"hgvs_p": "p.Gln90Glu",
"transcript": "NM_001322968.2",
"protein_id": "NP_001309897.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 439,
"cds_start": 268,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 555,
"cdna_end": null,
"cdna_length": 2246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "c.268C>G",
"hgvs_p": "p.Gln90Glu",
"transcript": "NM_001322969.2",
"protein_id": "NP_001309898.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 439,
"cds_start": 268,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 435,
"cdna_end": null,
"cdna_length": 2126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "c.268C>G",
"hgvs_p": "p.Gln90Glu",
"transcript": "NM_001322970.2",
"protein_id": "NP_001309899.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 439,
"cds_start": 268,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 651,
"cdna_end": null,
"cdna_length": 2342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "n.333C>G",
"hgvs_p": null,
"transcript": "ENST00000476917.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "n.504C>G",
"hgvs_p": null,
"transcript": "ENST00000490096.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "n.616C>G",
"hgvs_p": null,
"transcript": "ENST00000492376.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "c.-147C>G",
"hgvs_p": null,
"transcript": "NM_001171814.2",
"protein_id": "NP_001165285.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 301,
"cds_start": -4,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "c.-447C>G",
"hgvs_p": null,
"transcript": "NM_001322974.2",
"protein_id": "NP_001309903.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 239,
"cds_start": -4,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "c.199+3076C>G",
"hgvs_p": null,
"transcript": "NM_001322971.2",
"protein_id": "NP_001309900.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": -4,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1718,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"hgvs_c": "n.-106C>G",
"hgvs_p": null,
"transcript": "ENST00000467675.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "OAT",
"gene_hgnc_id": 8091,
"dbsnp": "rs121965060",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9922115802764893,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.947,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.4313,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.57,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.59,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.03,
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP2,PP3_Strong",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM1",
"PM2",
"PP2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000368845.6",
"gene_symbol": "OAT",
"hgnc_id": 8091,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.268C>G",
"hgvs_p": "p.Gln90Glu"
}
],
"clinvar_disease": "Ornithine aminotransferase deficiency",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Ornithine aminotransferase deficiency",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}