← 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: 19-1068473-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=1068473&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 1068473,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001258328.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.150C>T",
"hgvs_p": "p.Pro50Pro",
"transcript": "NM_012292.5",
"protein_id": "NP_036424.2",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 1136,
"cds_start": 150,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000313093.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012292.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.150C>T",
"hgvs_p": "p.Pro50Pro",
"transcript": "ENST00000313093.7",
"protein_id": "ENSP00000316772.2",
"transcript_support_level": 1,
"aa_start": 50,
"aa_end": null,
"aa_length": 1136,
"cds_start": 150,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012292.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000313093.7"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.162C>T",
"hgvs_p": "p.Pro54Pro",
"transcript": "ENST00000586866.5",
"protein_id": "ENSP00000468615.1",
"transcript_support_level": 1,
"aa_start": 54,
"aa_end": null,
"aa_length": 1140,
"cds_start": 162,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586866.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.150C>T",
"hgvs_p": "p.Pro50Pro",
"transcript": "ENST00000885660.1",
"protein_id": "ENSP00000555719.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 1164,
"cds_start": 150,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885660.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.231C>T",
"hgvs_p": "p.Pro77Pro",
"transcript": "ENST00000590214.5",
"protein_id": "ENSP00000466401.1",
"transcript_support_level": 5,
"aa_start": 77,
"aa_end": null,
"aa_length": 1163,
"cds_start": 231,
"cds_end": null,
"cds_length": 3492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000590214.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.150C>T",
"hgvs_p": "p.Pro50Pro",
"transcript": "ENST00000964187.1",
"protein_id": "ENSP00000634246.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 1159,
"cds_start": 150,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964187.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.198C>T",
"hgvs_p": "p.Pro66Pro",
"transcript": "NM_001258328.4",
"protein_id": "NP_001245257.1",
"transcript_support_level": null,
"aa_start": 66,
"aa_end": null,
"aa_length": 1152,
"cds_start": 198,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258328.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.198C>T",
"hgvs_p": "p.Pro66Pro",
"transcript": "ENST00000539243.6",
"protein_id": "ENSP00000439601.1",
"transcript_support_level": 2,
"aa_start": 66,
"aa_end": null,
"aa_length": 1152,
"cds_start": 198,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539243.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.162C>T",
"hgvs_p": "p.Pro54Pro",
"transcript": "NM_001321232.2",
"protein_id": "NP_001308161.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 1140,
"cds_start": 162,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321232.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.150C>T",
"hgvs_p": "p.Pro50Pro",
"transcript": "ENST00000885658.1",
"protein_id": "ENSP00000555717.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 1137,
"cds_start": 150,
"cds_end": null,
"cds_length": 3414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885658.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.150C>T",
"hgvs_p": "p.Pro50Pro",
"transcript": "ENST00000885662.1",
"protein_id": "ENSP00000555721.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 1131,
"cds_start": 150,
"cds_end": null,
"cds_length": 3396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885662.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.150C>T",
"hgvs_p": "p.Pro50Pro",
"transcript": "ENST00000885661.1",
"protein_id": "ENSP00000555720.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 1121,
"cds_start": 150,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885661.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.150C>T",
"hgvs_p": "p.Pro50Pro",
"transcript": "ENST00000885659.1",
"protein_id": "ENSP00000555718.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 1108,
"cds_start": 150,
"cds_end": null,
"cds_length": 3327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885659.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.165C>T",
"hgvs_p": "p.Pro55Pro",
"transcript": "ENST00000587186.5",
"protein_id": "ENSP00000467741.1",
"transcript_support_level": 5,
"aa_start": 55,
"aa_end": null,
"aa_length": 169,
"cds_start": 165,
"cds_end": null,
"cds_length": 511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000587186.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.198C>T",
"hgvs_p": "p.Pro66Pro",
"transcript": "XM_047438545.1",
"protein_id": "XP_047294501.1",
"transcript_support_level": null,
"aa_start": 66,
"aa_end": null,
"aa_length": 1180,
"cds_start": 198,
"cds_end": null,
"cds_length": 3543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438545.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.162C>T",
"hgvs_p": "p.Pro54Pro",
"transcript": "XM_011527858.1",
"protein_id": "XP_011526160.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 1168,
"cds_start": 162,
"cds_end": null,
"cds_length": 3507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527858.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.150C>T",
"hgvs_p": "p.Pro50Pro",
"transcript": "XM_047438546.1",
"protein_id": "XP_047294502.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 1164,
"cds_start": 150,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438546.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.162C>T",
"hgvs_p": "p.Pro54Pro",
"transcript": "XM_047438547.1",
"protein_id": "XP_047294503.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 1140,
"cds_start": 162,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438547.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "c.150C>T",
"hgvs_p": "p.Pro50Pro",
"transcript": "XM_047438548.1",
"protein_id": "XP_047294504.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 1136,
"cds_start": 150,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438548.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "n.90+978C>T",
"hgvs_p": null,
"transcript": "ENST00000587602.5",
"protein_id": "ENSP00000466365.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000587602.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"hgvs_c": "n.177+978C>T",
"hgvs_p": null,
"transcript": "ENST00000591293.2",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000591293.2"
}
],
"gene_symbol": "ARHGAP45",
"gene_hgnc_id": 17102,
"dbsnp": "rs756372104",
"frequency_reference_population": 0.000022727187,
"hom_count_reference_population": 0,
"allele_count_reference_population": 36,
"gnomad_exomes_af": 0.0000223502,
"gnomad_genomes_af": 0.0000262726,
"gnomad_exomes_ac": 32,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7699999809265137,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.77,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.776,
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_001258328.4",
"gene_symbol": "ARHGAP45",
"hgnc_id": 17102,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.198C>T",
"hgvs_p": "p.Pro66Pro"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}