← 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: 2-11201391-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=11201391&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 11201391,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_004850.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2642G>C",
"hgvs_p": "p.Arg881Thr",
"transcript": "NM_004850.5",
"protein_id": "NP_004841.2",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 1388,
"cds_start": 2642,
"cds_end": null,
"cds_length": 4167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000315872.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004850.5"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2642G>C",
"hgvs_p": "p.Arg881Thr",
"transcript": "ENST00000315872.11",
"protein_id": "ENSP00000317985.6",
"transcript_support_level": 1,
"aa_start": 881,
"aa_end": null,
"aa_length": 1388,
"cds_start": 2642,
"cds_end": null,
"cds_length": 4167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004850.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000315872.11"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.1913G>C",
"hgvs_p": "p.Arg638Thr",
"transcript": "ENST00000401753.5",
"protein_id": "ENSP00000385509.1",
"transcript_support_level": 1,
"aa_start": 638,
"aa_end": null,
"aa_length": 1145,
"cds_start": 1913,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000401753.5"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2642G>C",
"hgvs_p": "p.Arg881Thr",
"transcript": "ENST00000944889.1",
"protein_id": "ENSP00000614948.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 1447,
"cds_start": 2642,
"cds_end": null,
"cds_length": 4344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944889.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2642G>C",
"hgvs_p": "p.Arg881Thr",
"transcript": "ENST00000697752.1",
"protein_id": "ENSP00000513431.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 1445,
"cds_start": 2642,
"cds_end": null,
"cds_length": 4338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697752.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2633G>C",
"hgvs_p": "p.Arg878Thr",
"transcript": "ENST00000944890.1",
"protein_id": "ENSP00000614949.1",
"transcript_support_level": null,
"aa_start": 878,
"aa_end": null,
"aa_length": 1385,
"cds_start": 2633,
"cds_end": null,
"cds_length": 4158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944890.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2459G>C",
"hgvs_p": "p.Arg820Thr",
"transcript": "ENST00000944891.1",
"protein_id": "ENSP00000614950.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 1384,
"cds_start": 2459,
"cds_end": null,
"cds_length": 4155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944891.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2384G>C",
"hgvs_p": "p.Arg795Thr",
"transcript": "NM_001321643.2",
"protein_id": "NP_001308572.1",
"transcript_support_level": null,
"aa_start": 795,
"aa_end": null,
"aa_length": 1302,
"cds_start": 2384,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321643.2"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.953G>C",
"hgvs_p": "p.Arg318Thr",
"transcript": "ENST00000697790.1",
"protein_id": "ENSP00000513442.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 911,
"cds_start": 953,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697790.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2642G>C",
"hgvs_p": "p.Arg881Thr",
"transcript": "XM_005246190.4",
"protein_id": "XP_005246247.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 1417,
"cds_start": 2642,
"cds_end": null,
"cds_length": 4254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246190.4"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2642G>C",
"hgvs_p": "p.Arg881Thr",
"transcript": "XM_017005378.3",
"protein_id": "XP_016860867.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 1404,
"cds_start": 2642,
"cds_end": null,
"cds_length": 4215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005378.3"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2384G>C",
"hgvs_p": "p.Arg795Thr",
"transcript": "XM_011510417.3",
"protein_id": "XP_011508719.1",
"transcript_support_level": null,
"aa_start": 795,
"aa_end": null,
"aa_length": 1331,
"cds_start": 2384,
"cds_end": null,
"cds_length": 3996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510417.3"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2384G>C",
"hgvs_p": "p.Arg795Thr",
"transcript": "XM_017005379.3",
"protein_id": "XP_016860868.1",
"transcript_support_level": null,
"aa_start": 795,
"aa_end": null,
"aa_length": 1331,
"cds_start": 2384,
"cds_end": null,
"cds_length": 3996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005379.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "n.3002G>C",
"hgvs_p": null,
"transcript": "ENST00000697791.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000697791.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "n.3002G>C",
"hgvs_p": null,
"transcript": "ENST00000697792.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000697792.1"
}
],
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"dbsnp": "rs200468857",
"frequency_reference_population": 0.00007147536,
"hom_count_reference_population": 0,
"allele_count_reference_population": 115,
"gnomad_exomes_af": 0.0000720758,
"gnomad_genomes_af": 0.0000657263,
"gnomad_exomes_ac": 105,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.18317726254463196,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.146,
"revel_prediction": "Benign",
"alphamissense_score": 0.763,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.882,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_004850.5",
"gene_symbol": "ROCK2",
"hgnc_id": 10252,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2642G>C",
"hgvs_p": "p.Arg881Thr"
}
],
"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
}