← 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: 9-83000441-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=83000441&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 83000441,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_152573.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASEF",
"gene_hgnc_id": 26464,
"hgvs_c": "c.1567T>C",
"hgvs_p": "p.Ser523Pro",
"transcript": "NM_152573.4",
"protein_id": "NP_689786.2",
"transcript_support_level": null,
"aa_start": 523,
"aa_end": null,
"aa_length": 740,
"cds_start": 1567,
"cds_end": null,
"cds_length": 2223,
"cdna_start": 1842,
"cdna_end": null,
"cdna_length": 5585,
"mane_select": "ENST00000376447.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152573.4"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASEF",
"gene_hgnc_id": 26464,
"hgvs_c": "c.1567T>C",
"hgvs_p": "p.Ser523Pro",
"transcript": "ENST00000376447.4",
"protein_id": "ENSP00000365630.3",
"transcript_support_level": 1,
"aa_start": 523,
"aa_end": null,
"aa_length": 740,
"cds_start": 1567,
"cds_end": null,
"cds_length": 2223,
"cdna_start": 1842,
"cdna_end": null,
"cdna_length": 5585,
"mane_select": "NM_152573.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376447.4"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASEF",
"gene_hgnc_id": 26464,
"hgvs_c": "c.1567T>C",
"hgvs_p": "p.Ser523Pro",
"transcript": "ENST00000928035.1",
"protein_id": "ENSP00000598094.1",
"transcript_support_level": null,
"aa_start": 523,
"aa_end": null,
"aa_length": 735,
"cds_start": 1567,
"cds_end": null,
"cds_length": 2208,
"cdna_start": 1955,
"cdna_end": null,
"cdna_length": 5681,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928035.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASEF",
"gene_hgnc_id": 26464,
"hgvs_c": "c.1498T>C",
"hgvs_p": "p.Ser500Pro",
"transcript": "ENST00000873431.1",
"protein_id": "ENSP00000543490.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 717,
"cds_start": 1498,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 1820,
"cdna_end": null,
"cdna_length": 5563,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873431.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASEF",
"gene_hgnc_id": 26464,
"hgvs_c": "c.1489T>C",
"hgvs_p": "p.Ser497Pro",
"transcript": "ENST00000873434.1",
"protein_id": "ENSP00000543493.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 714,
"cds_start": 1489,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 1510,
"cdna_end": null,
"cdna_length": 2457,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873434.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASEF",
"gene_hgnc_id": 26464,
"hgvs_c": "c.1420T>C",
"hgvs_p": "p.Ser474Pro",
"transcript": "ENST00000873432.1",
"protein_id": "ENSP00000543491.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 691,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 1705,
"cdna_end": null,
"cdna_length": 5448,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873432.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASEF",
"gene_hgnc_id": 26464,
"hgvs_c": "c.1351T>C",
"hgvs_p": "p.Ser451Pro",
"transcript": "ENST00000873433.1",
"protein_id": "ENSP00000543492.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 668,
"cds_start": 1351,
"cds_end": null,
"cds_length": 2007,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 5369,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873433.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASEF",
"gene_hgnc_id": 26464,
"hgvs_c": "c.1498T>C",
"hgvs_p": "p.Ser500Pro",
"transcript": "XM_005251730.5",
"protein_id": "XP_005251787.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 717,
"cds_start": 1498,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 1773,
"cdna_end": null,
"cdna_length": 5516,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005251730.5"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASEF",
"gene_hgnc_id": 26464,
"hgvs_c": "c.1180T>C",
"hgvs_p": "p.Ser394Pro",
"transcript": "XM_005251731.5",
"protein_id": "XP_005251788.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 611,
"cds_start": 1180,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2314,
"cdna_end": null,
"cdna_length": 6057,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005251731.5"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASEF",
"gene_hgnc_id": 26464,
"hgvs_c": "c.1111T>C",
"hgvs_p": "p.Ser371Pro",
"transcript": "XM_047422826.1",
"protein_id": "XP_047278782.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 588,
"cds_start": 1111,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 2245,
"cdna_end": null,
"cdna_length": 5988,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422826.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASEF",
"gene_hgnc_id": 26464,
"hgvs_c": "c.1018T>C",
"hgvs_p": "p.Ser340Pro",
"transcript": "XM_047422827.1",
"protein_id": "XP_047278783.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 557,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1674,
"cdna_start": 1325,
"cdna_end": null,
"cdna_length": 5068,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422827.1"
}
],
"gene_symbol": "RASEF",
"gene_hgnc_id": 26464,
"dbsnp": "rs760608840",
"frequency_reference_population": 0.00000557683,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000547329,
"gnomad_genomes_af": 0.00000657134,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17369651794433594,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.221,
"revel_prediction": "Benign",
"alphamissense_score": 0.0826,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.885,
"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_152573.4",
"gene_symbol": "RASEF",
"hgnc_id": 26464,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1567T>C",
"hgvs_p": "p.Ser523Pro"
}
],
"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
}