← 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-55156278-GC-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=55156278&ref=GC&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 55156278,
"ref": "GC",
"alt": "G",
"effect": "frameshift_variant",
"transcript": "ENST00000344887.10",
"consequences": [
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.204delG",
"hgvs_p": "p.Arg69fs",
"transcript": "NM_000363.5",
"protein_id": "NP_000354.4",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 210,
"cds_start": 204,
"cds_end": null,
"cds_length": 633,
"cdna_start": 347,
"cdna_end": null,
"cdna_length": 843,
"mane_select": "ENST00000344887.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.204delG",
"hgvs_p": "p.Arg69fs",
"transcript": "ENST00000344887.10",
"protein_id": "ENSP00000341838.5",
"transcript_support_level": 1,
"aa_start": 68,
"aa_end": null,
"aa_length": 210,
"cds_start": 204,
"cds_end": null,
"cds_length": 633,
"cdna_start": 347,
"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": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000267110",
"gene_hgnc_id": null,
"hgvs_c": "n.*306delG",
"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": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000267110",
"gene_hgnc_id": null,
"hgvs_c": "n.*306delG",
"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": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.204delG",
"hgvs_p": "p.Arg69fs",
"transcript": "ENST00000665070.1",
"protein_id": "ENSP00000499482.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 221,
"cds_start": 204,
"cds_end": null,
"cds_length": 666,
"cdna_start": 347,
"cdna_end": null,
"cdna_length": 871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.192delG",
"hgvs_p": "p.Arg65fs",
"transcript": "ENST00000714238.1",
"protein_id": "ENSP00000519518.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 206,
"cds_start": 192,
"cds_end": null,
"cds_length": 621,
"cdna_start": 335,
"cdna_end": null,
"cdna_length": 831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.162delG",
"hgvs_p": "p.Arg55fs",
"transcript": "ENST00000714236.1",
"protein_id": "ENSP00000519516.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 196,
"cds_start": 162,
"cds_end": null,
"cds_length": 591,
"cdna_start": 305,
"cdna_end": null,
"cdna_length": 801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.129delG",
"hgvs_p": "p.Arg44fs",
"transcript": "ENST00000588882.1",
"protein_id": "ENSP00000466729.1",
"transcript_support_level": 2,
"aa_start": 43,
"aa_end": null,
"aa_length": 185,
"cds_start": 129,
"cds_end": null,
"cds_length": 558,
"cdna_start": 177,
"cdna_end": null,
"cdna_length": 669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.120delG",
"hgvs_p": "p.Arg41fs",
"transcript": "ENST00000714237.1",
"protein_id": "ENSP00000519517.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 182,
"cds_start": 120,
"cds_end": null,
"cds_length": 549,
"cdna_start": 263,
"cdna_end": null,
"cdna_length": 759,
"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": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.203delG",
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.212delG",
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.167delG",
"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": 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.388delG",
"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": 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.376delG",
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.203delG",
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "n.129delG",
"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": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"hgvs_c": "c.75+324delG",
"hgvs_p": null,
"transcript": "ENST00000714240.1",
"protein_id": "ENSP00000519520.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 141,
"cds_start": -4,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TNNI3",
"gene_hgnc_id": 11947,
"dbsnp": "rs727504872",
"frequency_reference_population": 0.000016761504,
"hom_count_reference_population": 0,
"allele_count_reference_population": 27,
"gnomad_exomes_af": 0.0000164529,
"gnomad_genomes_af": 0.0000197205,
"gnomad_exomes_ac": 24,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.1,
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1,PP5",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PVS1",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000344887.10",
"gene_symbol": "TNNI3",
"hgnc_id": 11947,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.204delG",
"hgvs_p": "p.Arg69fs"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000587871.1",
"gene_symbol": "ENSG00000267110",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*306delG",
"hgvs_p": null
}
],
"clinvar_disease": "Cardiomyopathy,Cardiovascular phenotype,Dilated cardiomyopathy 2A,Hypertrophic cardiomyopathy,Myocarditis,Primary dilated cardiomyopathy,Primary familial dilated cardiomyopathy,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:5 LP:4 US:5",
"phenotype_combined": "not specified|not provided|Cardiomyopathy|Primary dilated cardiomyopathy;Myocarditis|Hypertrophic cardiomyopathy|Dilated cardiomyopathy 2A|Primary familial dilated cardiomyopathy|Cardiovascular phenotype",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}