← 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-50182521-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=50182521&ref=A&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 50182521,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000216373.10",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.800T>A",
"hgvs_p": "p.Met267Lys",
"transcript": "NM_006939.4",
"protein_id": "NP_008870.2",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 1332,
"cds_start": 800,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 1095,
"cdna_end": null,
"cdna_length": 5508,
"mane_select": "ENST00000216373.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.800T>A",
"hgvs_p": "p.Met267Lys",
"transcript": "ENST00000216373.10",
"protein_id": "ENSP00000216373.5",
"transcript_support_level": 1,
"aa_start": 267,
"aa_end": null,
"aa_length": 1332,
"cds_start": 800,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 1095,
"cdna_end": null,
"cdna_length": 5508,
"mane_select": "NM_006939.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.800T>A",
"hgvs_p": "p.Met267Lys",
"transcript": "ENST00000543680.5",
"protein_id": "ENSP00000445328.1",
"transcript_support_level": 1,
"aa_start": 267,
"aa_end": null,
"aa_length": 1299,
"cds_start": 800,
"cds_end": null,
"cds_length": 3900,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 3960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.800T>A",
"hgvs_p": "p.Met267Lys",
"transcript": "NM_001411020.1",
"protein_id": "NP_001397949.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 1299,
"cds_start": 800,
"cds_end": null,
"cds_length": 3900,
"cdna_start": 1095,
"cdna_end": null,
"cdna_length": 5409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.995T>A",
"hgvs_p": "p.Met332Lys",
"transcript": "XM_047431713.1",
"protein_id": "XP_047287669.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 1397,
"cds_start": 995,
"cds_end": null,
"cds_length": 4194,
"cdna_start": 1290,
"cdna_end": null,
"cdna_length": 5703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.941T>A",
"hgvs_p": "p.Met314Lys",
"transcript": "XM_047431714.1",
"protein_id": "XP_047287670.1",
"transcript_support_level": null,
"aa_start": 314,
"aa_end": null,
"aa_length": 1379,
"cds_start": 941,
"cds_end": null,
"cds_length": 4140,
"cdna_start": 1236,
"cdna_end": null,
"cdna_length": 5649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.995T>A",
"hgvs_p": "p.Met332Lys",
"transcript": "XM_047431715.1",
"protein_id": "XP_047287671.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 1364,
"cds_start": 995,
"cds_end": null,
"cds_length": 4095,
"cdna_start": 1290,
"cdna_end": null,
"cdna_length": 5604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.854T>A",
"hgvs_p": "p.Met285Lys",
"transcript": "XM_047431716.1",
"protein_id": "XP_047287672.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1350,
"cds_start": 854,
"cds_end": null,
"cds_length": 4053,
"cdna_start": 1149,
"cdna_end": null,
"cdna_length": 5562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.941T>A",
"hgvs_p": "p.Met314Lys",
"transcript": "XM_047431717.1",
"protein_id": "XP_047287673.1",
"transcript_support_level": null,
"aa_start": 314,
"aa_end": null,
"aa_length": 1346,
"cds_start": 941,
"cds_end": null,
"cds_length": 4041,
"cdna_start": 1236,
"cdna_end": null,
"cdna_length": 5550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.815T>A",
"hgvs_p": "p.Met272Lys",
"transcript": "XM_047431718.1",
"protein_id": "XP_047287674.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 1337,
"cds_start": 815,
"cds_end": null,
"cds_length": 4014,
"cdna_start": 1208,
"cdna_end": null,
"cdna_length": 5621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.761T>A",
"hgvs_p": "p.Met254Lys",
"transcript": "XM_047431719.1",
"protein_id": "XP_047287675.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 1319,
"cds_start": 761,
"cds_end": null,
"cds_length": 3960,
"cdna_start": 1154,
"cdna_end": null,
"cdna_length": 5567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.674T>A",
"hgvs_p": "p.Met225Lys",
"transcript": "XM_047431722.1",
"protein_id": "XP_047287678.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 1290,
"cds_start": 674,
"cds_end": null,
"cds_length": 3873,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 5461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "c.674T>A",
"hgvs_p": "p.Met225Lys",
"transcript": "XM_047431723.1",
"protein_id": "XP_047287679.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 1290,
"cds_start": 674,
"cds_end": null,
"cds_length": 3873,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 5290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"hgvs_c": "n.567T>A",
"hgvs_p": null,
"transcript": "ENST00000556469.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SOS2",
"gene_hgnc_id": 11188,
"dbsnp": "rs797045167",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8753030300140381,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.802,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9971,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.47,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.325,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.06,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PS2,PS4_Moderate,PM2_Supporting,PP3",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PS2",
"PS4_Moderate",
"PM2_Supporting",
"PP3"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000216373.10",
"gene_symbol": "SOS2",
"hgnc_id": 11188,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.800T>A",
"hgvs_p": "p.Met267Lys"
}
],
"clinvar_disease": "Noonan syndrome 9,RASopathy,not provided",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "reviewed by expert panel",
"clinvar_submissions_summary": "P:5 LP:1",
"phenotype_combined": "Noonan syndrome 9|not provided|RASopathy",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}