← 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: 3-51064514-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=51064514&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 51064514,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "ENST00000266037.10",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 53,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "NM_004947.5",
"protein_id": "NP_004938.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2030,
"cds_start": 382,
"cds_end": null,
"cds_length": 6093,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9069,
"mane_select": "ENST00000266037.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 53,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "ENST00000266037.10",
"protein_id": "ENSP00000266037.8",
"transcript_support_level": 1,
"aa_start": 128,
"aa_end": null,
"aa_length": 2030,
"cds_start": 382,
"cds_end": null,
"cds_length": 6093,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9069,
"mane_select": "NM_004947.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 54,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_005264914.4",
"protein_id": "XP_005264971.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2071,
"cds_start": 382,
"cds_end": null,
"cds_length": 6216,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 54,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_005264915.4",
"protein_id": "XP_005264972.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2065,
"cds_start": 382,
"cds_end": null,
"cds_length": 6198,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 53,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_005264916.5",
"protein_id": "XP_005264973.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2062,
"cds_start": 382,
"cds_end": null,
"cds_length": 6189,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 54,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_005264917.4",
"protein_id": "XP_005264974.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2057,
"cds_start": 382,
"cds_end": null,
"cds_length": 6174,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9150,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 54,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_006713008.4",
"protein_id": "XP_006713071.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2050,
"cds_start": 382,
"cds_end": null,
"cds_length": 6153,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 53,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_047447595.1",
"protein_id": "XP_047303551.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2048,
"cds_start": 382,
"cds_end": null,
"cds_length": 6147,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 53,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_006713009.4",
"protein_id": "XP_006713072.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2042,
"cds_start": 382,
"cds_end": null,
"cds_length": 6129,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 53,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_047447596.1",
"protein_id": "XP_047303552.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2042,
"cds_start": 382,
"cds_end": null,
"cds_length": 6129,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 53,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_017005825.3",
"protein_id": "XP_016861314.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2024,
"cds_start": 382,
"cds_end": null,
"cds_length": 6075,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 53,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_005264918.5",
"protein_id": "XP_005264975.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2022,
"cds_start": 382,
"cds_end": null,
"cds_length": 6069,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_047447597.1",
"protein_id": "XP_047303553.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2021,
"cds_start": 382,
"cds_end": null,
"cds_length": 6066,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_047447598.1",
"protein_id": "XP_047303554.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2015,
"cds_start": 382,
"cds_end": null,
"cds_length": 6048,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_047447599.1",
"protein_id": "XP_047303555.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2013,
"cds_start": 382,
"cds_end": null,
"cds_length": 6042,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 53,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_047447600.1",
"protein_id": "XP_047303556.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2009,
"cds_start": 382,
"cds_end": null,
"cds_length": 6030,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 9006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_047447601.1",
"protein_id": "XP_047303557.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2001,
"cds_start": 382,
"cds_end": null,
"cds_length": 6006,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 8982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_047447602.1",
"protein_id": "XP_047303558.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 2001,
"cds_start": 382,
"cds_end": null,
"cds_length": 6006,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 8982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_047447603.1",
"protein_id": "XP_047303559.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1995,
"cds_start": 382,
"cds_end": null,
"cds_length": 5988,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 8964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 54,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.28C>T",
"hgvs_p": "p.Gln10*",
"transcript": "XM_047447605.1",
"protein_id": "XP_047303561.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 1953,
"cds_start": 28,
"cds_end": null,
"cds_length": 5862,
"cdna_start": 478,
"cdna_end": null,
"cdna_length": 8951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_017005826.3",
"protein_id": "XP_016861315.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1912,
"cds_start": 382,
"cds_end": null,
"cds_length": 5739,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 8666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_006713010.4",
"protein_id": "XP_006713073.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1869,
"cds_start": 382,
"cds_end": null,
"cds_length": 5610,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 8986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*",
"transcript": "XM_047447604.1",
"protein_id": "XP_047303560.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1854,
"cds_start": 382,
"cds_end": null,
"cds_length": 5565,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 8941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DOCK3",
"gene_hgnc_id": 2989,
"dbsnp": "rs1553749681",
"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": 0.6600000262260437,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"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": 0.66,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.879,
"phylop100way_prediction": "Pathogenic",
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000266037.10",
"gene_symbol": "DOCK3",
"hgnc_id": 2989,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Gln128*"
}
],
"clinvar_disease": " and ataxia, hypotonia,Inborn genetic diseases,Neurodevelopmental disorder with impaired intellectual development",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Inborn genetic diseases|Neurodevelopmental disorder with impaired intellectual development, hypotonia, and ataxia",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}