← 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: 14-50118759-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=50118759&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 50118759,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000216373.10",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3584C>T",
"hgvs_p": "p.Ala1195Val",
"transcript": "NM_006939.4",
"protein_id": "NP_008870.2",
"transcript_support_level": null,
"aa_start": 1195,
"aa_end": null,
"aa_length": 1332,
"cds_start": 3584,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 3879,
"cdna_end": null,
"cdna_length": 5508,
"mane_select": "ENST00000216373.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3584C>T",
"hgvs_p": "p.Ala1195Val",
"transcript": "ENST00000216373.10",
"protein_id": "ENSP00000216373.5",
"transcript_support_level": 1,
"aa_start": 1195,
"aa_end": null,
"aa_length": 1332,
"cds_start": 3584,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 3879,
"cdna_end": null,
"cdna_length": 5508,
"mane_select": "NM_006939.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3485C>T",
"hgvs_p": "p.Ala1162Val",
"transcript": "ENST00000543680.5",
"protein_id": "ENSP00000445328.1",
"transcript_support_level": 1,
"aa_start": 1162,
"aa_end": null,
"aa_length": 1299,
"cds_start": 3485,
"cds_end": null,
"cds_length": 3900,
"cdna_start": 3511,
"cdna_end": null,
"cdna_length": 3960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3485C>T",
"hgvs_p": "p.Ala1162Val",
"transcript": "NM_001411020.1",
"protein_id": "NP_001397949.1",
"transcript_support_level": null,
"aa_start": 1162,
"aa_end": null,
"aa_length": 1299,
"cds_start": 3485,
"cds_end": null,
"cds_length": 3900,
"cdna_start": 3780,
"cdna_end": null,
"cdna_length": 5409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3779C>T",
"hgvs_p": "p.Ala1260Val",
"transcript": "XM_047431713.1",
"protein_id": "XP_047287669.1",
"transcript_support_level": null,
"aa_start": 1260,
"aa_end": null,
"aa_length": 1397,
"cds_start": 3779,
"cds_end": null,
"cds_length": 4194,
"cdna_start": 4074,
"cdna_end": null,
"cdna_length": 5703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3725C>T",
"hgvs_p": "p.Ala1242Val",
"transcript": "XM_047431714.1",
"protein_id": "XP_047287670.1",
"transcript_support_level": null,
"aa_start": 1242,
"aa_end": null,
"aa_length": 1379,
"cds_start": 3725,
"cds_end": null,
"cds_length": 4140,
"cdna_start": 4020,
"cdna_end": null,
"cdna_length": 5649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3680C>T",
"hgvs_p": "p.Ala1227Val",
"transcript": "XM_047431715.1",
"protein_id": "XP_047287671.1",
"transcript_support_level": null,
"aa_start": 1227,
"aa_end": null,
"aa_length": 1364,
"cds_start": 3680,
"cds_end": null,
"cds_length": 4095,
"cdna_start": 3975,
"cdna_end": null,
"cdna_length": 5604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3638C>T",
"hgvs_p": "p.Ala1213Val",
"transcript": "XM_047431716.1",
"protein_id": "XP_047287672.1",
"transcript_support_level": null,
"aa_start": 1213,
"aa_end": null,
"aa_length": 1350,
"cds_start": 3638,
"cds_end": null,
"cds_length": 4053,
"cdna_start": 3933,
"cdna_end": null,
"cdna_length": 5562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3626C>T",
"hgvs_p": "p.Ala1209Val",
"transcript": "XM_047431717.1",
"protein_id": "XP_047287673.1",
"transcript_support_level": null,
"aa_start": 1209,
"aa_end": null,
"aa_length": 1346,
"cds_start": 3626,
"cds_end": null,
"cds_length": 4041,
"cdna_start": 3921,
"cdna_end": null,
"cdna_length": 5550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3599C>T",
"hgvs_p": "p.Ala1200Val",
"transcript": "XM_047431718.1",
"protein_id": "XP_047287674.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1337,
"cds_start": 3599,
"cds_end": null,
"cds_length": 4014,
"cdna_start": 3992,
"cdna_end": null,
"cdna_length": 5621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3545C>T",
"hgvs_p": "p.Ala1182Val",
"transcript": "XM_047431719.1",
"protein_id": "XP_047287675.1",
"transcript_support_level": null,
"aa_start": 1182,
"aa_end": null,
"aa_length": 1319,
"cds_start": 3545,
"cds_end": null,
"cds_length": 3960,
"cdna_start": 3938,
"cdna_end": null,
"cdna_length": 5567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3458C>T",
"hgvs_p": "p.Ala1153Val",
"transcript": "XM_047431722.1",
"protein_id": "XP_047287678.1",
"transcript_support_level": null,
"aa_start": 1153,
"aa_end": null,
"aa_length": 1290,
"cds_start": 3458,
"cds_end": null,
"cds_length": 3873,
"cdna_start": 3832,
"cdna_end": null,
"cdna_length": 5461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.3458C>T",
"hgvs_p": "p.Ala1153Val",
"transcript": "XM_047431723.1",
"protein_id": "XP_047287679.1",
"transcript_support_level": null,
"aa_start": 1153,
"aa_end": null,
"aa_length": 1290,
"cds_start": 3458,
"cds_end": null,
"cds_length": 3873,
"cdna_start": 3661,
"cdna_end": null,
"cdna_length": 5290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"dbsnp": "rs753151750",
"frequency_reference_population": 0.00003535046,
"hom_count_reference_population": 0,
"allele_count_reference_population": 57,
"gnomad_exomes_af": 0.0000349096,
"gnomad_genomes_af": 0.0000396013,
"gnomad_exomes_ac": 51,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08176425099372864,
"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.183,
"revel_prediction": "Benign",
"alphamissense_score": 0.0666,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.751,
"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": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000216373.10",
"gene_symbol": "SOS2",
"hgnc_id": 11188,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3584C>T",
"hgvs_p": "p.Ala1195Val"
}
],
"clinvar_disease": "Cardiovascular phenotype,Noonan syndrome 9,RASopathy,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "reviewed by expert panel",
"clinvar_submissions_summary": "US:2 LB:3",
"phenotype_combined": "not provided|Noonan syndrome 9|Cardiovascular phenotype|RASopathy",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}