← 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: 19-55154809-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=55154809&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 55154809,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000344887.10",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.304G>A",
"hgvs_p": "p.Ala102Thr",
"transcript": "NM_000363.5",
"protein_id": "NP_000354.4",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 210,
"cds_start": 304,
"cds_end": null,
"cds_length": 633,
"cdna_start": 447,
"cdna_end": null,
"cdna_length": 843,
"mane_select": "ENST00000344887.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.304G>A",
"hgvs_p": "p.Ala102Thr",
"transcript": "ENST00000344887.10",
"protein_id": "ENSP00000341838.5",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 210,
"cds_start": 304,
"cds_end": null,
"cds_length": 633,
"cdna_start": 447,
"cdna_end": null,
"cdna_length": 843,
"mane_select": "NM_000363.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000267110",
"gene_hgnc_id": null,
"hgvs_c": "n.*406G>A",
"hgvs_p": null,
"transcript": "ENST00000587871.1",
"protein_id": "ENSP00000473050.1",
"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": 975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000267110",
"gene_hgnc_id": null,
"hgvs_c": "n.*406G>A",
"hgvs_p": null,
"transcript": "ENST00000587871.1",
"protein_id": "ENSP00000473050.1",
"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": 975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.304G>A",
"hgvs_p": "p.Ala102Thr",
"transcript": "ENST00000665070.1",
"protein_id": "ENSP00000499482.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 221,
"cds_start": 304,
"cds_end": null,
"cds_length": 666,
"cdna_start": 447,
"cdna_end": null,
"cdna_length": 871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.292G>A",
"hgvs_p": "p.Ala98Thr",
"transcript": "ENST00000714238.1",
"protein_id": "ENSP00000519518.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 206,
"cds_start": 292,
"cds_end": null,
"cds_length": 621,
"cdna_start": 435,
"cdna_end": null,
"cdna_length": 831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "ENST00000714236.1",
"protein_id": "ENSP00000519516.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 196,
"cds_start": 262,
"cds_end": null,
"cds_length": 591,
"cdna_start": 405,
"cdna_end": null,
"cdna_length": 801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.229G>A",
"hgvs_p": "p.Ala77Thr",
"transcript": "ENST00000588882.1",
"protein_id": "ENSP00000466729.1",
"transcript_support_level": 2,
"aa_start": 77,
"aa_end": null,
"aa_length": 185,
"cds_start": 229,
"cds_end": null,
"cds_length": 558,
"cdna_start": 277,
"cdna_end": null,
"cdna_length": 669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.220G>A",
"hgvs_p": "p.Ala74Thr",
"transcript": "ENST00000714237.1",
"protein_id": "ENSP00000519517.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 182,
"cds_start": 220,
"cds_end": null,
"cds_length": 549,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 759,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Ala33Thr",
"transcript": "ENST00000714240.1",
"protein_id": "ENSP00000519520.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 141,
"cds_start": 97,
"cds_end": null,
"cds_length": 426,
"cdna_start": 145,
"cdna_end": null,
"cdna_length": 537,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.303G>A",
"hgvs_p": null,
"transcript": "ENST00000585806.5",
"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": 699,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.312G>A",
"hgvs_p": null,
"transcript": "ENST00000586669.5",
"protein_id": null,
"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": 477,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.*75G>A",
"hgvs_p": null,
"transcript": "ENST00000586858.2",
"protein_id": "ENSP00000465258.2",
"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": 774,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.488G>A",
"hgvs_p": null,
"transcript": "ENST00000587176.5",
"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": 992,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.476G>A",
"hgvs_p": null,
"transcript": "ENST00000590463.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": 539,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.303G>A",
"hgvs_p": null,
"transcript": "ENST00000714235.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": 397,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.347G>A",
"hgvs_p": null,
"transcript": "ENST00000714239.1",
"protein_id": "ENSP00000519519.1",
"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": 787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.*75G>A",
"hgvs_p": null,
"transcript": "ENST00000586858.2",
"protein_id": "ENSP00000465258.2",
"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": 774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"dbsnp": "rs374618872",
"frequency_reference_population": 0.000023543173,
"hom_count_reference_population": 0,
"allele_count_reference_population": 38,
"gnomad_exomes_af": 0.0000232585,
"gnomad_genomes_af": 0.0000262771,
"gnomad_exomes_ac": 34,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.15623505413532257,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "CardioboostCm",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.572,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0781,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": -0.255,
"phylop100way_prediction": "Benign",
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BP6",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 3,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000344887.10",
"gene_symbol": "TNNI3",
"hgnc_id": 11947,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.304G>A",
"hgvs_p": "p.Ala102Thr"
},
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000587871.1",
"gene_symbol": "ENSG00000267110",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*406G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Cardiomyopathy,Cardiovascular phenotype,Hypertrophic cardiomyopathy,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:6 LB:2",
"phenotype_combined": "not specified|Cardiomyopathy|Hypertrophic cardiomyopathy|Cardiovascular phenotype",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}