← 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-11194301-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=11194301&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 11194301,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_004850.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3563A>G",
"hgvs_p": "p.Glu1188Gly",
"transcript": "NM_004850.5",
"protein_id": "NP_004841.2",
"transcript_support_level": null,
"aa_start": 1188,
"aa_end": null,
"aa_length": 1388,
"cds_start": 3563,
"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": "E",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3563A>G",
"hgvs_p": "p.Glu1188Gly",
"transcript": "ENST00000315872.11",
"protein_id": "ENSP00000317985.6",
"transcript_support_level": 1,
"aa_start": 1188,
"aa_end": null,
"aa_length": 1388,
"cds_start": 3563,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2834A>G",
"hgvs_p": "p.Glu945Gly",
"transcript": "ENST00000401753.5",
"protein_id": "ENSP00000385509.1",
"transcript_support_level": 1,
"aa_start": 945,
"aa_end": null,
"aa_length": 1145,
"cds_start": 2834,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3740A>G",
"hgvs_p": "p.Glu1247Gly",
"transcript": "ENST00000944889.1",
"protein_id": "ENSP00000614948.1",
"transcript_support_level": null,
"aa_start": 1247,
"aa_end": null,
"aa_length": 1447,
"cds_start": 3740,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3734A>G",
"hgvs_p": "p.Glu1245Gly",
"transcript": "ENST00000697752.1",
"protein_id": "ENSP00000513431.1",
"transcript_support_level": null,
"aa_start": 1245,
"aa_end": null,
"aa_length": 1445,
"cds_start": 3734,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3554A>G",
"hgvs_p": "p.Glu1185Gly",
"transcript": "ENST00000944890.1",
"protein_id": "ENSP00000614949.1",
"transcript_support_level": null,
"aa_start": 1185,
"aa_end": null,
"aa_length": 1385,
"cds_start": 3554,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3551A>G",
"hgvs_p": "p.Glu1184Gly",
"transcript": "ENST00000944891.1",
"protein_id": "ENSP00000614950.1",
"transcript_support_level": null,
"aa_start": 1184,
"aa_end": null,
"aa_length": 1384,
"cds_start": 3551,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3305A>G",
"hgvs_p": "p.Glu1102Gly",
"transcript": "NM_001321643.2",
"protein_id": "NP_001308572.1",
"transcript_support_level": null,
"aa_start": 1102,
"aa_end": null,
"aa_length": 1302,
"cds_start": 3305,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.2045A>G",
"hgvs_p": "p.Glu682Gly",
"transcript": "ENST00000697790.1",
"protein_id": "ENSP00000513442.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 911,
"cds_start": 2045,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3563A>G",
"hgvs_p": "p.Glu1188Gly",
"transcript": "XM_005246190.4",
"protein_id": "XP_005246247.1",
"transcript_support_level": null,
"aa_start": 1188,
"aa_end": null,
"aa_length": 1417,
"cds_start": 3563,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3563A>G",
"hgvs_p": "p.Glu1188Gly",
"transcript": "XM_017005378.3",
"protein_id": "XP_016860867.1",
"transcript_support_level": null,
"aa_start": 1188,
"aa_end": null,
"aa_length": 1404,
"cds_start": 3563,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3305A>G",
"hgvs_p": "p.Glu1102Gly",
"transcript": "XM_011510417.3",
"protein_id": "XP_011508719.1",
"transcript_support_level": null,
"aa_start": 1102,
"aa_end": null,
"aa_length": 1331,
"cds_start": 3305,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "c.3305A>G",
"hgvs_p": "p.Glu1102Gly",
"transcript": "XM_017005379.3",
"protein_id": "XP_016860868.1",
"transcript_support_level": null,
"aa_start": 1102,
"aa_end": null,
"aa_length": 1331,
"cds_start": 3305,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "n.206A>G",
"hgvs_p": null,
"transcript": "ENST00000460262.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000460262.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "n.300A>G",
"hgvs_p": null,
"transcript": "ENST00000493096.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000493096.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "n.3923A>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": 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": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"hgvs_c": "n.3923A>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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000697792.1"
}
],
"gene_symbol": "ROCK2",
"gene_hgnc_id": 10252,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7532202005386353,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.408,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4984,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 8.014,
"phylop100way_prediction": "Pathogenic",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004850.5",
"gene_symbol": "ROCK2",
"hgnc_id": 10252,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3563A>G",
"hgvs_p": "p.Glu1188Gly"
}
],
"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
}