← 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-37751807-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=37751807&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 37751807,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000644935.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "c.5358G>A",
"hgvs_p": "p.Ser1786Ser",
"transcript": "NM_001039141.3",
"protein_id": "NP_001034230.1",
"transcript_support_level": null,
"aa_start": 1786,
"aa_end": null,
"aa_length": 2365,
"cds_start": 5358,
"cds_end": null,
"cds_length": 7098,
"cdna_start": 5569,
"cdna_end": null,
"cdna_length": 10085,
"mane_select": "ENST00000644935.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "c.5358G>A",
"hgvs_p": "p.Ser1786Ser",
"transcript": "ENST00000644935.1",
"protein_id": "ENSP00000496394.1",
"transcript_support_level": null,
"aa_start": 1786,
"aa_end": null,
"aa_length": 2365,
"cds_start": 5358,
"cds_end": null,
"cds_length": 7098,
"cdna_start": 5569,
"cdna_end": null,
"cdna_length": 10085,
"mane_select": "NM_001039141.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "c.219G>A",
"hgvs_p": "p.Ser73Ser",
"transcript": "ENST00000403663.6",
"protein_id": "ENSP00000386026.2",
"transcript_support_level": 1,
"aa_start": 73,
"aa_end": null,
"aa_length": 652,
"cds_start": 219,
"cds_end": null,
"cds_length": 1959,
"cdna_start": 224,
"cdna_end": null,
"cdna_length": 2324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "c.219G>A",
"hgvs_p": "p.Ser73Ser",
"transcript": "ENST00000407319.7",
"protein_id": "ENSP00000383913.2",
"transcript_support_level": 1,
"aa_start": 73,
"aa_end": null,
"aa_length": 431,
"cds_start": 219,
"cds_end": null,
"cds_length": 1296,
"cdna_start": 219,
"cdna_end": null,
"cdna_length": 2115,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "c.219G>A",
"hgvs_p": "p.Ser73Ser",
"transcript": "NM_007032.5",
"protein_id": "NP_008963.3",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 652,
"cds_start": 219,
"cds_end": null,
"cds_length": 1959,
"cdna_start": 223,
"cdna_end": null,
"cdna_length": 4739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "c.219G>A",
"hgvs_p": "p.Ser73Ser",
"transcript": "NM_138632.2",
"protein_id": "NP_619538.2",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 431,
"cds_start": 219,
"cds_end": null,
"cds_length": 1296,
"cdna_start": 223,
"cdna_end": null,
"cdna_length": 1727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "c.186G>A",
"hgvs_p": "p.Ser62Ser",
"transcript": "ENST00000428075.5",
"protein_id": "ENSP00000399006.1",
"transcript_support_level": 2,
"aa_start": 62,
"aa_end": null,
"aa_length": 309,
"cds_start": 186,
"cds_end": null,
"cds_length": 930,
"cdna_start": 187,
"cdna_end": null,
"cdna_length": 931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "c.96G>A",
"hgvs_p": "p.Ser32Ser",
"transcript": "ENST00000418339.5",
"protein_id": "ENSP00000396946.1",
"transcript_support_level": 2,
"aa_start": 32,
"aa_end": null,
"aa_length": 264,
"cds_start": 96,
"cds_end": null,
"cds_length": 795,
"cdna_start": 240,
"cdna_end": null,
"cdna_length": 939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "c.6G>A",
"hgvs_p": "p.Ser2Ser",
"transcript": "ENST00000417857.1",
"protein_id": "ENSP00000387881.1",
"transcript_support_level": 5,
"aa_start": 2,
"aa_end": null,
"aa_length": 255,
"cds_start": 6,
"cds_end": null,
"cds_length": 770,
"cdna_start": 155,
"cdna_end": null,
"cdna_length": 919,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "c.6G>A",
"hgvs_p": "p.Ser2Ser",
"transcript": "ENST00000452519.5",
"protein_id": "ENSP00000407542.1",
"transcript_support_level": 4,
"aa_start": 2,
"aa_end": null,
"aa_length": 82,
"cds_start": 6,
"cds_end": null,
"cds_length": 250,
"cdna_start": 342,
"cdna_end": null,
"cdna_length": 586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "n.*4841G>A",
"hgvs_p": null,
"transcript": "ENST00000344404.10",
"protein_id": "ENSP00000340312.6",
"transcript_support_level": 2,
"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": 7300,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "n.224G>A",
"hgvs_p": null,
"transcript": "ENST00000413051.2",
"protein_id": "ENSP00000400680.2",
"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": 904,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000307365",
"gene_hgnc_id": null,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000825465.1",
"protein_id": null,
"transcript_support_level": null,
"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": 613,
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000307365",
"gene_hgnc_id": null,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000825466.1",
"protein_id": null,
"transcript_support_level": null,
"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": 480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"hgvs_c": "n.*4841G>A",
"hgvs_p": null,
"transcript": "ENST00000344404.10",
"protein_id": "ENSP00000340312.6",
"transcript_support_level": 2,
"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": 7300,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TRIOBP",
"gene_hgnc_id": 17009,
"dbsnp": "rs139435527",
"frequency_reference_population": 0.0000068154923,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000615665,
"gnomad_genomes_af": 0.0000131461,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.18299999833106995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.183,
"revel_prediction": "Benign",
"alphamissense_score": 0.2366,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.75,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.57,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000644935.1",
"gene_symbol": "TRIOBP",
"hgnc_id": 17009,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.5358G>A",
"hgvs_p": "p.Ser1786Ser"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000825465.1",
"gene_symbol": "ENSG00000307365",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.33C>T",
"hgvs_p": null
}
],
"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
}