← 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-51354360-TG-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=51354360&ref=TG&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 51354360,
"ref": "TG",
"alt": "T",
"effect": "frameshift_variant",
"transcript": "NM_001014763.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.278delC",
"hgvs_p": "p.Pro93fs",
"transcript": "ENST00000354232.8",
"protein_id": "ENSP00000346173.3",
"transcript_support_level": 1,
"aa_start": 93,
"aa_end": null,
"aa_length": 346,
"cds_start": 278,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354232.8"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "NM_001985.3",
"protein_id": "NP_001976.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 255,
"cds_start": null,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000309244.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001985.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "ENST00000309244.9",
"protein_id": "ENSP00000311930.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 255,
"cds_start": null,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001985.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000309244.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000269403",
"gene_hgnc_id": null,
"hgvs_c": "n.116-53delC",
"hgvs_p": null,
"transcript": "ENST00000600067.1",
"protein_id": "ENSP00000469452.1",
"transcript_support_level": 5,
"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": "ENST00000600067.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.278delC",
"hgvs_p": "p.Pro93fs",
"transcript": "NM_001014763.1",
"protein_id": "NP_001014763.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 346,
"cds_start": 278,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001014763.1"
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "ENST00000903309.1",
"protein_id": "ENSP00000573368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903309.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "ENST00000903308.1",
"protein_id": "ENSP00000573367.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": null,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903308.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "ENST00000903304.1",
"protein_id": "ENSP00000573363.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 254,
"cds_start": null,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903304.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "ENST00000903307.1",
"protein_id": "ENSP00000573366.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 252,
"cds_start": null,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903307.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "ENST00000903310.1",
"protein_id": "ENSP00000573369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 251,
"cds_start": null,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903310.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "ENST00000903306.1",
"protein_id": "ENSP00000573365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": null,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903306.1"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "ENST00000903303.1",
"protein_id": "ENSP00000573362.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 234,
"cds_start": null,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903303.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "ENST00000903302.1",
"protein_id": "ENSP00000573361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 224,
"cds_start": null,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903302.1"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "ENST00000903305.1",
"protein_id": "ENSP00000573364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 202,
"cds_start": null,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903305.1"
},
{
"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": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "ENST00000922469.1",
"protein_id": "ENSP00000592528.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 181,
"cds_start": null,
"cds_end": null,
"cds_length": 546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922469.1"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-53delC",
"hgvs_p": null,
"transcript": "ENST00000596253.1",
"protein_id": "ENSP00000469628.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 177,
"cds_start": null,
"cds_end": null,
"cds_length": 535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000596253.1"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.58-7303delC",
"hgvs_p": null,
"transcript": "ENST00000970335.1",
"protein_id": "ENSP00000640394.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 128,
"cds_start": null,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970335.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "c.-54-53delC",
"hgvs_p": null,
"transcript": "XM_024451418.2",
"protein_id": "XP_024307186.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": null,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451418.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"hgvs_c": "n.81-53delC",
"hgvs_p": null,
"transcript": "ENST00000593992.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": "retained_intron",
"feature": "ENST00000593992.1"
}
],
"gene_symbol": "ETFB",
"gene_hgnc_id": 3482,
"dbsnp": "rs74357706",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"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": -3.083,
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PM2"
],
"verdict": "Pathogenic",
"transcript": "NM_001014763.1",
"gene_symbol": "ETFB",
"hgnc_id": 3482,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.278delC",
"hgvs_p": "p.Pro93fs"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000600067.1",
"gene_symbol": "ENSG00000269403",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.116-53delC",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}