← 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-11197248-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=11197248&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 11197248,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_004850.5",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3380A>G",
"hgvs_p": "p.His1127Arg",
"transcript": "NM_004850.5",
"protein_id": "NP_004841.2",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1388,
"cds_start": 3380,
"cds_end": null,
"cds_length": 4167,
"cdna_start": 3880,
"cdna_end": null,
"cdna_length": 8345,
"mane_select": "ENST00000315872.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004850.5"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3380A>G",
"hgvs_p": "p.His1127Arg",
"transcript": "ENST00000315872.11",
"protein_id": "ENSP00000317985.6",
"transcript_support_level": 1,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1388,
"cds_start": 3380,
"cds_end": null,
"cds_length": 4167,
"cdna_start": 3880,
"cdna_end": null,
"cdna_length": 8345,
"mane_select": "NM_004850.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000315872.11"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2651A>G",
"hgvs_p": "p.His884Arg",
"transcript": "ENST00000401753.5",
"protein_id": "ENSP00000385509.1",
"transcript_support_level": 1,
"aa_start": 884,
"aa_end": null,
"aa_length": 1145,
"cds_start": 2651,
"cds_end": null,
"cds_length": 3438,
"cdna_start": 3124,
"cdna_end": null,
"cdna_length": 4017,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000401753.5"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3380A>G",
"hgvs_p": "p.His1127Arg",
"transcript": "ENST00000944889.1",
"protein_id": "ENSP00000614948.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1447,
"cds_start": 3380,
"cds_end": null,
"cds_length": 4344,
"cdna_start": 3928,
"cdna_end": null,
"cdna_length": 8529,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944889.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3380A>G",
"hgvs_p": "p.His1127Arg",
"transcript": "ENST00000697752.1",
"protein_id": "ENSP00000513431.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1445,
"cds_start": 3380,
"cds_end": null,
"cds_length": 4338,
"cdna_start": 3880,
"cdna_end": null,
"cdna_length": 8516,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697752.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3371A>G",
"hgvs_p": "p.His1124Arg",
"transcript": "ENST00000944890.1",
"protein_id": "ENSP00000614949.1",
"transcript_support_level": null,
"aa_start": 1124,
"aa_end": null,
"aa_length": 1385,
"cds_start": 3371,
"cds_end": null,
"cds_length": 4158,
"cdna_start": 3862,
"cdna_end": null,
"cdna_length": 6113,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944890.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3197A>G",
"hgvs_p": "p.His1066Arg",
"transcript": "ENST00000944891.1",
"protein_id": "ENSP00000614950.1",
"transcript_support_level": null,
"aa_start": 1066,
"aa_end": null,
"aa_length": 1384,
"cds_start": 3197,
"cds_end": null,
"cds_length": 4155,
"cdna_start": 3665,
"cdna_end": null,
"cdna_length": 5743,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944891.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3122A>G",
"hgvs_p": "p.His1041Arg",
"transcript": "NM_001321643.2",
"protein_id": "NP_001308572.1",
"transcript_support_level": null,
"aa_start": 1041,
"aa_end": null,
"aa_length": 1302,
"cds_start": 3122,
"cds_end": null,
"cds_length": 3909,
"cdna_start": 3403,
"cdna_end": null,
"cdna_length": 7868,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321643.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.1691A>G",
"hgvs_p": "p.His564Arg",
"transcript": "ENST00000697790.1",
"protein_id": "ENSP00000513442.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 911,
"cds_start": 1691,
"cds_end": null,
"cds_length": 2736,
"cdna_start": 1691,
"cdna_end": null,
"cdna_length": 6431,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697790.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3380A>G",
"hgvs_p": "p.His1127Arg",
"transcript": "XM_005246190.4",
"protein_id": "XP_005246247.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1417,
"cds_start": 3380,
"cds_end": null,
"cds_length": 4254,
"cdna_start": 3880,
"cdna_end": null,
"cdna_length": 8449,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246190.4"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3380A>G",
"hgvs_p": "p.His1127Arg",
"transcript": "XM_017005378.3",
"protein_id": "XP_016860867.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1404,
"cds_start": 3380,
"cds_end": null,
"cds_length": 4215,
"cdna_start": 3880,
"cdna_end": null,
"cdna_length": 5802,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005378.3"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3122A>G",
"hgvs_p": "p.His1041Arg",
"transcript": "XM_011510417.3",
"protein_id": "XP_011508719.1",
"transcript_support_level": null,
"aa_start": 1041,
"aa_end": null,
"aa_length": 1331,
"cds_start": 3122,
"cds_end": null,
"cds_length": 3996,
"cdna_start": 3403,
"cdna_end": null,
"cdna_length": 7972,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510417.3"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3122A>G",
"hgvs_p": "p.His1041Arg",
"transcript": "XM_017005379.3",
"protein_id": "XP_016860868.1",
"transcript_support_level": null,
"aa_start": 1041,
"aa_end": null,
"aa_length": 1331,
"cds_start": 3122,
"cds_end": null,
"cds_length": 3996,
"cdna_start": 3258,
"cdna_end": null,
"cdna_length": 7827,
"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": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "n.3740A>G",
"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": 6572,
"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": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "n.3740A>G",
"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": 6561,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000697792.1"
}
],
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"dbsnp": "rs759845445",
"frequency_reference_population": 0.00007497134,
"hom_count_reference_population": 0,
"allele_count_reference_population": 121,
"gnomad_exomes_af": 0.0000793595,
"gnomad_genomes_af": 0.0000328412,
"gnomad_exomes_ac": 116,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11075499653816223,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.098,
"revel_prediction": "Benign",
"alphamissense_score": 0.1407,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.661,
"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": -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.3380A>G",
"hgvs_p": "p.His1127Arg"
}
],
"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
}