← 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-30069734-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=30069734&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 30069734,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_016127.6",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "R",
"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.608C>G",
"hgvs_p": "p.Pro203Arg",
"transcript": "NM_016127.6",
"protein_id": "NP_057211.4",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 339,
"cds_start": 608,
"cds_end": null,
"cds_length": 1020,
"cdna_start": 723,
"cdna_end": null,
"cdna_length": 2020,
"mane_select": "ENST00000256255.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016127.6"
},
{
"aa_ref": "P",
"aa_alt": "R",
"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.608C>G",
"hgvs_p": "p.Pro203Arg",
"transcript": "ENST00000256255.11",
"protein_id": "ENSP00000256255.6",
"transcript_support_level": 1,
"aa_start": 203,
"aa_end": null,
"aa_length": 339,
"cds_start": 608,
"cds_end": null,
"cds_length": 1020,
"cdna_start": 723,
"cdna_end": null,
"cdna_length": 2020,
"mane_select": "NM_016127.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000256255.11"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.92C>G",
"hgvs_p": "p.Pro31Arg",
"transcript": "ENST00000545648.2",
"protein_id": "ENSP00000441351.1",
"transcript_support_level": 1,
"aa_start": 31,
"aa_end": null,
"aa_length": 167,
"cds_start": 92,
"cds_end": null,
"cds_length": 504,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 1976,
"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.*315C>G",
"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": 1803,
"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.*315C>G",
"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": 1803,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000520303.5"
},
{
"aa_ref": "P",
"aa_alt": "R",
"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.605C>G",
"hgvs_p": "p.Pro202Arg",
"transcript": "ENST00000521265.5",
"protein_id": "ENSP00000429538.1",
"transcript_support_level": 5,
"aa_start": 202,
"aa_end": null,
"aa_length": 346,
"cds_start": 605,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 607,
"cdna_end": null,
"cdna_length": 1741,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521265.5"
},
{
"aa_ref": "P",
"aa_alt": "R",
"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.608C>G",
"hgvs_p": "p.Pro203Arg",
"transcript": "ENST00000871246.1",
"protein_id": "ENSP00000541305.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 321,
"cds_start": 608,
"cds_end": null,
"cds_length": 966,
"cdna_start": 630,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871246.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"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.215C>G",
"hgvs_p": "p.Pro72Arg",
"transcript": "ENST00000518296.5",
"protein_id": "ENSP00000427769.1",
"transcript_support_level": 2,
"aa_start": 72,
"aa_end": null,
"aa_length": 217,
"cds_start": 215,
"cds_end": null,
"cds_length": 654,
"cdna_start": 216,
"cdna_end": null,
"cdna_length": 878,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000518296.5"
},
{
"aa_ref": "P",
"aa_alt": "R",
"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.302C>G",
"hgvs_p": "p.Pro101Arg",
"transcript": "ENST00000523127.5",
"protein_id": "ENSP00000428323.1",
"transcript_support_level": 5,
"aa_start": 101,
"aa_end": null,
"aa_length": 213,
"cds_start": 302,
"cds_end": null,
"cds_length": 642,
"cdna_start": 302,
"cdna_end": null,
"cdna_length": 735,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523127.5"
},
{
"aa_ref": "P",
"aa_alt": "R",
"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.500C>G",
"hgvs_p": "p.Pro167Arg",
"transcript": "ENST00000522794.1",
"protein_id": "ENSP00000429630.1",
"transcript_support_level": 5,
"aa_start": 167,
"aa_end": null,
"aa_length": 201,
"cds_start": 500,
"cds_end": null,
"cds_length": 607,
"cdna_start": 701,
"cdna_end": null,
"cdna_length": 808,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522794.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.92C>G",
"hgvs_p": "p.Pro31Arg",
"transcript": "NM_001284239.1",
"protein_id": "NP_001271168.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 167,
"cds_start": 92,
"cds_end": null,
"cds_length": 504,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 1976,
"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+240C>G",
"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": 1445,
"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-2824C>G",
"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": 1499,
"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-2816C>G",
"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": 1326,
"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.*481C>G",
"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": 1981,
"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.*315C>G",
"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": 582,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "n.*481C>G",
"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": 1981,
"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.*315C>G",
"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": 582,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000518340.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"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": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "c.*140C>G",
"hgvs_p": null,
"transcript": "ENST00000523761.1",
"protein_id": "ENSP00000428832.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": null,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 566,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523761.1"
},
{
"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": "SARAF",
"gene_hgnc_id": 28789,
"hgvs_c": "n.*415C>G",
"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": 582,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000522055.1"
}
],
"gene_symbol": "SARAF",
"gene_hgnc_id": 28789,
"dbsnp": "rs561853962",
"frequency_reference_population": 6.840675e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84068e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3259814381599426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.402,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1063,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.31,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.025,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_016127.6",
"gene_symbol": "SARAF",
"hgnc_id": 28789,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.608C>G",
"hgvs_p": "p.Pro203Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}