← 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: 14-88437877-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=88437877&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 88437877,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_018418.5",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1255T>C",
"hgvs_p": "p.Leu419Leu",
"transcript": "NM_018418.5",
"protein_id": "NP_060888.2",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 599,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000393545.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018418.5"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1255T>C",
"hgvs_p": "p.Leu419Leu",
"transcript": "ENST00000393545.9",
"protein_id": "ENSP00000377176.4",
"transcript_support_level": 1,
"aa_start": 419,
"aa_end": null,
"aa_length": 599,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018418.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393545.9"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1159T>C",
"hgvs_p": "p.Leu387Leu",
"transcript": "ENST00000356583.9",
"protein_id": "ENSP00000348991.5",
"transcript_support_level": 1,
"aa_start": 387,
"aa_end": null,
"aa_length": 567,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356583.9"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1159T>C",
"hgvs_p": "p.Leu387Leu",
"transcript": "ENST00000556553.5",
"protein_id": "ENSP00000451128.1",
"transcript_support_level": 1,
"aa_start": 387,
"aa_end": null,
"aa_length": 567,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556553.5"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1201T>C",
"hgvs_p": "p.Leu401Leu",
"transcript": "ENST00000879181.1",
"protein_id": "ENSP00000549240.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 581,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879181.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1159T>C",
"hgvs_p": "p.Leu387Leu",
"transcript": "NM_001040428.4",
"protein_id": "NP_001035518.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 567,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001040428.4"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1255T>C",
"hgvs_p": "p.Leu419Leu",
"transcript": "ENST00000045347.11",
"protein_id": "ENSP00000045347.7",
"transcript_support_level": 5,
"aa_start": 419,
"aa_end": null,
"aa_length": 458,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000045347.11"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.226T>C",
"hgvs_p": "p.Leu76Leu",
"transcript": "ENST00000556406.5",
"protein_id": "ENSP00000450809.1",
"transcript_support_level": 3,
"aa_start": 76,
"aa_end": null,
"aa_length": 90,
"cds_start": 226,
"cds_end": null,
"cds_length": 273,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556406.5"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.151T>C",
"hgvs_p": "p.Leu51Leu",
"transcript": "ENST00000554802.1",
"protein_id": "ENSP00000451019.1",
"transcript_support_level": 3,
"aa_start": 51,
"aa_end": null,
"aa_length": 76,
"cds_start": 151,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554802.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1258T>C",
"hgvs_p": "p.Leu420Leu",
"transcript": "XM_005267851.2",
"protein_id": "XP_005267908.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 600,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267851.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1162T>C",
"hgvs_p": "p.Leu388Leu",
"transcript": "XM_005267852.3",
"protein_id": "XP_005267909.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 568,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267852.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1087T>C",
"hgvs_p": "p.Leu363Leu",
"transcript": "XM_011536952.2",
"protein_id": "XP_011535254.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 543,
"cds_start": 1087,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011536952.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1084T>C",
"hgvs_p": "p.Leu362Leu",
"transcript": "XM_024449660.2",
"protein_id": "XP_024305428.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 542,
"cds_start": 1084,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449660.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1258T>C",
"hgvs_p": "p.Leu420Leu",
"transcript": "XM_006720204.2",
"protein_id": "XP_006720267.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 445,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720204.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1258T>C",
"hgvs_p": "p.Leu420Leu",
"transcript": "XM_006720205.2",
"protein_id": "XP_006720268.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 434,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720205.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1255T>C",
"hgvs_p": "p.Leu419Leu",
"transcript": "XM_047431581.1",
"protein_id": "XP_047287537.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 433,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431581.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1159T>C",
"hgvs_p": "p.Leu387Leu",
"transcript": "XM_047431582.1",
"protein_id": "XP_047287538.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 412,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431582.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "c.1159T>C",
"hgvs_p": "p.Leu387Leu",
"transcript": "XM_047431584.1",
"protein_id": "XP_047287540.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 401,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431584.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "n.685T>C",
"hgvs_p": null,
"transcript": "ENST00000553303.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": "ENST00000553303.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "n.3034T>C",
"hgvs_p": null,
"transcript": "ENST00000553626.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": "retained_intron",
"feature": "ENST00000553626.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"hgvs_c": "n.1802T>C",
"hgvs_p": null,
"transcript": "ENST00000556666.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": "retained_intron",
"feature": "ENST00000556666.5"
}
],
"gene_symbol": "SPATA7",
"gene_hgnc_id": 20423,
"dbsnp": "rs112976233",
"frequency_reference_population": 0.0026848565,
"hom_count_reference_population": 95,
"allele_count_reference_population": 4319,
"gnomad_exomes_af": 0.00147557,
"gnomad_genomes_af": 0.0142512,
"gnomad_exomes_ac": 2149,
"gnomad_genomes_ac": 2170,
"gnomad_exomes_homalt": 44,
"gnomad_genomes_homalt": 51,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6399999856948853,
"computational_prediction_selected": "Benign",
"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.64,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.034,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_018418.5",
"gene_symbol": "SPATA7",
"hgnc_id": 20423,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1255T>C",
"hgvs_p": "p.Leu419Leu"
}
],
"clinvar_disease": "Leber congenital amaurosis 3,Retinitis pigmentosa",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 B:2",
"phenotype_combined": "Leber congenital amaurosis 3|Retinitis pigmentosa",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}