← 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-238344536-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=238344536&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 238344536,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000373327.5",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1199A>C",
"hgvs_p": "p.Asp400Ala",
"transcript": "NM_015650.4",
"protein_id": "NP_056465.2",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 691,
"cds_start": 1199,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 1344,
"cdna_end": null,
"cdna_length": 4199,
"mane_select": "ENST00000373327.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1199A>C",
"hgvs_p": "p.Asp400Ala",
"transcript": "ENST00000373327.5",
"protein_id": "ENSP00000362424.4",
"transcript_support_level": 1,
"aa_start": 400,
"aa_end": null,
"aa_length": 691,
"cds_start": 1199,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 1344,
"cdna_end": null,
"cdna_length": 4199,
"mane_select": "NM_015650.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1064-2919A>C",
"hgvs_p": null,
"transcript": "ENST00000391993.7",
"protein_id": "ENSP00000375851.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 625,
"cds_start": -4,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1301A>C",
"hgvs_p": "p.Asp434Ala",
"transcript": "XM_011510944.3",
"protein_id": "XP_011509246.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 725,
"cds_start": 1301,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 1446,
"cdna_end": null,
"cdna_length": 4304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1301A>C",
"hgvs_p": "p.Asp434Ala",
"transcript": "XM_017003789.2",
"protein_id": "XP_016859278.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 724,
"cds_start": 1301,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 1446,
"cdna_end": null,
"cdna_length": 4301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1229A>C",
"hgvs_p": "p.Asp410Ala",
"transcript": "XM_011510946.3",
"protein_id": "XP_011509248.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 701,
"cds_start": 1229,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 1374,
"cdna_end": null,
"cdna_length": 4232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1103A>C",
"hgvs_p": "p.Asp368Ala",
"transcript": "XM_011510948.3",
"protein_id": "XP_011509250.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 659,
"cds_start": 1103,
"cds_end": null,
"cds_length": 1980,
"cdna_start": 1248,
"cdna_end": null,
"cdna_length": 4106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.167A>C",
"hgvs_p": "p.Asp56Ala",
"transcript": "XM_011510950.3",
"protein_id": "XP_011509252.1",
"transcript_support_level": null,
"aa_start": 56,
"aa_end": null,
"aa_length": 347,
"cds_start": 167,
"cds_end": null,
"cds_length": 1044,
"cdna_start": 421,
"cdna_end": null,
"cdna_length": 3279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1262A>C",
"hgvs_p": "p.Asp421Ala",
"transcript": "XM_011510945.3",
"protein_id": "XP_011509247.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 712,
"cds_start": 1262,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 1407,
"cdna_end": null,
"cdna_length": 4265,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "n.1446A>C",
"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
},
{
"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": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1064-2919A>C",
"hgvs_p": null,
"transcript": "NM_001139490.1",
"protein_id": "NP_001132962.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 625,
"cds_start": -4,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.1064-2919A>C",
"hgvs_p": null,
"transcript": "XM_006712414.3",
"protein_id": "XP_006712477.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 624,
"cds_start": -4,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"hgvs_c": "c.992-2919A>C",
"hgvs_p": null,
"transcript": "XM_047443898.1",
"protein_id": "XP_047299854.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 601,
"cds_start": -4,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TRAF3IP1",
"gene_hgnc_id": 17861,
"dbsnp": "rs61756349",
"frequency_reference_population": 0.003481033,
"hom_count_reference_population": 17,
"allele_count_reference_population": 5619,
"gnomad_exomes_af": 0.00359474,
"gnomad_genomes_af": 0.00238977,
"gnomad_exomes_ac": 5255,
"gnomad_genomes_ac": 364,
"gnomad_exomes_homalt": 16,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.004920065402984619,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.104,
"revel_prediction": "Benign",
"alphamissense_score": 0.0844,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.702,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS1,BS2",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000373327.5",
"gene_symbol": "TRAF3IP1",
"hgnc_id": 17861,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1199A>C",
"hgvs_p": "p.Asp400Ala"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}