← 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: 10-77866771-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=77866771&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 77866771,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_004747.4",
"consequences": [
{
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.373+2358A>G",
"hgvs_p": null,
"transcript": "NM_004747.4",
"protein_id": "NP_004738.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1919,
"cds_start": null,
"cds_end": null,
"cds_length": 5760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000372391.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004747.4"
},
{
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.373+2358A>G",
"hgvs_p": null,
"transcript": "ENST00000372391.7",
"protein_id": "ENSP00000361467.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1919,
"cds_start": null,
"cds_end": null,
"cds_length": 5760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004747.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372391.7"
},
{
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.373+2358A>G",
"hgvs_p": null,
"transcript": "ENST00000928380.1",
"protein_id": "ENSP00000598439.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1915,
"cds_start": null,
"cds_end": null,
"cds_length": 5748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928380.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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.373+2358A>G",
"hgvs_p": null,
"transcript": "ENST00000928379.1",
"protein_id": "ENSP00000598438.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1888,
"cds_start": null,
"cds_end": null,
"cds_length": 5667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928379.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.373+2358A>G",
"hgvs_p": null,
"transcript": "ENST00000962015.1",
"protein_id": "ENSP00000632074.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1548,
"cds_start": null,
"cds_end": null,
"cds_length": 4647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962015.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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.373+2358A>G",
"hgvs_p": null,
"transcript": "XM_005270276.5",
"protein_id": "XP_005270333.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1915,
"cds_start": null,
"cds_end": null,
"cds_length": 5748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005270276.5"
},
{
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.196+2358A>G",
"hgvs_p": null,
"transcript": "XM_011540341.4",
"protein_id": "XP_011538643.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1860,
"cds_start": null,
"cds_end": null,
"cds_length": 5583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540341.4"
},
{
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.103+2358A>G",
"hgvs_p": null,
"transcript": "XM_011540342.2",
"protein_id": "XP_011538644.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1829,
"cds_start": null,
"cds_end": null,
"cds_length": 5490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540342.2"
},
{
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.91+2358A>G",
"hgvs_p": null,
"transcript": "XM_017016913.2",
"protein_id": "XP_016872402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1825,
"cds_start": null,
"cds_end": null,
"cds_length": 5478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016913.2"
},
{
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.43+2358A>G",
"hgvs_p": null,
"transcript": "XM_017016914.2",
"protein_id": "XP_016872403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1809,
"cds_start": null,
"cds_end": null,
"cds_length": 5430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016914.2"
},
{
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.43+2358A>G",
"hgvs_p": null,
"transcript": "XM_047425998.1",
"protein_id": "XP_047281954.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1809,
"cds_start": null,
"cds_end": null,
"cds_length": 5430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425998.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.373+2358A>G",
"hgvs_p": null,
"transcript": "XM_011540346.3",
"protein_id": "XP_011538648.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1680,
"cds_start": null,
"cds_end": null,
"cds_length": 5043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540346.3"
},
{
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.373+2358A>G",
"hgvs_p": null,
"transcript": "XM_006718056.4",
"protein_id": "XP_006718119.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1579,
"cds_start": null,
"cds_end": null,
"cds_length": 4740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718056.4"
},
{
"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": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.373+2358A>G",
"hgvs_p": null,
"transcript": "XM_047426002.1",
"protein_id": "XP_047281958.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1452,
"cds_start": null,
"cds_end": null,
"cds_length": 4359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426002.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": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.373+2358A>G",
"hgvs_p": null,
"transcript": "XM_006718057.4",
"protein_id": "XP_006718120.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1342,
"cds_start": null,
"cds_end": null,
"cds_length": 4029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718057.4"
},
{
"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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "c.373+2358A>G",
"hgvs_p": null,
"transcript": "XM_047426003.1",
"protein_id": "XP_047281959.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1202,
"cds_start": null,
"cds_end": null,
"cds_length": 3609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426003.1"
},
{
"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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "n.148+2358A>G",
"hgvs_p": null,
"transcript": "ENST00000468332.6",
"protein_id": "ENSP00000473298.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000468332.6"
},
{
"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": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"hgvs_c": "n.93+2328A>G",
"hgvs_p": null,
"transcript": "ENST00000475613.6",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000475613.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000204049",
"gene_hgnc_id": null,
"hgvs_c": "n.-93T>C",
"hgvs_p": null,
"transcript": "ENST00000372387.2",
"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": "ENST00000372387.2"
}
],
"gene_symbol": "DLG5",
"gene_hgnc_id": 2904,
"dbsnp": "rs1248653",
"frequency_reference_population": 0.27351758,
"hom_count_reference_population": 14230,
"allele_count_reference_population": 96718,
"gnomad_exomes_af": 0.287941,
"gnomad_genomes_af": 0.254274,
"gnomad_exomes_ac": 58197,
"gnomad_genomes_ac": 38521,
"gnomad_exomes_homalt": 8757,
"gnomad_genomes_homalt": 5473,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9200000166893005,
"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.92,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.327,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_004747.4",
"gene_symbol": "DLG5",
"hgnc_id": 2904,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.373+2358A>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000372387.2",
"gene_symbol": "ENSG00000204049",
"hgnc_id": null,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-93T>C",
"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
}