← 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-196771828-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=196771828&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 196771828,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_012086.5",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.2180T>A",
"hgvs_p": "p.Leu727Gln",
"transcript": "NM_012086.5",
"protein_id": "NP_036218.1",
"transcript_support_level": null,
"aa_start": 727,
"aa_end": null,
"aa_length": 886,
"cds_start": 2180,
"cds_end": null,
"cds_length": 2661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000263956.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012086.5"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.2180T>A",
"hgvs_p": "p.Leu727Gln",
"transcript": "ENST00000263956.8",
"protein_id": "ENSP00000263956.3",
"transcript_support_level": 1,
"aa_start": 727,
"aa_end": null,
"aa_length": 886,
"cds_start": 2180,
"cds_end": null,
"cds_length": 2661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012086.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263956.8"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.2207T>A",
"hgvs_p": "p.Leu736Gln",
"transcript": "ENST00000929329.1",
"protein_id": "ENSP00000599388.1",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 895,
"cds_start": 2207,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929329.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.2204T>A",
"hgvs_p": "p.Leu735Gln",
"transcript": "ENST00000929328.1",
"protein_id": "ENSP00000599387.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 894,
"cds_start": 2204,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929328.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.2177T>A",
"hgvs_p": "p.Leu726Gln",
"transcript": "ENST00000929326.1",
"protein_id": "ENSP00000599385.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 885,
"cds_start": 2177,
"cds_end": null,
"cds_length": 2658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929326.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.2180T>A",
"hgvs_p": "p.Leu727Gln",
"transcript": "ENST00000897140.1",
"protein_id": "ENSP00000567199.1",
"transcript_support_level": null,
"aa_start": 727,
"aa_end": null,
"aa_length": 884,
"cds_start": 2180,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897140.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.2147T>A",
"hgvs_p": "p.Leu716Gln",
"transcript": "ENST00000897139.1",
"protein_id": "ENSP00000567198.1",
"transcript_support_level": null,
"aa_start": 716,
"aa_end": null,
"aa_length": 875,
"cds_start": 2147,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897139.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.2093T>A",
"hgvs_p": "p.Leu698Gln",
"transcript": "ENST00000897141.1",
"protein_id": "ENSP00000567200.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 857,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897141.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.2180T>A",
"hgvs_p": "p.Leu727Gln",
"transcript": "ENST00000897138.1",
"protein_id": "ENSP00000567197.1",
"transcript_support_level": null,
"aa_start": 727,
"aa_end": null,
"aa_length": 835,
"cds_start": 2180,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897138.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.1979T>A",
"hgvs_p": "p.Leu660Gln",
"transcript": "ENST00000929327.1",
"protein_id": "ENSP00000599386.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 819,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929327.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.2093T>A",
"hgvs_p": "p.Leu698Gln",
"transcript": "ENST00000951329.1",
"protein_id": "ENSP00000621388.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 806,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951329.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.1739T>A",
"hgvs_p": "p.Leu580Gln",
"transcript": "ENST00000897137.1",
"protein_id": "ENSP00000567196.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 739,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897137.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "c.1004T>A",
"hgvs_p": "p.Leu335Gln",
"transcript": "XM_005246965.5",
"protein_id": "XP_005247022.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 494,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246965.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "n.*512T>A",
"hgvs_p": null,
"transcript": "ENST00000651042.1",
"protein_id": "ENSP00000499170.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000651042.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"hgvs_c": "n.*512T>A",
"hgvs_p": null,
"transcript": "ENST00000651042.1",
"protein_id": "ENSP00000499170.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000651042.1"
}
],
"gene_symbol": "GTF3C3",
"gene_hgnc_id": 4666,
"dbsnp": "rs767752464",
"frequency_reference_population": 6.846961e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84696e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6503220796585083,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.221,
"revel_prediction": "Benign",
"alphamissense_score": 0.7798,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 9.114,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_012086.5",
"gene_symbol": "GTF3C3",
"hgnc_id": 4666,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2180T>A",
"hgvs_p": "p.Leu727Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}