← 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: 1-220196403-TAAA-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=220196403&ref=TAAA&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 220196403,
"ref": "TAAA",
"alt": "T",
"effect": "splice_region_variant,intron_variant",
"transcript": "ENST00000358951.7",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.812-8_812-6delTTT",
"hgvs_p": null,
"transcript": "NM_012414.4",
"protein_id": "NP_036546.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1393,
"cds_start": -4,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7256,
"mane_select": "ENST00000358951.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.812-8_812-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000358951.7",
"protein_id": "ENSP00000351832.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1393,
"cds_start": -4,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7256,
"mane_select": "NM_012414.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.887-8_887-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000692972.1",
"protein_id": "ENSP00000510753.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1418,
"cds_start": -4,
"cds_end": null,
"cds_length": 4257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.824-8_824-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000691661.1",
"protein_id": "ENSP00000510185.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1397,
"cds_start": -4,
"cds_end": null,
"cds_length": 4194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.812-8_812-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000692813.1",
"protein_id": "ENSP00000509080.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1381,
"cds_start": -4,
"cds_end": null,
"cds_length": 4146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.812-8_812-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000690824.1",
"protein_id": "ENSP00000510709.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1368,
"cds_start": -4,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.713-8_713-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000690315.1",
"protein_id": "ENSP00000509834.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1360,
"cds_start": -4,
"cds_end": null,
"cds_length": 4083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.710-8_710-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000691862.1",
"protein_id": "ENSP00000509291.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1359,
"cds_start": -4,
"cds_end": null,
"cds_length": 4080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.812-8_812-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000685664.1",
"protein_id": "ENSP00000509121.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1358,
"cds_start": -4,
"cds_end": null,
"cds_length": 4077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.548-8_548-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000686381.1",
"protein_id": "ENSP00000509555.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1305,
"cds_start": -4,
"cds_end": null,
"cds_length": 3918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.548-8_548-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000687065.1",
"protein_id": "ENSP00000510408.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1305,
"cds_start": -4,
"cds_end": null,
"cds_length": 3918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.548-8_548-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000687647.1",
"protein_id": "ENSP00000509205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1305,
"cds_start": -4,
"cds_end": null,
"cds_length": 3918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.607-8_607-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000237724.9",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 821,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.292-5981_292-5979delTTT",
"hgvs_p": null,
"transcript": "ENST00000478976.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.812-8_812-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000685286.1",
"protein_id": "ENSP00000509457.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5209,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.918-8_918-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000687394.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.1227-8_1227-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000688035.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.1151-8_1151-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000690373.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.842-8_842-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000690379.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.905-8_905-6delTTT",
"hgvs_p": null,
"transcript": "ENST00000693602.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7760,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"dbsnp": "rs35396665",
"frequency_reference_population": 8.311364e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 8.31136e-7,
"gnomad_genomes_af": 0,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 0,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.10000000149011612,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.214,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.1,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000358951.7",
"gene_symbol": "RAB3GAP2",
"hgnc_id": 17168,
"effects": [
"splice_region_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.812-8_812-6delTTT",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}