← 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: 11-46679760-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=46679760&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 46679760,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_004308.5",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Phe305Phe",
"transcript": "NM_004308.5",
"protein_id": "NP_004299.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 439,
"cds_start": 915,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000311956.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004308.5"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Phe305Phe",
"transcript": "ENST00000311956.9",
"protein_id": "ENSP00000310491.4",
"transcript_support_level": 1,
"aa_start": 305,
"aa_end": null,
"aa_length": 439,
"cds_start": 915,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004308.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311956.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "n.658C>T",
"hgvs_p": null,
"transcript": "ENST00000526423.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000526423.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.1080C>T",
"hgvs_p": "p.Phe360Phe",
"transcript": "ENST00000873835.1",
"protein_id": "ENSP00000543894.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 494,
"cds_start": 1080,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873835.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.1059C>T",
"hgvs_p": "p.Phe353Phe",
"transcript": "ENST00000917231.1",
"protein_id": "ENSP00000587290.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 487,
"cds_start": 1059,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917231.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.963C>T",
"hgvs_p": "p.Phe321Phe",
"transcript": "ENST00000970419.1",
"protein_id": "ENSP00000640478.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 455,
"cds_start": 963,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970419.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.945C>T",
"hgvs_p": "p.Phe315Phe",
"transcript": "ENST00000873834.1",
"protein_id": "ENSP00000543893.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 449,
"cds_start": 945,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873834.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Phe305Phe",
"transcript": "ENST00000873837.1",
"protein_id": "ENSP00000543896.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 439,
"cds_start": 915,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873837.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Phe305Phe",
"transcript": "ENST00000873838.1",
"protein_id": "ENSP00000543897.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 439,
"cds_start": 915,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873838.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Phe305Phe",
"transcript": "ENST00000873840.1",
"protein_id": "ENSP00000543899.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 439,
"cds_start": 915,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873840.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Phe305Phe",
"transcript": "ENST00000917227.1",
"protein_id": "ENSP00000587286.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 439,
"cds_start": 915,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917227.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Phe305Phe",
"transcript": "ENST00000970420.1",
"protein_id": "ENSP00000640479.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 439,
"cds_start": 915,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970420.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.837C>T",
"hgvs_p": "p.Phe279Phe",
"transcript": "ENST00000873836.1",
"protein_id": "ENSP00000543895.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 413,
"cds_start": 837,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873836.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.705C>T",
"hgvs_p": "p.Phe235Phe",
"transcript": "ENST00000917229.1",
"protein_id": "ENSP00000587288.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 369,
"cds_start": 705,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917229.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.774C>T",
"hgvs_p": "p.Phe258Phe",
"transcript": "ENST00000528837.5",
"protein_id": "ENSP00000434883.1",
"transcript_support_level": 5,
"aa_start": 258,
"aa_end": null,
"aa_length": 332,
"cds_start": 774,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528837.5"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Phe305Phe",
"transcript": "XM_047426933.1",
"protein_id": "XP_047282889.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 439,
"cds_start": 915,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426933.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.783C>T",
"hgvs_p": "p.Phe261Phe",
"transcript": "XM_024448520.2",
"protein_id": "XP_024304288.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 395,
"cds_start": 783,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448520.2"
},
{
"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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.899-292C>T",
"hgvs_p": null,
"transcript": "ENST00000873839.1",
"protein_id": "ENSP00000543898.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": null,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873839.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": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.821-292C>T",
"hgvs_p": null,
"transcript": "ENST00000917228.1",
"protein_id": "ENSP00000587287.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 370,
"cds_start": null,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917228.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"hgvs_c": "c.689-292C>T",
"hgvs_p": null,
"transcript": "ENST00000917230.1",
"protein_id": "ENSP00000587289.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 326,
"cds_start": null,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917230.1"
}
],
"gene_symbol": "ARHGAP1",
"gene_hgnc_id": 673,
"dbsnp": "rs758065311",
"frequency_reference_population": 0.000019831457,
"hom_count_reference_population": 0,
"allele_count_reference_population": 32,
"gnomad_exomes_af": 0.0000177911,
"gnomad_genomes_af": 0.0000394239,
"gnomad_exomes_ac": 26,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6399999856948853,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.64,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.5,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_004308.5",
"gene_symbol": "ARHGAP1",
"hgnc_id": 673,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Phe305Phe"
}
],
"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
}