← 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: 8-30069883-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=30069883&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 30069883,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_016127.6",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.459C>A",
"hgvs_p": "p.His153Gln",
"transcript": "NM_016127.6",
"protein_id": "NP_057211.4",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 339,
"cds_start": 459,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000256255.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016127.6"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.459C>A",
"hgvs_p": "p.His153Gln",
"transcript": "ENST00000256255.11",
"protein_id": "ENSP00000256255.6",
"transcript_support_level": 1,
"aa_start": 153,
"aa_end": null,
"aa_length": 339,
"cds_start": 459,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016127.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000256255.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.-58C>A",
"hgvs_p": null,
"transcript": "ENST00000545648.2",
"protein_id": "ENSP00000441351.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 167,
"cds_start": null,
"cds_end": null,
"cds_length": 504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545648.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "n.*166C>A",
"hgvs_p": null,
"transcript": "ENST00000520303.5",
"protein_id": "ENSP00000428963.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000520303.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "n.*166C>A",
"hgvs_p": null,
"transcript": "ENST00000520303.5",
"protein_id": "ENSP00000428963.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000520303.5"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.456C>A",
"hgvs_p": "p.His152Gln",
"transcript": "ENST00000521265.5",
"protein_id": "ENSP00000429538.1",
"transcript_support_level": 5,
"aa_start": 152,
"aa_end": null,
"aa_length": 346,
"cds_start": 456,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521265.5"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.459C>A",
"hgvs_p": "p.His153Gln",
"transcript": "ENST00000871246.1",
"protein_id": "ENSP00000541305.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 321,
"cds_start": 459,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871246.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.66C>A",
"hgvs_p": "p.His22Gln",
"transcript": "ENST00000518296.5",
"protein_id": "ENSP00000427769.1",
"transcript_support_level": 2,
"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": "ENST00000518296.5"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.153C>A",
"hgvs_p": "p.His51Gln",
"transcript": "ENST00000523127.5",
"protein_id": "ENSP00000428323.1",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 213,
"cds_start": 153,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523127.5"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.351C>A",
"hgvs_p": "p.His117Gln",
"transcript": "ENST00000522794.1",
"protein_id": "ENSP00000429630.1",
"transcript_support_level": 5,
"aa_start": 117,
"aa_end": null,
"aa_length": 201,
"cds_start": 351,
"cds_end": null,
"cds_length": 607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522794.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.432C>A",
"hgvs_p": "p.His144Gln",
"transcript": "ENST00000523761.1",
"protein_id": "ENSP00000428832.1",
"transcript_support_level": 4,
"aa_start": 144,
"aa_end": null,
"aa_length": 146,
"cds_start": 432,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523761.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.-58C>A",
"hgvs_p": null,
"transcript": "NM_001284239.1",
"protein_id": "NP_001271168.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 167,
"cds_start": null,
"cds_end": null,
"cds_length": 504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284239.1"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.368+91C>A",
"hgvs_p": null,
"transcript": "ENST00000937396.1",
"protein_id": "ENSP00000607455.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 214,
"cds_start": null,
"cds_end": null,
"cds_length": 645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937396.1"
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.283-2973C>A",
"hgvs_p": null,
"transcript": "ENST00000937395.1",
"protein_id": "ENSP00000607454.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 197,
"cds_start": null,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937395.1"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.104-2965C>A",
"hgvs_p": null,
"transcript": "ENST00000871244.1",
"protein_id": "ENSP00000541304.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 140,
"cds_start": null,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871244.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "n.*332C>A",
"hgvs_p": null,
"transcript": "ENST00000518174.5",
"protein_id": "ENSP00000431005.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": "ENST00000518174.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "n.*166C>A",
"hgvs_p": null,
"transcript": "ENST00000518340.1",
"protein_id": "ENSP00000430477.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000518340.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "n.*266C>A",
"hgvs_p": null,
"transcript": "ENST00000522055.1",
"protein_id": "ENSP00000428245.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000522055.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "n.*332C>A",
"hgvs_p": null,
"transcript": "ENST00000518174.5",
"protein_id": "ENSP00000431005.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": "ENST00000518174.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "n.*166C>A",
"hgvs_p": null,
"transcript": "ENST00000518340.1",
"protein_id": "ENSP00000430477.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000518340.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "n.*266C>A",
"hgvs_p": null,
"transcript": "ENST00000522055.1",
"protein_id": "ENSP00000428245.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000522055.1"
}
],
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"dbsnp": "rs150629797",
"frequency_reference_population": 0.000006815323,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000478843,
"gnomad_genomes_af": 0.0000262892,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10430842638015747,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.081,
"revel_prediction": "Benign",
"alphamissense_score": 0.0855,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.478,
"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_016127.6",
"gene_symbol": "SARAF",
"hgnc_id": 28789,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.459C>A",
"hgvs_p": "p.His153Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}