← 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-110602007-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=110602007&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 110602007,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_005445.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "c.2934G>A",
"hgvs_p": "p.Lys978Lys",
"transcript": "NM_005445.4",
"protein_id": "NP_005436.1",
"transcript_support_level": null,
"aa_start": 978,
"aa_end": null,
"aa_length": 1217,
"cds_start": 2934,
"cds_end": null,
"cds_length": 3654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000361804.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005445.4"
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "c.2934G>A",
"hgvs_p": "p.Lys978Lys",
"transcript": "ENST00000361804.5",
"protein_id": "ENSP00000354720.5",
"transcript_support_level": 1,
"aa_start": 978,
"aa_end": null,
"aa_length": 1217,
"cds_start": 2934,
"cds_end": null,
"cds_length": 3654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005445.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361804.5"
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "c.2958G>A",
"hgvs_p": "p.Lys986Lys",
"transcript": "ENST00000918257.1",
"protein_id": "ENSP00000588316.1",
"transcript_support_level": null,
"aa_start": 986,
"aa_end": null,
"aa_length": 1225,
"cds_start": 2958,
"cds_end": null,
"cds_length": 3678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918257.1"
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "c.2952G>A",
"hgvs_p": "p.Lys984Lys",
"transcript": "ENST00000966376.1",
"protein_id": "ENSP00000636435.1",
"transcript_support_level": null,
"aa_start": 984,
"aa_end": null,
"aa_length": 1223,
"cds_start": 2952,
"cds_end": null,
"cds_length": 3672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966376.1"
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "c.2907G>A",
"hgvs_p": "p.Lys969Lys",
"transcript": "ENST00000966377.1",
"protein_id": "ENSP00000636436.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1208,
"cds_start": 2907,
"cds_end": null,
"cds_length": 3627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966377.1"
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "c.2895G>A",
"hgvs_p": "p.Lys965Lys",
"transcript": "ENST00000918255.1",
"protein_id": "ENSP00000588314.1",
"transcript_support_level": null,
"aa_start": 965,
"aa_end": null,
"aa_length": 1204,
"cds_start": 2895,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918255.1"
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "c.2853G>A",
"hgvs_p": "p.Lys951Lys",
"transcript": "ENST00000918258.1",
"protein_id": "ENSP00000588317.1",
"transcript_support_level": null,
"aa_start": 951,
"aa_end": null,
"aa_length": 1190,
"cds_start": 2853,
"cds_end": null,
"cds_length": 3573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918258.1"
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "c.2433G>A",
"hgvs_p": "p.Lys811Lys",
"transcript": "ENST00000901787.1",
"protein_id": "ENSP00000571846.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1050,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3153,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901787.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "c.2892+123G>A",
"hgvs_p": null,
"transcript": "ENST00000918256.1",
"protein_id": "ENSP00000588315.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1082,
"cds_start": null,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918256.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "n.5167G>A",
"hgvs_p": null,
"transcript": "ENST00000684988.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": "retained_intron",
"feature": "ENST00000684988.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "n.2642G>A",
"hgvs_p": null,
"transcript": "ENST00000685743.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": "retained_intron",
"feature": "ENST00000685743.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "n.1285G>A",
"hgvs_p": null,
"transcript": "ENST00000686057.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": "retained_intron",
"feature": "ENST00000686057.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "n.1897G>A",
"hgvs_p": null,
"transcript": "ENST00000689321.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": "retained_intron",
"feature": "ENST00000689321.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"hgvs_c": "n.723G>A",
"hgvs_p": null,
"transcript": "ENST00000689986.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": "ENST00000689986.1"
}
],
"gene_symbol": "SMC3",
"gene_hgnc_id": 2468,
"dbsnp": "rs147463420",
"frequency_reference_population": 0.0018051816,
"hom_count_reference_population": 4,
"allele_count_reference_population": 2913,
"gnomad_exomes_af": 0.00185508,
"gnomad_genomes_af": 0.00132638,
"gnomad_exomes_ac": 2711,
"gnomad_genomes_ac": 202,
"gnomad_exomes_homalt": 4,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.44999998807907104,
"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.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.259,
"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_Moderate,BP6,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_005445.4",
"gene_symbol": "SMC3",
"hgnc_id": 2468,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2934G>A",
"hgvs_p": "p.Lys978Lys"
}
],
"clinvar_disease": "Cornelia de Lange syndrome 3,Inborn genetic diseases,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:4 B:2",
"phenotype_combined": "Cornelia de Lange syndrome 3|not specified|Inborn genetic diseases|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}