← 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-106618158-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=106618158&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 106618158,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001387556.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "NM_052918.5",
"protein_id": "NP_443150.3",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000263054.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_052918.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "ENST00000263054.11",
"protein_id": "ENSP00000263054.5",
"transcript_support_level": 1,
"aa_start": 971,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_052918.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263054.11"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "NM_001387556.1",
"protein_id": "NP_001374485.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1203,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387556.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "NM_001013031.3",
"protein_id": "NP_001013049.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1198,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001013031.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "NM_001206569.2",
"protein_id": "NP_001193498.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1179,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206569.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "NM_001206572.2",
"protein_id": "NP_001193501.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1179,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206572.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "NM_001206571.2",
"protein_id": "NP_001193500.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1159,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206571.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "NM_001206570.2",
"protein_id": "NP_001193499.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1130,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206570.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.1642G>A",
"hgvs_p": "p.Ala548Thr",
"transcript": "ENST00000369698.6",
"protein_id": "ENSP00000358712.2",
"transcript_support_level": 5,
"aa_start": 548,
"aa_end": null,
"aa_length": 756,
"cds_start": 1642,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369698.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "XM_011539199.4",
"protein_id": "XP_011537501.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1187,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539199.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "XM_017015615.3",
"protein_id": "XP_016871104.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1159,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015615.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "XM_047424545.1",
"protein_id": "XP_047280501.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1154,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424545.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "XM_047424546.1",
"protein_id": "XP_047280502.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1135,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424546.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "XM_047424547.1",
"protein_id": "XP_047280503.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1124,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424547.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "XM_011539201.4",
"protein_id": "XP_011537503.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1116,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539201.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "XM_047424548.1",
"protein_id": "XP_047280504.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1072,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3219,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424548.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2395G>A",
"hgvs_p": "p.Ala799Thr",
"transcript": "XM_017015616.2",
"protein_id": "XP_016871105.1",
"transcript_support_level": null,
"aa_start": 799,
"aa_end": null,
"aa_length": 1031,
"cds_start": 2395,
"cds_end": null,
"cds_length": 3096,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015616.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2356G>A",
"hgvs_p": "p.Ala786Thr",
"transcript": "XM_017015617.1",
"protein_id": "XP_016871106.1",
"transcript_support_level": null,
"aa_start": 786,
"aa_end": null,
"aa_length": 1018,
"cds_start": 2356,
"cds_end": null,
"cds_length": 3057,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015617.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.1480G>A",
"hgvs_p": "p.Ala494Thr",
"transcript": "XM_017015618.1",
"protein_id": "XP_016871107.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 726,
"cds_start": 1480,
"cds_end": null,
"cds_length": 2181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015618.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": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "n.117G>A",
"hgvs_p": null,
"transcript": "ENST00000478809.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": "ENST00000478809.2"
}
],
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"dbsnp": "rs144597273",
"frequency_reference_population": 0.0000037176242,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000342057,
"gnomad_genomes_af": 0.00000657073,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.29497021436691284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.124,
"revel_prediction": "Benign",
"alphamissense_score": 0.3739,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.661,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.04,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001387556.1",
"gene_symbol": "SORCS1",
"hgnc_id": 16697,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr"
}
],
"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
}