← 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: 2-238397627-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=238397627&ref=A&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 238397627,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000373327.5",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1858A>T",
"hgvs_p": "p.Met620Leu",
"transcript": "NM_015650.4",
"protein_id": "NP_056465.2",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 691,
"cds_start": 1858,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 2003,
"cdna_end": null,
"cdna_length": 4199,
"mane_select": "ENST00000373327.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1858A>T",
"hgvs_p": "p.Met620Leu",
"transcript": "ENST00000373327.5",
"protein_id": "ENSP00000362424.4",
"transcript_support_level": 1,
"aa_start": 620,
"aa_end": null,
"aa_length": 691,
"cds_start": 1858,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 2003,
"cdna_end": null,
"cdna_length": 4199,
"mane_select": "NM_015650.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1660A>T",
"hgvs_p": "p.Met554Leu",
"transcript": "ENST00000391993.7",
"protein_id": "ENSP00000375851.3",
"transcript_support_level": 1,
"aa_start": 554,
"aa_end": null,
"aa_length": 625,
"cds_start": 1660,
"cds_end": null,
"cds_length": 1878,
"cdna_start": 1882,
"cdna_end": null,
"cdna_length": 4003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1660A>T",
"hgvs_p": "p.Met554Leu",
"transcript": "NM_001139490.1",
"protein_id": "NP_001132962.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 625,
"cds_start": 1660,
"cds_end": null,
"cds_length": 1878,
"cdna_start": 1779,
"cdna_end": null,
"cdna_length": 3978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1960A>T",
"hgvs_p": "p.Met654Leu",
"transcript": "XM_011510944.3",
"protein_id": "XP_011509246.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 725,
"cds_start": 1960,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 2105,
"cdna_end": null,
"cdna_length": 4304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1957A>T",
"hgvs_p": "p.Met653Leu",
"transcript": "XM_017003789.2",
"protein_id": "XP_016859278.1",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 724,
"cds_start": 1957,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 2102,
"cdna_end": null,
"cdna_length": 4301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1921A>T",
"hgvs_p": "p.Met641Leu",
"transcript": "XM_011510945.3",
"protein_id": "XP_011509247.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 712,
"cds_start": 1921,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2066,
"cdna_end": null,
"cdna_length": 4265,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1888A>T",
"hgvs_p": "p.Met630Leu",
"transcript": "XM_011510946.3",
"protein_id": "XP_011509248.1",
"transcript_support_level": null,
"aa_start": 630,
"aa_end": null,
"aa_length": 701,
"cds_start": 1888,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 2033,
"cdna_end": null,
"cdna_length": 4232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1762A>T",
"hgvs_p": "p.Met588Leu",
"transcript": "XM_011510948.3",
"protein_id": "XP_011509250.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 659,
"cds_start": 1762,
"cds_end": null,
"cds_length": 1980,
"cdna_start": 1907,
"cdna_end": null,
"cdna_length": 4106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1657A>T",
"hgvs_p": "p.Met553Leu",
"transcript": "XM_006712414.3",
"protein_id": "XP_006712477.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 624,
"cds_start": 1657,
"cds_end": null,
"cds_length": 1875,
"cdna_start": 1802,
"cdna_end": null,
"cdna_length": 4001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1588A>T",
"hgvs_p": "p.Met530Leu",
"transcript": "XM_047443898.1",
"protein_id": "XP_047299854.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 601,
"cds_start": 1588,
"cds_end": null,
"cds_length": 1806,
"cdna_start": 1733,
"cdna_end": null,
"cdna_length": 3932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.826A>T",
"hgvs_p": "p.Met276Leu",
"transcript": "XM_011510950.3",
"protein_id": "XP_011509252.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 347,
"cds_start": 826,
"cds_end": null,
"cds_length": 1044,
"cdna_start": 1080,
"cdna_end": null,
"cdna_length": 3279,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "n.869A>T",
"hgvs_p": null,
"transcript": "ENST00000462122.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": 922,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "n.206A>T",
"hgvs_p": null,
"transcript": "ENST00000483951.1",
"protein_id": null,
"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": 476,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "n.*104A>T",
"hgvs_p": null,
"transcript": "XR_922902.3",
"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": 2087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"dbsnp": "rs3739070",
"frequency_reference_population": 0.000019280862,
"hom_count_reference_population": 0,
"allele_count_reference_population": 31,
"gnomad_exomes_af": 0.0000205998,
"gnomad_genomes_af": 0.0000066011,
"gnomad_exomes_ac": 30,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06258106231689453,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.062,
"revel_prediction": "Benign",
"alphamissense_score": 0.0704,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.81,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.126,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000373327.5",
"gene_symbol": "TRAF3IP1",
"hgnc_id": 17861,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1858A>T",
"hgvs_p": "p.Met620Leu"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}