← 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-55156299-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=55156299&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 55156299,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000344887.10",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.184G>T",
"hgvs_p": "p.Glu62*",
"transcript": "NM_000363.5",
"protein_id": "NP_000354.4",
"transcript_support_level": null,
"aa_start": 62,
"aa_end": null,
"aa_length": 210,
"cds_start": 184,
"cds_end": null,
"cds_length": 633,
"cdna_start": 327,
"cdna_end": null,
"cdna_length": 843,
"mane_select": "ENST00000344887.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.184G>T",
"hgvs_p": "p.Glu62*",
"transcript": "ENST00000344887.10",
"protein_id": "ENSP00000341838.5",
"transcript_support_level": 1,
"aa_start": 62,
"aa_end": null,
"aa_length": 210,
"cds_start": 184,
"cds_end": null,
"cds_length": 633,
"cdna_start": 327,
"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.*286G>T",
"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.*286G>T",
"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": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.184G>T",
"hgvs_p": "p.Glu62*",
"transcript": "ENST00000665070.1",
"protein_id": "ENSP00000499482.1",
"transcript_support_level": null,
"aa_start": 62,
"aa_end": null,
"aa_length": 221,
"cds_start": 184,
"cds_end": null,
"cds_length": 666,
"cdna_start": 327,
"cdna_end": null,
"cdna_length": 871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.172G>T",
"hgvs_p": "p.Glu58*",
"transcript": "ENST00000714238.1",
"protein_id": "ENSP00000519518.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 206,
"cds_start": 172,
"cds_end": null,
"cds_length": 621,
"cdna_start": 315,
"cdna_end": null,
"cdna_length": 831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.142G>T",
"hgvs_p": "p.Glu48*",
"transcript": "ENST00000714236.1",
"protein_id": "ENSP00000519516.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 196,
"cds_start": 142,
"cds_end": null,
"cds_length": 591,
"cdna_start": 285,
"cdna_end": null,
"cdna_length": 801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.109G>T",
"hgvs_p": "p.Glu37*",
"transcript": "ENST00000588882.1",
"protein_id": "ENSP00000466729.1",
"transcript_support_level": 2,
"aa_start": 37,
"aa_end": null,
"aa_length": 185,
"cds_start": 109,
"cds_end": null,
"cds_length": 558,
"cdna_start": 157,
"cdna_end": null,
"cdna_length": 669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.100G>T",
"hgvs_p": "p.Glu34*",
"transcript": "ENST00000714237.1",
"protein_id": "ENSP00000519517.1",
"transcript_support_level": null,
"aa_start": 34,
"aa_end": null,
"aa_length": 182,
"cds_start": 100,
"cds_end": null,
"cds_length": 549,
"cdna_start": 243,
"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.183G>T",
"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.192G>T",
"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.147G>T",
"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.368G>T",
"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.356G>T",
"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.183G>T",
"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.109G>T",
"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+304G>T",
"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": "rs1357844466",
"frequency_reference_population": 0.0000018627524,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000137143,
"gnomad_genomes_af": 0.00000657073,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5899999737739563,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.5001,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.59,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.746,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.08,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000344887.10",
"gene_symbol": "TNNI3",
"hgnc_id": 11947,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.184G>T",
"hgvs_p": "p.Glu62*"
},
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000587871.1",
"gene_symbol": "ENSG00000267110",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*286G>T",
"hgvs_p": null
}
],
"clinvar_disease": "Dilated cardiomyopathy 1FF,Dilated cardiomyopathy 2A",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:1 US:1",
"phenotype_combined": "Dilated cardiomyopathy 1FF|Dilated cardiomyopathy 2A;Dilated cardiomyopathy 1FF",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}