← 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: 7-66995352-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=66995352&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 66995352,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_016038.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "c.66T>C",
"hgvs_p": "p.Arg22Arg",
"transcript": "NM_016038.4",
"protein_id": "NP_057122.2",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 250,
"cds_start": 66,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000246868.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016038.4"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "c.66T>C",
"hgvs_p": "p.Arg22Arg",
"transcript": "ENST00000246868.7",
"protein_id": "ENSP00000246868.2",
"transcript_support_level": 1,
"aa_start": 22,
"aa_end": null,
"aa_length": 250,
"cds_start": 66,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016038.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000246868.7"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "c.66T>C",
"hgvs_p": "p.Arg22Arg",
"transcript": "ENST00000697897.1",
"protein_id": "ENSP00000513469.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 250,
"cds_start": 66,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697897.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "c.66T>C",
"hgvs_p": "p.Arg22Arg",
"transcript": "ENST00000890817.1",
"protein_id": "ENSP00000560876.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 250,
"cds_start": 66,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890817.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "c.66T>C",
"hgvs_p": "p.Arg22Arg",
"transcript": "ENST00000929093.1",
"protein_id": "ENSP00000599152.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 237,
"cds_start": 66,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929093.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "c.9T>C",
"hgvs_p": "p.Arg3Arg",
"transcript": "ENST00000697863.1",
"protein_id": "ENSP00000513462.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 231,
"cds_start": 9,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697863.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "c.9T>C",
"hgvs_p": "p.Arg3Arg",
"transcript": "ENST00000697865.1",
"protein_id": "ENSP00000513463.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 231,
"cds_start": 9,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697865.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "c.66T>C",
"hgvs_p": "p.Arg22Arg",
"transcript": "ENST00000961547.1",
"protein_id": "ENSP00000631606.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 217,
"cds_start": 66,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961547.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "c.66T>C",
"hgvs_p": "p.Arg22Arg",
"transcript": "ENST00000890818.1",
"protein_id": "ENSP00000560877.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 195,
"cds_start": 66,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890818.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "c.66T>C",
"hgvs_p": "p.Arg22Arg",
"transcript": "ENST00000697861.1",
"protein_id": "ENSP00000513460.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 183,
"cds_start": 66,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697861.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "c.-445T>C",
"hgvs_p": null,
"transcript": "ENST00000697866.1",
"protein_id": "ENSP00000513464.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 144,
"cds_start": null,
"cds_end": null,
"cds_length": 435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697866.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "n.66T>C",
"hgvs_p": null,
"transcript": "ENST00000414306.6",
"protein_id": "ENSP00000394586.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000414306.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYW1",
"gene_hgnc_id": 25598,
"hgvs_c": "n.180A>G",
"hgvs_p": null,
"transcript": "ENST00000491969.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000491969.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "n.66T>C",
"hgvs_p": null,
"transcript": "ENST00000697862.1",
"protein_id": "ENSP00000513461.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000697862.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": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "n.262T>C",
"hgvs_p": null,
"transcript": "ENST00000697864.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": "ENST00000697864.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "n.66T>C",
"hgvs_p": null,
"transcript": "ENST00000697868.1",
"protein_id": "ENSP00000513466.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000697868.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": "SBDS",
"gene_hgnc_id": 19440,
"hgvs_c": "n.66T>C",
"hgvs_p": null,
"transcript": "ENST00000697869.1",
"protein_id": "ENSP00000513467.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000697869.1"
}
],
"gene_symbol": "SBDS",
"gene_hgnc_id": 19440,
"dbsnp": "rs774593246",
"frequency_reference_population": 0.00004399047,
"hom_count_reference_population": 0,
"allele_count_reference_population": 71,
"gnomad_exomes_af": 0.0000376262,
"gnomad_genomes_af": 0.000105099,
"gnomad_exomes_ac": 55,
"gnomad_genomes_ac": 16,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7900000214576721,
"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.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.159,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_016038.4",
"gene_symbol": "SBDS",
"hgnc_id": 19440,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.66T>C",
"hgvs_p": "p.Arg22Arg"
},
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000491969.5",
"gene_symbol": "TYW1",
"hgnc_id": 25598,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.180A>G",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}