← 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: 16-50153807-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=50153807&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 50153807,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001365324.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"hgvs_c": "c.186C>T",
"hgvs_p": "p.Ser62Ser",
"transcript": "NM_001365324.3",
"protein_id": "NP_001352253.1",
"transcript_support_level": null,
"aa_start": 62,
"aa_end": null,
"aa_length": 713,
"cds_start": 186,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000561678.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365324.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"hgvs_c": "c.186C>T",
"hgvs_p": "p.Ser62Ser",
"transcript": "ENST00000561678.7",
"protein_id": "ENSP00000455837.3",
"transcript_support_level": 5,
"aa_start": 62,
"aa_end": null,
"aa_length": 713,
"cds_start": 186,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001365324.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561678.7"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"hgvs_c": "c.141C>T",
"hgvs_p": "p.Ser47Ser",
"transcript": "NM_001040284.3",
"protein_id": "NP_001035374.2",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 698,
"cds_start": 141,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001040284.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"hgvs_c": "c.141C>T",
"hgvs_p": "p.Ser47Ser",
"transcript": "ENST00000436909.8",
"protein_id": "ENSP00000396995.3",
"transcript_support_level": 2,
"aa_start": 47,
"aa_end": null,
"aa_length": 698,
"cds_start": 141,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436909.8"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"hgvs_c": "c.126C>T",
"hgvs_p": "p.Ser42Ser",
"transcript": "NM_001365323.2",
"protein_id": "NP_001352252.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 693,
"cds_start": 126,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365323.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"hgvs_c": "c.141C>T",
"hgvs_p": "p.Ser47Ser",
"transcript": "NM_001040285.3",
"protein_id": "NP_001035375.2",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 651,
"cds_start": 141,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001040285.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"hgvs_c": "c.144C>T",
"hgvs_p": "p.Ser48Ser",
"transcript": "XM_011523275.4",
"protein_id": "XP_011521577.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 699,
"cds_start": 144,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523275.4"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"hgvs_c": "c.186C>T",
"hgvs_p": "p.Ser62Ser",
"transcript": "XM_047434475.1",
"protein_id": "XP_047290431.1",
"transcript_support_level": null,
"aa_start": 62,
"aa_end": null,
"aa_length": 666,
"cds_start": 186,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434475.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"hgvs_c": "c.144C>T",
"hgvs_p": "p.Ser48Ser",
"transcript": "XM_011523276.3",
"protein_id": "XP_011521578.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 652,
"cds_start": 144,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523276.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"hgvs_c": "c.126C>T",
"hgvs_p": "p.Ser42Ser",
"transcript": "XM_047434476.1",
"protein_id": "XP_047290432.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 646,
"cds_start": 126,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434476.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"hgvs_c": "c.80+775C>T",
"hgvs_p": null,
"transcript": "XM_011523278.3",
"protein_id": "XP_011521580.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523278.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"hgvs_c": "c.80+775C>T",
"hgvs_p": null,
"transcript": "XM_047434477.1",
"protein_id": "XP_047290433.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": null,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434477.1"
}
],
"gene_symbol": "TENT4B",
"gene_hgnc_id": 30758,
"dbsnp": "rs1053012218",
"frequency_reference_population": 0.000028013605,
"hom_count_reference_population": 0,
"allele_count_reference_population": 34,
"gnomad_exomes_af": 0.0000300568,
"gnomad_genomes_af": 0.0000134189,
"gnomad_exomes_ac": 32,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6299999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.736,
"phylop100way_prediction": "Benign",
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001365324.3",
"gene_symbol": "TENT4B",
"hgnc_id": 30758,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.186C>T",
"hgvs_p": "p.Ser62Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}