← 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: 22-36300232-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=36300232&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 36300232,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_002473.6",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "NM_002473.6",
"protein_id": "NP_002464.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1960,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5883,
"cdna_start": 3051,
"cdna_end": null,
"cdna_length": 7451,
"mane_select": "ENST00000216181.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002473.6"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "ENST00000216181.11",
"protein_id": "ENSP00000216181.6",
"transcript_support_level": 1,
"aa_start": 957,
"aa_end": null,
"aa_length": 1960,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5883,
"cdna_start": 3051,
"cdna_end": null,
"cdna_length": 7451,
"mane_select": "NM_002473.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000216181.11"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2934C>A",
"hgvs_p": "p.Ser978Arg",
"transcript": "ENST00000685801.1",
"protein_id": "ENSP00000510688.1",
"transcript_support_level": null,
"aa_start": 978,
"aa_end": null,
"aa_length": 1981,
"cds_start": 2934,
"cds_end": null,
"cds_length": 5946,
"cdna_start": 3148,
"cdna_end": null,
"cdna_length": 7536,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000685801.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2934C>A",
"hgvs_p": "p.Ser978Arg",
"transcript": "ENST00000955568.1",
"protein_id": "ENSP00000625627.1",
"transcript_support_level": null,
"aa_start": 978,
"aa_end": null,
"aa_length": 1981,
"cds_start": 2934,
"cds_end": null,
"cds_length": 5946,
"cdna_start": 3107,
"cdna_end": null,
"cdna_length": 7504,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955568.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2919C>A",
"hgvs_p": "p.Ser973Arg",
"transcript": "ENST00000955563.1",
"protein_id": "ENSP00000625622.1",
"transcript_support_level": null,
"aa_start": 973,
"aa_end": null,
"aa_length": 1976,
"cds_start": 2919,
"cds_end": null,
"cds_length": 5931,
"cdna_start": 3098,
"cdna_end": null,
"cdna_length": 7497,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955563.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "ENST00000859030.1",
"protein_id": "ENSP00000529089.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1973,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5922,
"cdna_start": 3091,
"cdna_end": null,
"cdna_length": 7531,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859030.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2907C>A",
"hgvs_p": "p.Ser969Arg",
"transcript": "ENST00000955566.1",
"protein_id": "ENSP00000625625.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1972,
"cds_start": 2907,
"cds_end": null,
"cds_length": 5919,
"cdna_start": 3084,
"cdna_end": null,
"cdna_length": 6220,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955566.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "ENST00000859032.1",
"protein_id": "ENSP00000529091.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1960,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5883,
"cdna_start": 2935,
"cdna_end": null,
"cdna_length": 7335,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859032.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "ENST00000859033.1",
"protein_id": "ENSP00000529092.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1960,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5883,
"cdna_start": 2966,
"cdna_end": null,
"cdna_length": 7001,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859033.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "ENST00000859034.1",
"protein_id": "ENSP00000529093.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1960,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5883,
"cdna_start": 3021,
"cdna_end": null,
"cdna_length": 7419,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859034.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "ENST00000859035.1",
"protein_id": "ENSP00000529094.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1960,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5883,
"cdna_start": 3165,
"cdna_end": null,
"cdna_length": 7563,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859035.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "ENST00000859036.1",
"protein_id": "ENSP00000529095.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1960,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5883,
"cdna_start": 3046,
"cdna_end": null,
"cdna_length": 7446,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859036.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "ENST00000859037.1",
"protein_id": "ENSP00000529096.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1960,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5883,
"cdna_start": 3143,
"cdna_end": null,
"cdna_length": 7172,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859037.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "ENST00000955567.1",
"protein_id": "ENSP00000625626.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1960,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5883,
"cdna_start": 3017,
"cdna_end": null,
"cdna_length": 7418,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955567.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2868C>A",
"hgvs_p": "p.Ser956Arg",
"transcript": "ENST00000955564.1",
"protein_id": "ENSP00000625623.1",
"transcript_support_level": null,
"aa_start": 956,
"aa_end": null,
"aa_length": 1959,
"cds_start": 2868,
"cds_end": null,
"cds_length": 5880,
"cdna_start": 3047,
"cdna_end": null,
"cdna_length": 7446,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955564.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2865C>A",
"hgvs_p": "p.Ser955Arg",
"transcript": "ENST00000927179.1",
"protein_id": "ENSP00000597238.1",
"transcript_support_level": null,
"aa_start": 955,
"aa_end": null,
"aa_length": 1958,
"cds_start": 2865,
"cds_end": null,
"cds_length": 5877,
"cdna_start": 3043,
"cdna_end": null,
"cdna_length": 7078,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927179.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "ENST00000955562.1",
"protein_id": "ENSP00000625621.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1958,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5877,
"cdna_start": 3092,
"cdna_end": null,
"cdna_length": 7485,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955562.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "ENST00000955565.1",
"protein_id": "ENSP00000625624.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1957,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5874,
"cdna_start": 3031,
"cdna_end": null,
"cdna_length": 7418,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955565.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg",
"transcript": "ENST00000859031.1",
"protein_id": "ENSP00000529090.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1956,
"cds_start": 2871,
"cds_end": null,
"cds_length": 5871,
"cdna_start": 3051,
"cdna_end": null,
"cdna_length": 7439,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859031.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": 20,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "c.679-6000C>A",
"hgvs_p": null,
"transcript": "ENST00000927178.1",
"protein_id": "ENSP00000597237.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 954,
"cds_start": null,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4470,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927178.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"hgvs_c": "n.3166C>A",
"hgvs_p": null,
"transcript": "ENST00000691109.1",
"protein_id": null,
"transcript_support_level": null,
"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": 7554,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000691109.1"
}
],
"gene_symbol": "MYH9",
"gene_hgnc_id": 7579,
"dbsnp": "rs374840260",
"frequency_reference_population": 0.000001368828,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136883,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09740251302719116,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.307,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8029,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.7,
"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_002473.6",
"gene_symbol": "MYH9",
"hgnc_id": 7579,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2871C>A",
"hgvs_p": "p.Ser957Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}