← 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-14924032-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=14924032&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 14924032,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_152536.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.3962C>T",
"hgvs_p": "p.Pro1321Leu",
"transcript": "NM_152536.4",
"protein_id": "NP_689749.3",
"transcript_support_level": null,
"aa_start": 1321,
"aa_end": null,
"aa_length": 1462,
"cds_start": 3962,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000285046.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152536.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.3962C>T",
"hgvs_p": "p.Pro1321Leu",
"transcript": "ENST00000285046.10",
"protein_id": "ENSP00000285046.5",
"transcript_support_level": 1,
"aa_start": 1321,
"aa_end": null,
"aa_length": 1462,
"cds_start": 3962,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_152536.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000285046.10"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.3239C>T",
"hgvs_p": "p.Pro1080Leu",
"transcript": "ENST00000543601.5",
"protein_id": "ENSP00000445949.1",
"transcript_support_level": 1,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1178,
"cds_start": 3239,
"cds_end": null,
"cds_length": 3537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000543601.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "n.1499C>T",
"hgvs_p": null,
"transcript": "ENST00000476851.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "pseudogene",
"feature": "ENST00000476851.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.3971C>T",
"hgvs_p": "p.Pro1324Leu",
"transcript": "ENST00000969464.1",
"protein_id": "ENSP00000639523.1",
"transcript_support_level": null,
"aa_start": 1324,
"aa_end": null,
"aa_length": 1465,
"cds_start": 3971,
"cds_end": null,
"cds_length": 4398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969464.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.3968C>T",
"hgvs_p": "p.Pro1323Leu",
"transcript": "ENST00000859932.1",
"protein_id": "ENSP00000529991.1",
"transcript_support_level": null,
"aa_start": 1323,
"aa_end": null,
"aa_length": 1464,
"cds_start": 3968,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859932.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.3965C>T",
"hgvs_p": "p.Pro1322Leu",
"transcript": "ENST00000969463.1",
"protein_id": "ENSP00000639522.1",
"transcript_support_level": null,
"aa_start": 1322,
"aa_end": null,
"aa_length": 1463,
"cds_start": 3965,
"cds_end": null,
"cds_length": 4392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969463.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.3959C>T",
"hgvs_p": "p.Pro1320Leu",
"transcript": "ENST00000918365.1",
"protein_id": "ENSP00000588424.1",
"transcript_support_level": null,
"aa_start": 1320,
"aa_end": null,
"aa_length": 1461,
"cds_start": 3959,
"cds_end": null,
"cds_length": 4386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918365.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.3890C>T",
"hgvs_p": "p.Pro1297Leu",
"transcript": "ENST00000859933.1",
"protein_id": "ENSP00000529992.1",
"transcript_support_level": null,
"aa_start": 1297,
"aa_end": null,
"aa_length": 1438,
"cds_start": 3890,
"cds_end": null,
"cds_length": 4317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859933.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.3884C>T",
"hgvs_p": "p.Pro1295Leu",
"transcript": "ENST00000969461.1",
"protein_id": "ENSP00000639520.1",
"transcript_support_level": null,
"aa_start": 1295,
"aa_end": null,
"aa_length": 1436,
"cds_start": 3884,
"cds_end": null,
"cds_length": 4311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969461.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.3878C>T",
"hgvs_p": "p.Pro1293Leu",
"transcript": "ENST00000918364.1",
"protein_id": "ENSP00000588423.1",
"transcript_support_level": null,
"aa_start": 1293,
"aa_end": null,
"aa_length": 1434,
"cds_start": 3878,
"cds_end": null,
"cds_length": 4305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918364.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.3968C>T",
"hgvs_p": "p.Pro1323Leu",
"transcript": "ENST00000969462.1",
"protein_id": "ENSP00000639521.1",
"transcript_support_level": null,
"aa_start": 1323,
"aa_end": null,
"aa_length": 1421,
"cds_start": 3968,
"cds_end": null,
"cds_length": 4266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969462.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.3962C>T",
"hgvs_p": "p.Pro1321Leu",
"transcript": "NM_001320276.2",
"protein_id": "NP_001307205.1",
"transcript_support_level": null,
"aa_start": 1321,
"aa_end": null,
"aa_length": 1419,
"cds_start": 3962,
"cds_end": null,
"cds_length": 4260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320276.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.4097C>T",
"hgvs_p": "p.Pro1366Leu",
"transcript": "XM_011533422.2",
"protein_id": "XP_011531724.2",
"transcript_support_level": null,
"aa_start": 1366,
"aa_end": null,
"aa_length": 1507,
"cds_start": 4097,
"cds_end": null,
"cds_length": 4524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533422.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.4091C>T",
"hgvs_p": "p.Pro1364Leu",
"transcript": "XM_047447514.1",
"protein_id": "XP_047303470.1",
"transcript_support_level": null,
"aa_start": 1364,
"aa_end": null,
"aa_length": 1505,
"cds_start": 4091,
"cds_end": null,
"cds_length": 4518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447514.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.4097C>T",
"hgvs_p": "p.Pro1366Leu",
"transcript": "XM_011533423.2",
"protein_id": "XP_011531725.2",
"transcript_support_level": null,
"aa_start": 1366,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4097,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533423.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "c.4091C>T",
"hgvs_p": "p.Pro1364Leu",
"transcript": "XM_047447515.1",
"protein_id": "XP_047303471.1",
"transcript_support_level": null,
"aa_start": 1364,
"aa_end": null,
"aa_length": 1462,
"cds_start": 4091,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447515.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5-AS1",
"gene_hgnc_id": 40410,
"hgvs_c": "n.479G>A",
"hgvs_p": null,
"transcript": "ENST00000430166.5",
"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": "pseudogene",
"feature": "ENST00000430166.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"hgvs_c": "n.1264C>T",
"hgvs_p": null,
"transcript": "ENST00000468662.5",
"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": "pseudogene",
"feature": "ENST00000468662.5"
},
{
"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": "LOC105376963",
"gene_hgnc_id": null,
"hgvs_c": "n.31G>A",
"hgvs_p": null,
"transcript": "XR_007095828.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "XR_007095828.1"
},
{
"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": "LOC105376963",
"gene_hgnc_id": null,
"hgvs_c": "n.31G>A",
"hgvs_p": null,
"transcript": "XR_007095829.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "XR_007095829.1"
}
],
"gene_symbol": "FGD5",
"gene_hgnc_id": 19117,
"dbsnp": "rs778705390",
"frequency_reference_population": 0.000008055122,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000820968,
"gnomad_genomes_af": 0.00000657073,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5502224564552307,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.338,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4167,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.1,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.528,
"phylop100way_prediction": "Uncertain_significance",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_152536.4",
"gene_symbol": "FGD5",
"hgnc_id": 19117,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3962C>T",
"hgvs_p": "p.Pro1321Leu"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000430166.5",
"gene_symbol": "FGD5-AS1",
"hgnc_id": 40410,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.479G>A",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007095828.1",
"gene_symbol": "LOC105376963",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.31G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}