← 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: 11-66052460-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=66052460&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 66052460,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_006842.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "c.76G>A",
"hgvs_p": "p.Ala26Thr",
"transcript": "NM_006842.3",
"protein_id": "NP_006833.2",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 895,
"cds_start": 76,
"cds_end": null,
"cds_length": 2688,
"cdna_start": 97,
"cdna_end": null,
"cdna_length": 3272,
"mane_select": "ENST00000322535.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "c.76G>A",
"hgvs_p": "p.Ala26Thr",
"transcript": "ENST00000322535.11",
"protein_id": "ENSP00000318861.6",
"transcript_support_level": 1,
"aa_start": 26,
"aa_end": null,
"aa_length": 895,
"cds_start": 76,
"cds_end": null,
"cds_length": 2688,
"cdna_start": 97,
"cdna_end": null,
"cdna_length": 3272,
"mane_select": "NM_006842.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "n.95G>A",
"hgvs_p": null,
"transcript": "ENST00000531041.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "c.76G>A",
"hgvs_p": "p.Ala26Thr",
"transcript": "ENST00000528302.5",
"protein_id": "ENSP00000432655.1",
"transcript_support_level": 5,
"aa_start": 26,
"aa_end": null,
"aa_length": 878,
"cds_start": 76,
"cds_end": null,
"cds_length": 2637,
"cdna_start": 130,
"cdna_end": null,
"cdna_length": 3254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "c.61G>A",
"hgvs_p": "p.Ala21Thr",
"transcript": "ENST00000530322.5",
"protein_id": "ENSP00000431520.1",
"transcript_support_level": 5,
"aa_start": 21,
"aa_end": null,
"aa_length": 386,
"cds_start": 61,
"cds_end": null,
"cds_length": 1163,
"cdna_start": 61,
"cdna_end": null,
"cdna_length": 1163,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "c.76G>A",
"hgvs_p": "p.Ala26Thr",
"transcript": "ENST00000533595.5",
"protein_id": "ENSP00000431908.1",
"transcript_support_level": 5,
"aa_start": 26,
"aa_end": null,
"aa_length": 352,
"cds_start": 76,
"cds_end": null,
"cds_length": 1061,
"cdna_start": 96,
"cdna_end": null,
"cdna_length": 1081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "c.76G>A",
"hgvs_p": "p.Ala26Thr",
"transcript": "ENST00000524627.5",
"protein_id": "ENSP00000435495.1",
"transcript_support_level": 3,
"aa_start": 26,
"aa_end": null,
"aa_length": 272,
"cds_start": 76,
"cds_end": null,
"cds_length": 821,
"cdna_start": 96,
"cdna_end": null,
"cdna_length": 841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "c.76G>A",
"hgvs_p": "p.Ala26Thr",
"transcript": "XM_005273726.5",
"protein_id": "XP_005273783.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 894,
"cds_start": 76,
"cds_end": null,
"cds_length": 2685,
"cdna_start": 97,
"cdna_end": null,
"cdna_length": 3269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "c.76G>A",
"hgvs_p": "p.Ala26Thr",
"transcript": "XM_011544740.4",
"protein_id": "XP_011543042.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 894,
"cds_start": 76,
"cds_end": null,
"cds_length": 2685,
"cdna_start": 97,
"cdna_end": null,
"cdna_length": 3269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "c.76G>A",
"hgvs_p": "p.Ala26Thr",
"transcript": "XM_017017144.3",
"protein_id": "XP_016872633.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 893,
"cds_start": 76,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 97,
"cdna_end": null,
"cdna_length": 3266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "n.68G>A",
"hgvs_p": null,
"transcript": "ENST00000531589.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "c.-326G>A",
"hgvs_p": null,
"transcript": "ENST00000524475.1",
"protein_id": "ENSP00000435765.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 79,
"cds_start": -4,
"cds_end": null,
"cds_length": 242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "n.-228G>A",
"hgvs_p": null,
"transcript": "ENST00000533421.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "n.*141G>A",
"hgvs_p": null,
"transcript": "ENST00000529577.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"hgvs_c": "n.*70G>A",
"hgvs_p": null,
"transcript": "ENST00000534307.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SF3B2",
"gene_hgnc_id": 10769,
"dbsnp": "rs11554199",
"frequency_reference_population": 0.000003718403,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000273717,
"gnomad_genomes_af": 0.0000131378,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2331705093383789,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.132,
"revel_prediction": "Benign",
"alphamissense_score": 0.0807,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.057,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_006842.3",
"gene_symbol": "SF3B2",
"hgnc_id": 10769,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.76G>A",
"hgvs_p": "p.Ala26Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}