← 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-11212095-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=11212095&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 11212095,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "ENST00000294618.12",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK6",
"gene_hgnc_id": 19189,
"hgvs_c": "c.4548G>A",
"hgvs_p": "p.Thr1516Thr",
"transcript": "NM_020812.4",
"protein_id": "NP_065863.2",
"transcript_support_level": null,
"aa_start": 1516,
"aa_end": null,
"aa_length": 2047,
"cds_start": 4548,
"cds_end": null,
"cds_length": 6144,
"cdna_start": 4632,
"cdna_end": null,
"cdna_length": 6430,
"mane_select": "ENST00000294618.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK6",
"gene_hgnc_id": 19189,
"hgvs_c": "c.4548G>A",
"hgvs_p": "p.Thr1516Thr",
"transcript": "ENST00000294618.12",
"protein_id": "ENSP00000294618.6",
"transcript_support_level": 1,
"aa_start": 1516,
"aa_end": null,
"aa_length": 2047,
"cds_start": 4548,
"cds_end": null,
"cds_length": 6144,
"cdna_start": 4632,
"cdna_end": null,
"cdna_length": 6430,
"mane_select": "NM_020812.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK6",
"gene_hgnc_id": 19189,
"hgvs_c": "c.4653G>A",
"hgvs_p": "p.Thr1551Thr",
"transcript": "NM_001367830.1",
"protein_id": "NP_001354759.1",
"transcript_support_level": null,
"aa_start": 1551,
"aa_end": null,
"aa_length": 2082,
"cds_start": 4653,
"cds_end": null,
"cds_length": 6249,
"cdna_start": 4737,
"cdna_end": null,
"cdna_length": 6535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK6",
"gene_hgnc_id": 19189,
"hgvs_c": "c.4653G>A",
"hgvs_p": "p.Thr1551Thr",
"transcript": "ENST00000587656.6",
"protein_id": "ENSP00000468638.2",
"transcript_support_level": 5,
"aa_start": 1551,
"aa_end": null,
"aa_length": 2082,
"cds_start": 4653,
"cds_end": null,
"cds_length": 6249,
"cdna_start": 4653,
"cdna_end": null,
"cdna_length": 6249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK6",
"gene_hgnc_id": 19189,
"hgvs_c": "c.4746G>A",
"hgvs_p": "p.Thr1582Thr",
"transcript": "XM_005260000.3",
"protein_id": "XP_005260057.1",
"transcript_support_level": null,
"aa_start": 1582,
"aa_end": null,
"aa_length": 2113,
"cds_start": 4746,
"cds_end": null,
"cds_length": 6342,
"cdna_start": 4830,
"cdna_end": null,
"cdna_length": 6628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK6",
"gene_hgnc_id": 19189,
"hgvs_c": "c.4686G>A",
"hgvs_p": "p.Thr1562Thr",
"transcript": "XM_011528150.2",
"protein_id": "XP_011526452.1",
"transcript_support_level": null,
"aa_start": 1562,
"aa_end": null,
"aa_length": 2093,
"cds_start": 4686,
"cds_end": null,
"cds_length": 6282,
"cdna_start": 4770,
"cdna_end": null,
"cdna_length": 6568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK6",
"gene_hgnc_id": 19189,
"hgvs_c": "c.4674G>A",
"hgvs_p": "p.Thr1558Thr",
"transcript": "XM_011528151.2",
"protein_id": "XP_011526453.1",
"transcript_support_level": null,
"aa_start": 1558,
"aa_end": null,
"aa_length": 2089,
"cds_start": 4674,
"cds_end": null,
"cds_length": 6270,
"cdna_start": 4758,
"cdna_end": null,
"cdna_length": 6556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK6",
"gene_hgnc_id": 19189,
"hgvs_c": "c.4641G>A",
"hgvs_p": "p.Thr1547Thr",
"transcript": "XM_047439124.1",
"protein_id": "XP_047295080.1",
"transcript_support_level": null,
"aa_start": 1547,
"aa_end": null,
"aa_length": 2078,
"cds_start": 4641,
"cds_end": null,
"cds_length": 6237,
"cdna_start": 4725,
"cdna_end": null,
"cdna_length": 6523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK6",
"gene_hgnc_id": 19189,
"hgvs_c": "c.4581G>A",
"hgvs_p": "p.Thr1527Thr",
"transcript": "XM_011528152.2",
"protein_id": "XP_011526454.1",
"transcript_support_level": null,
"aa_start": 1527,
"aa_end": null,
"aa_length": 2058,
"cds_start": 4581,
"cds_end": null,
"cds_length": 6177,
"cdna_start": 4665,
"cdna_end": null,
"cdna_length": 6463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK6",
"gene_hgnc_id": 19189,
"hgvs_c": "c.1884G>A",
"hgvs_p": "p.Thr628Thr",
"transcript": "XM_006722804.4",
"protein_id": "XP_006722867.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 1159,
"cds_start": 1884,
"cds_end": null,
"cds_length": 3480,
"cdna_start": 1985,
"cdna_end": null,
"cdna_length": 3783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DOCK6-AS1",
"gene_hgnc_id": 56684,
"hgvs_c": "n.538-4042C>T",
"hgvs_p": null,
"transcript": "ENST00000588634.2",
"protein_id": null,
"transcript_support_level": 4,
"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": 2462,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DOCK6-AS1",
"gene_hgnc_id": 56684,
"hgvs_c": "n.538-4042C>T",
"hgvs_p": null,
"transcript": "NR_134909.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": 569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DOCK6-AS1",
"gene_hgnc_id": 56684,
"hgvs_c": "n.537+5987C>T",
"hgvs_p": null,
"transcript": "NR_186345.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": 2133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DOCK6",
"gene_hgnc_id": 19189,
"dbsnp": "rs377755210",
"frequency_reference_population": 0.00011412226,
"hom_count_reference_population": 0,
"allele_count_reference_population": 184,
"gnomad_exomes_af": 0.0000684856,
"gnomad_genomes_af": 0.000552109,
"gnomad_exomes_ac": 100,
"gnomad_genomes_ac": 84,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8299999833106995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.83,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -5.337,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "ENST00000294618.12",
"gene_symbol": "DOCK6",
"hgnc_id": 19189,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.4548G>A",
"hgvs_p": "p.Thr1516Thr"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "ENST00000588634.2",
"gene_symbol": "DOCK6-AS1",
"hgnc_id": 56684,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.538-4042C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:1",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}