← 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-106579159-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=106579159&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 106579159,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001387556.1",
"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": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.3371+210A>T",
"hgvs_p": null,
"transcript": "NM_052918.5",
"protein_id": "NP_443150.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1168,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.3371+210A>T",
"hgvs_p": null,
"transcript": "ENST00000263054.11",
"protein_id": "ENSP00000263054.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1168,
"cds_start": null,
"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": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.3464A>T",
"hgvs_p": "p.Asn1155Ile",
"transcript": "NM_001387556.1",
"protein_id": "NP_001374485.1",
"transcript_support_level": null,
"aa_start": 1155,
"aa_end": null,
"aa_length": 1203,
"cds_start": 3464,
"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": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.3464A>T",
"hgvs_p": "p.Asn1155Ile",
"transcript": "NM_001013031.3",
"protein_id": "NP_001013049.1",
"transcript_support_level": null,
"aa_start": 1155,
"aa_end": null,
"aa_length": 1198,
"cds_start": 3464,
"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": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.3464A>T",
"hgvs_p": "p.Asn1155Ile",
"transcript": "NM_001206569.2",
"protein_id": "NP_001193498.1",
"transcript_support_level": null,
"aa_start": 1155,
"aa_end": null,
"aa_length": 1179,
"cds_start": 3464,
"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": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.3464A>T",
"hgvs_p": "p.Asn1155Ile",
"transcript": "NM_001206572.2",
"protein_id": "NP_001193501.1",
"transcript_support_level": null,
"aa_start": 1155,
"aa_end": null,
"aa_length": 1179,
"cds_start": 3464,
"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": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2195A>T",
"hgvs_p": "p.Asn732Ile",
"transcript": "ENST00000369698.6",
"protein_id": "ENSP00000358712.2",
"transcript_support_level": 5,
"aa_start": 732,
"aa_end": null,
"aa_length": 756,
"cds_start": 2195,
"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": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.506A>T",
"hgvs_p": "p.Asn169Ile",
"transcript": "ENST00000452214.5",
"protein_id": "ENSP00000407769.1",
"transcript_support_level": 3,
"aa_start": 169,
"aa_end": null,
"aa_length": 212,
"cds_start": 506,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452214.5"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.3464A>T",
"hgvs_p": "p.Asn1155Ile",
"transcript": "XM_011539199.4",
"protein_id": "XP_011537501.1",
"transcript_support_level": null,
"aa_start": 1155,
"aa_end": null,
"aa_length": 1187,
"cds_start": 3464,
"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": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.3332A>T",
"hgvs_p": "p.Asn1111Ile",
"transcript": "XM_017015615.3",
"protein_id": "XP_016871104.1",
"transcript_support_level": null,
"aa_start": 1111,
"aa_end": null,
"aa_length": 1159,
"cds_start": 3332,
"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": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.3332A>T",
"hgvs_p": "p.Asn1111Ile",
"transcript": "XM_047424545.1",
"protein_id": "XP_047280501.1",
"transcript_support_level": null,
"aa_start": 1111,
"aa_end": null,
"aa_length": 1154,
"cds_start": 3332,
"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": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.3332A>T",
"hgvs_p": "p.Asn1111Ile",
"transcript": "XM_047424546.1",
"protein_id": "XP_047280502.1",
"transcript_support_level": null,
"aa_start": 1111,
"aa_end": null,
"aa_length": 1135,
"cds_start": 3332,
"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": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2948A>T",
"hgvs_p": "p.Asn983Ile",
"transcript": "XM_017015616.2",
"protein_id": "XP_016871105.1",
"transcript_support_level": null,
"aa_start": 983,
"aa_end": null,
"aa_length": 1031,
"cds_start": 2948,
"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": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2909A>T",
"hgvs_p": "p.Asn970Ile",
"transcript": "XM_017015617.1",
"protein_id": "XP_016871106.1",
"transcript_support_level": null,
"aa_start": 970,
"aa_end": null,
"aa_length": 1018,
"cds_start": 2909,
"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": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.2033A>T",
"hgvs_p": "p.Asn678Ile",
"transcript": "XM_017015618.1",
"protein_id": "XP_016871107.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 726,
"cds_start": 2033,
"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": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.*101A>T",
"hgvs_p": null,
"transcript": "NM_001206571.2",
"protein_id": "NP_001193500.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1159,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.3371+210A>T",
"hgvs_p": null,
"transcript": "NM_001206570.2",
"protein_id": "NP_001193499.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1130,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "c.3239+210A>T",
"hgvs_p": null,
"transcript": "XM_047424547.1",
"protein_id": "XP_047280503.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1124,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"hgvs_c": "n.352A>T",
"hgvs_p": null,
"transcript": "ENST00000473866.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": "ENST00000473866.1"
}
],
"gene_symbol": "SORCS1",
"gene_hgnc_id": 16697,
"dbsnp": "rs11192966",
"frequency_reference_population": 0.000014365438,
"hom_count_reference_population": 0,
"allele_count_reference_population": 21,
"gnomad_exomes_af": 0.0000143654,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 21,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.129745751619339,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.14,
"revel_prediction": "Benign",
"alphamissense_score": 0.0903,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.093,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001387556.1",
"gene_symbol": "SORCS1",
"hgnc_id": 16697,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.3464A>T",
"hgvs_p": "p.Asn1155Ile"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}