← 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-138314339-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=138314339&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 19,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "NME9",
"hgnc_id": 21343,
"hgvs_c": "c.453G>A",
"hgvs_p": "p.Glu151Glu",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -19,
"transcript": "NM_001349018.2",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BA1",
"acmg_score": -19,
"allele_count_reference_population": 1139592,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.73,
"chr": "3",
"clinvar_classification": "Benign",
"clinvar_disease": "not provided,not specified",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.05000000074505806,
"computational_source_selected": "REVEL",
"consequences": [
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 330,
"aa_ref": "E",
"aa_start": 151,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2150,
"cdna_start": 969,
"cds_end": null,
"cds_length": 993,
"cds_start": 453,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001349018.2",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.453G>A",
"hgvs_p": "p.Glu151Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000333911.9",
"protein_coding": true,
"protein_id": "NP_001335947.1",
"strand": false,
"transcript": "NM_001349018.2",
"transcript_support_level": null
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 330,
"aa_ref": "E",
"aa_start": 151,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2150,
"cdna_start": 969,
"cds_end": null,
"cds_length": 993,
"cds_start": 453,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000333911.9",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.453G>A",
"hgvs_p": "p.Glu151Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001349018.2",
"protein_coding": true,
"protein_id": "ENSP00000335444.3",
"strand": false,
"transcript": "ENST00000333911.9",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1118,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000492993.5",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "n.270G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000419355.1",
"strand": false,
"transcript": "ENST00000492993.5",
"transcript_support_level": 1
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 330,
"aa_ref": "E",
"aa_start": 151,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1608,
"cdna_start": 651,
"cds_end": null,
"cds_length": 993,
"cds_start": 453,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000953094.1",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.453G>A",
"hgvs_p": "p.Glu151Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623153.1",
"strand": false,
"transcript": "ENST00000953094.1",
"transcript_support_level": null
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 291,
"aa_ref": "E",
"aa_start": 112,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1618,
"cdna_start": 437,
"cds_end": null,
"cds_length": 876,
"cds_start": 336,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001349024.2",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.336G>A",
"hgvs_p": "p.Glu112Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001335953.1",
"strand": false,
"transcript": "NM_001349024.2",
"transcript_support_level": null
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 291,
"aa_ref": "E",
"aa_start": 112,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2033,
"cdna_start": 852,
"cds_end": null,
"cds_length": 876,
"cds_start": 336,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001349025.2",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.336G>A",
"hgvs_p": "p.Glu112Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001335954.1",
"strand": false,
"transcript": "NM_001349025.2",
"transcript_support_level": null
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 291,
"aa_ref": "E",
"aa_start": 112,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1717,
"cdna_start": 536,
"cds_end": null,
"cds_length": 876,
"cds_start": 336,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000953093.1",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.336G>A",
"hgvs_p": "p.Glu112Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623152.1",
"strand": false,
"transcript": "ENST00000953093.1",
"transcript_support_level": null
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 269,
"aa_ref": "E",
"aa_start": 90,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2131,
"cdna_start": 950,
"cds_end": null,
"cds_length": 810,
"cds_start": 270,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001349022.2",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.270G>A",
"hgvs_p": "p.Glu90Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001335951.1",
"strand": false,
"transcript": "NM_001349022.2",
"transcript_support_level": null
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 267,
"aa_ref": "E",
"aa_start": 88,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1961,
"cdna_start": 780,
"cds_end": null,
"cds_length": 804,
"cds_start": 264,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001349020.2",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Glu88Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001335949.1",
"strand": false,
"transcript": "NM_001349020.2",
"transcript_support_level": null
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 263,
"aa_ref": "E",
"aa_start": 90,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2099,
"cdna_start": 473,
"cds_end": null,
"cds_length": 792,
"cds_start": 270,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_178130.4",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.270G>A",
"hgvs_p": "p.Glu90Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_835231.1",
"strand": false,
"transcript": "NM_178130.4",
"transcript_support_level": null
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 263,
"aa_ref": "E",
"aa_start": 90,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1930,
"cdna_start": 305,
"cds_end": null,
"cds_length": 792,
"cds_start": 270,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000317876.8",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.270G>A",
"hgvs_p": "p.Glu90Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000321929.4",
"strand": false,
"transcript": "ENST00000317876.8",
"transcript_support_level": 5
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 263,
"aa_ref": "E",
"aa_start": 90,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2133,
"cdna_start": 508,
"cds_end": null,
"cds_length": 792,
"cds_start": 270,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000383180.6",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.270G>A",
"hgvs_p": "p.Glu90Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000372667.2",
"strand": false,
"transcript": "ENST00000383180.6",
"transcript_support_level": 2
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 261,
"aa_ref": "E",
"aa_start": 88,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2406,
"cdna_start": 780,
"cds_end": null,
"cds_length": 786,
"cds_start": 264,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001349021.2",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Glu88Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001335950.1",
"strand": false,
"transcript": "NM_001349021.2",
"transcript_support_level": null
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 261,
"aa_ref": "E",
"aa_start": 88,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 825,
"cdna_start": 303,
"cds_end": null,
"cds_length": 786,
"cds_start": 264,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000484930.5",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Glu88Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000419882.1",
"strand": false,
"transcript": "ENST00000484930.5",
"transcript_support_level": 5
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 240,
"aa_ref": "E",
"aa_start": 61,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1975,
"cdna_start": 794,
"cds_end": null,
"cds_length": 723,
"cds_start": 183,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001349023.2",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.183G>A",
"hgvs_p": "p.Glu61Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001335952.1",
"strand": false,
"transcript": "NM_001349023.2",
"transcript_support_level": null
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 201,
"aa_ref": "E",
"aa_start": 151,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 660,
"cdna_start": 507,
"cds_end": null,
"cds_length": 606,
"cds_start": 453,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000475751.5",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.453G>A",
"hgvs_p": "p.Glu151Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000419147.1",
"strand": false,
"transcript": "ENST00000475751.5",
"transcript_support_level": 3
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 165,
"aa_ref": "E",
"aa_start": 81,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 800,
"cdna_start": 244,
"cds_end": null,
"cds_length": 498,
"cds_start": 243,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000474690.5",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.243G>A",
"hgvs_p": "p.Glu81Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000420435.1",
"strand": false,
"transcript": "ENST00000474690.5",
"transcript_support_level": 3
},
{
"aa_alt": "E",
"aa_end": null,
"aa_length": 318,
"aa_ref": "E",
"aa_start": 151,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2806,
"cdna_start": 969,
"cds_end": null,
"cds_length": 957,
"cds_start": 453,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_047448078.1",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "c.453G>A",
"hgvs_p": "p.Glu151Glu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047304034.1",
"strand": false,
"transcript": "XM_047448078.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 579,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000478220.5",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "n.368G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000478220.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1393,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XR_007095675.1",
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"hgvs_c": "n.969G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "XR_007095675.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs9289556",
"effect": "synonymous_variant",
"frequency_reference_population": 0.7136357,
"gene_hgnc_id": 21343,
"gene_symbol": "NME9",
"gnomad_exomes_ac": 1035350,
"gnomad_exomes_af": 0.716604,
"gnomad_exomes_homalt": 372833,
"gnomad_genomes_ac": 104242,
"gnomad_genomes_af": 0.685433,
"gnomad_genomes_homalt": 36091,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 408924,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Benign",
"phenotype_combined": "not specified|not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.362,
"pos": 138314339,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.05,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001349018.2"
}
]
}