← 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: 2-233309152-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=233309152&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 233309152,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_000541.5",
"consequences": [
{
"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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "c.-28-10A>G",
"hgvs_p": null,
"transcript": "NM_000541.5",
"protein_id": "NP_000532.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 405,
"cds_start": null,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1596,
"mane_select": "ENST00000409110.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000541.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "c.-28-10A>G",
"hgvs_p": null,
"transcript": "ENST00000409110.6",
"protein_id": "ENSP00000386444.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 405,
"cds_start": null,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1596,
"mane_select": "NM_000541.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409110.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "n.144+1130A>G",
"hgvs_p": null,
"transcript": "ENST00000462487.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 468,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000462487.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "c.-38A>G",
"hgvs_p": null,
"transcript": "ENST00000447536.5",
"protein_id": "ENSP00000408937.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": null,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 791,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447536.5"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "c.-28-10A>G",
"hgvs_p": null,
"transcript": "ENST00000415974.1",
"protein_id": "ENSP00000409475.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 129,
"cds_start": null,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 556,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415974.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "n.-38A>G",
"hgvs_p": null,
"transcript": "ENST00000453143.5",
"protein_id": "ENSP00000404733.1",
"transcript_support_level": 3,
"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": 556,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000453143.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "n.-38A>G",
"hgvs_p": null,
"transcript": "ENST00000453143.5",
"protein_id": "ENSP00000404733.1",
"transcript_support_level": 3,
"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": 556,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000453143.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "n.92-10A>G",
"hgvs_p": null,
"transcript": "ENST00000412969.6",
"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": 2581,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000412969.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "n.144-10A>G",
"hgvs_p": null,
"transcript": "ENST00000471884.5",
"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": 3391,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000471884.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "n.208-10A>G",
"hgvs_p": null,
"transcript": "ENST00000476500.5",
"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": 6659,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000476500.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "n.139+1130A>G",
"hgvs_p": null,
"transcript": "ENST00000479450.1",
"protein_id": null,
"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": 198,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000479450.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "c.-38A>G",
"hgvs_p": null,
"transcript": "XM_017004641.2",
"protein_id": "XP_016860130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": null,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1379,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004641.2"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "c.-38A>G",
"hgvs_p": null,
"transcript": "XM_017004642.2",
"protein_id": "XP_016860131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 369,
"cds_start": null,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1697,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004642.2"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "c.-38A>G",
"hgvs_p": null,
"transcript": "XM_017004643.2",
"protein_id": "XP_016860132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 273,
"cds_start": null,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1284,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004643.2"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"hgvs_c": "n.-10A>G",
"hgvs_p": null,
"transcript": "XR_001738882.2",
"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": 1510,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001738882.2"
}
],
"gene_symbol": "SAG",
"gene_hgnc_id": 10521,
"dbsnp": "rs1462642188",
"frequency_reference_population": 0.000008275353,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000845799,
"gnomad_genomes_af": 0.00000657229,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9100000262260437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.8159999847412109,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.91,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.472,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.96,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.920854758803219,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000541.5",
"gene_symbol": "SAG",
"hgnc_id": 10521,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,SD,AD",
"hgvs_c": "c.-28-10A>G",
"hgvs_p": null
}
],
"clinvar_disease": "Oguchi disease,Retinitis pigmentosa",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Oguchi disease|Retinitis pigmentosa",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}