← 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: 9-133042193-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=133042193&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 133042193,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001122823.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87His",
"transcript": "NM_012087.4",
"protein_id": "NP_036219.2",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 519,
"cds_start": 260,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000372097.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012087.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87His",
"transcript": "ENST00000372097.10",
"protein_id": "ENSP00000361169.5",
"transcript_support_level": 1,
"aa_start": 87,
"aa_end": null,
"aa_length": 519,
"cds_start": 260,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012087.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372097.10"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87His",
"transcript": "ENST00000372108.9",
"protein_id": "ENSP00000361180.5",
"transcript_support_level": 1,
"aa_start": 87,
"aa_end": null,
"aa_length": 526,
"cds_start": 260,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372108.9"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87His",
"transcript": "NM_001122823.2",
"protein_id": "NP_001116295.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 526,
"cds_start": 260,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001122823.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68His",
"transcript": "ENST00000916424.1",
"protein_id": "ENSP00000586483.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 507,
"cds_start": 203,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916424.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.203G>A",
"hgvs_p": "p.Arg68His",
"transcript": "ENST00000902265.1",
"protein_id": "ENSP00000572324.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 500,
"cds_start": 203,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902265.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87His",
"transcript": "ENST00000902266.1",
"protein_id": "ENSP00000572325.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 484,
"cds_start": 260,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902266.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87His",
"transcript": "ENST00000916423.1",
"protein_id": "ENSP00000586482.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 467,
"cds_start": 260,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916423.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87His",
"transcript": "ENST00000342018.12",
"protein_id": "ENSP00000339530.7",
"transcript_support_level": 5,
"aa_start": 87,
"aa_end": null,
"aa_length": 457,
"cds_start": 260,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342018.12"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.119G>A",
"hgvs_p": "p.Arg40His",
"transcript": "ENST00000440319.5",
"protein_id": "ENSP00000389498.1",
"transcript_support_level": 5,
"aa_start": 40,
"aa_end": null,
"aa_length": 243,
"cds_start": 119,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440319.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87His",
"transcript": "XM_047424080.1",
"protein_id": "XP_047280036.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 537,
"cds_start": 260,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424080.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.119G>A",
"hgvs_p": "p.Arg40His",
"transcript": "XM_047424081.1",
"protein_id": "XP_047280037.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 490,
"cds_start": 119,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424081.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.119G>A",
"hgvs_p": "p.Arg40His",
"transcript": "XM_017015315.2",
"protein_id": "XP_016870804.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 479,
"cds_start": 119,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015315.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.119G>A",
"hgvs_p": "p.Arg40His",
"transcript": "XM_017015316.2",
"protein_id": "XP_016870805.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 472,
"cds_start": 119,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015316.2"
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.154-1535G>A",
"hgvs_p": null,
"transcript": "ENST00000916426.1",
"protein_id": "ENSP00000586485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 444,
"cds_start": null,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916426.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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.51-8590G>A",
"hgvs_p": null,
"transcript": "NM_001286709.2",
"protein_id": "NP_001273638.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 345,
"cds_start": null,
"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": "NM_001286709.2"
},
{
"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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.51-8590G>A",
"hgvs_p": null,
"transcript": "ENST00000372099.10",
"protein_id": "ENSP00000361171.7",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 345,
"cds_start": null,
"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": "ENST00000372099.10"
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.153+11029G>A",
"hgvs_p": null,
"transcript": "ENST00000916425.1",
"protein_id": "ENSP00000586484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 279,
"cds_start": null,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916425.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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "c.-2-1535G>A",
"hgvs_p": null,
"transcript": "ENST00000439697.1",
"protein_id": "ENSP00000393207.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 223,
"cds_start": null,
"cds_end": null,
"cds_length": 673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439697.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"hgvs_c": "n.148-1535G>A",
"hgvs_p": null,
"transcript": "ENST00000485692.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "pseudogene",
"feature": "ENST00000485692.1"
}
],
"gene_symbol": "GTF3C5",
"gene_hgnc_id": 4668,
"dbsnp": "rs147553955",
"frequency_reference_population": 0.0000402819,
"hom_count_reference_population": 0,
"allele_count_reference_population": 65,
"gnomad_exomes_af": 0.0000424288,
"gnomad_genomes_af": 0.0000196907,
"gnomad_exomes_ac": 62,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5070323348045349,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.318,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1082,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.004,
"phylop100way_prediction": "Uncertain_significance",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_001122823.2",
"gene_symbol": "GTF3C5",
"hgnc_id": 4668,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87His"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}