← 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: 4-188099165-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=188099165&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 188099165,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001303419.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.491G>A",
"hgvs_p": "p.Arg164His",
"transcript": "NM_173553.4",
"protein_id": "NP_775824.2",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 437,
"cds_start": 491,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000682553.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173553.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.491G>A",
"hgvs_p": "p.Arg164His",
"transcript": "ENST00000682553.1",
"protein_id": "ENSP00000507413.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 437,
"cds_start": 491,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_173553.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682553.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.491G>A",
"hgvs_p": "p.Arg164His",
"transcript": "ENST00000512729.5",
"protein_id": "ENSP00000422581.2",
"transcript_support_level": 1,
"aa_start": 164,
"aa_end": null,
"aa_length": 437,
"cds_start": 491,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512729.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.371G>A",
"hgvs_p": "p.Arg124His",
"transcript": "ENST00000326754.7",
"protein_id": "ENSP00000317498.4",
"transcript_support_level": 1,
"aa_start": 124,
"aa_end": null,
"aa_length": 422,
"cds_start": 371,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000326754.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "n.206G>A",
"hgvs_p": null,
"transcript": "ENST00000503141.1",
"protein_id": "ENSP00000426074.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000503141.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "n.206G>A",
"hgvs_p": null,
"transcript": "ENST00000503475.5",
"protein_id": "ENSP00000421575.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000503475.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.491G>A",
"hgvs_p": "p.Arg164His",
"transcript": "NM_001303419.1",
"protein_id": "NP_001290348.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 462,
"cds_start": 491,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001303419.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.491G>A",
"hgvs_p": "p.Arg164His",
"transcript": "ENST00000913513.1",
"protein_id": "ENSP00000583572.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 437,
"cds_start": 491,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913513.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.491G>A",
"hgvs_p": "p.Arg164His",
"transcript": "ENST00000913515.1",
"protein_id": "ENSP00000583574.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 437,
"cds_start": 491,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913515.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.296G>A",
"hgvs_p": "p.Arg99His",
"transcript": "ENST00000913514.1",
"protein_id": "ENSP00000583573.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 372,
"cds_start": 296,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913514.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.491G>A",
"hgvs_p": "p.Arg164His",
"transcript": "XM_047449767.1",
"protein_id": "XP_047305723.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 462,
"cds_start": 491,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449767.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.491G>A",
"hgvs_p": "p.Arg164His",
"transcript": "XM_011531737.3",
"protein_id": "XP_011530039.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 437,
"cds_start": 491,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531737.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.491G>A",
"hgvs_p": "p.Arg164His",
"transcript": "XM_011531738.3",
"protein_id": "XP_011530040.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 437,
"cds_start": 491,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531738.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.215G>A",
"hgvs_p": "p.Arg72His",
"transcript": "XM_011531739.2",
"protein_id": "XP_011530041.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 345,
"cds_start": 215,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531739.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.491G>A",
"hgvs_p": "p.Arg164His",
"transcript": "XM_047449765.1",
"protein_id": "XP_047305721.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 261,
"cds_start": 491,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449765.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.491G>A",
"hgvs_p": "p.Arg164His",
"transcript": "XM_047449766.1",
"protein_id": "XP_047305722.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 213,
"cds_start": 491,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449766.1"
},
{
"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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.481-1819G>A",
"hgvs_p": null,
"transcript": "ENST00000913516.1",
"protein_id": "ENSP00000583575.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 390,
"cds_start": null,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913516.1"
},
{
"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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "c.481-1819G>A",
"hgvs_p": null,
"transcript": "ENST00000913517.1",
"protein_id": "ENSP00000583576.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 390,
"cds_start": null,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913517.1"
},
{
"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": "TRIML2",
"gene_hgnc_id": 26378,
"hgvs_c": "n.716G>A",
"hgvs_p": null,
"transcript": "ENST00000511771.1",
"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": "retained_intron",
"feature": "ENST00000511771.1"
}
],
"gene_symbol": "TRIML2",
"gene_hgnc_id": 26378,
"dbsnp": "rs150263298",
"frequency_reference_population": 0.0011589186,
"hom_count_reference_population": 1,
"allele_count_reference_population": 1864,
"gnomad_exomes_af": 0.00120734,
"gnomad_genomes_af": 0.000695958,
"gnomad_exomes_ac": 1758,
"gnomad_genomes_ac": 106,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.013650864362716675,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.01,
"revel_prediction": "Benign",
"alphamissense_score": 0.0734,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.68,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.651,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001303419.1",
"gene_symbol": "TRIML2",
"hgnc_id": 26378,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.491G>A",
"hgvs_p": "p.Arg164His"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}