← 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-50145538-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=50145538&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 50145538,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000216373.10",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2443A>G",
"hgvs_p": "p.Asn815Asp",
"transcript": "NM_006939.4",
"protein_id": "NP_008870.2",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 1332,
"cds_start": 2443,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 2738,
"cdna_end": null,
"cdna_length": 5508,
"mane_select": "ENST00000216373.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2443A>G",
"hgvs_p": "p.Asn815Asp",
"transcript": "ENST00000216373.10",
"protein_id": "ENSP00000216373.5",
"transcript_support_level": 1,
"aa_start": 815,
"aa_end": null,
"aa_length": 1332,
"cds_start": 2443,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 2738,
"cdna_end": null,
"cdna_length": 5508,
"mane_select": "NM_006939.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2344A>G",
"hgvs_p": "p.Asn782Asp",
"transcript": "ENST00000543680.5",
"protein_id": "ENSP00000445328.1",
"transcript_support_level": 1,
"aa_start": 782,
"aa_end": null,
"aa_length": 1299,
"cds_start": 2344,
"cds_end": null,
"cds_length": 3900,
"cdna_start": 2370,
"cdna_end": null,
"cdna_length": 3960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2344A>G",
"hgvs_p": "p.Asn782Asp",
"transcript": "NM_001411020.1",
"protein_id": "NP_001397949.1",
"transcript_support_level": null,
"aa_start": 782,
"aa_end": null,
"aa_length": 1299,
"cds_start": 2344,
"cds_end": null,
"cds_length": 3900,
"cdna_start": 2639,
"cdna_end": null,
"cdna_length": 5409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2638A>G",
"hgvs_p": "p.Asn880Asp",
"transcript": "XM_047431713.1",
"protein_id": "XP_047287669.1",
"transcript_support_level": null,
"aa_start": 880,
"aa_end": null,
"aa_length": 1397,
"cds_start": 2638,
"cds_end": null,
"cds_length": 4194,
"cdna_start": 2933,
"cdna_end": null,
"cdna_length": 5703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2584A>G",
"hgvs_p": "p.Asn862Asp",
"transcript": "XM_047431714.1",
"protein_id": "XP_047287670.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 1379,
"cds_start": 2584,
"cds_end": null,
"cds_length": 4140,
"cdna_start": 2879,
"cdna_end": null,
"cdna_length": 5649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2539A>G",
"hgvs_p": "p.Asn847Asp",
"transcript": "XM_047431715.1",
"protein_id": "XP_047287671.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 1364,
"cds_start": 2539,
"cds_end": null,
"cds_length": 4095,
"cdna_start": 2834,
"cdna_end": null,
"cdna_length": 5604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2497A>G",
"hgvs_p": "p.Asn833Asp",
"transcript": "XM_047431716.1",
"protein_id": "XP_047287672.1",
"transcript_support_level": null,
"aa_start": 833,
"aa_end": null,
"aa_length": 1350,
"cds_start": 2497,
"cds_end": null,
"cds_length": 4053,
"cdna_start": 2792,
"cdna_end": null,
"cdna_length": 5562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2485A>G",
"hgvs_p": "p.Asn829Asp",
"transcript": "XM_047431717.1",
"protein_id": "XP_047287673.1",
"transcript_support_level": null,
"aa_start": 829,
"aa_end": null,
"aa_length": 1346,
"cds_start": 2485,
"cds_end": null,
"cds_length": 4041,
"cdna_start": 2780,
"cdna_end": null,
"cdna_length": 5550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2458A>G",
"hgvs_p": "p.Asn820Asp",
"transcript": "XM_047431718.1",
"protein_id": "XP_047287674.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 1337,
"cds_start": 2458,
"cds_end": null,
"cds_length": 4014,
"cdna_start": 2851,
"cdna_end": null,
"cdna_length": 5621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2404A>G",
"hgvs_p": "p.Asn802Asp",
"transcript": "XM_047431719.1",
"protein_id": "XP_047287675.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 1319,
"cds_start": 2404,
"cds_end": null,
"cds_length": 3960,
"cdna_start": 2797,
"cdna_end": null,
"cdna_length": 5567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2317A>G",
"hgvs_p": "p.Asn773Asp",
"transcript": "XM_047431722.1",
"protein_id": "XP_047287678.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 1290,
"cds_start": 2317,
"cds_end": null,
"cds_length": 3873,
"cdna_start": 2691,
"cdna_end": null,
"cdna_length": 5461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.2317A>G",
"hgvs_p": "p.Asn773Asp",
"transcript": "XM_047431723.1",
"protein_id": "XP_047287679.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 1290,
"cds_start": 2317,
"cds_end": null,
"cds_length": 3873,
"cdna_start": 2520,
"cdna_end": null,
"cdna_length": 5290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"dbsnp": "rs886041958",
"frequency_reference_population": 0.0000065729796,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": 0.00000657298,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.28242045640945435,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.072,
"revel_prediction": "Benign",
"alphamissense_score": 0.5936,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.212,
"phylop100way_prediction": "Uncertain_significance",
"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,BP6",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4",
"BP6"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000216373.10",
"gene_symbol": "SOS2",
"hgnc_id": 11188,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2443A>G",
"hgvs_p": "p.Asn815Asp"
}
],
"clinvar_disease": "Noonan syndrome 9,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 LB:1",
"phenotype_combined": "not provided|Noonan syndrome 9",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}