← 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: 12-47748635-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=47748635&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 47748635,
"ref": "C",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000389212.7",
"consequences": [
{
"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": 28,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1155-93G>C",
"hgvs_p": null,
"transcript": "NM_001098531.4",
"protein_id": "NP_001092001.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 923,
"cds_start": -4,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6300,
"mane_select": "ENST00000449771.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1155-93G>C",
"hgvs_p": null,
"transcript": "ENST00000449771.7",
"protein_id": "ENSP00000395708.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 923,
"cds_start": -4,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6300,
"mane_select": "NM_001098531.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1155-93G>C",
"hgvs_p": null,
"transcript": "ENST00000389212.7",
"protein_id": "ENSP00000373864.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 923,
"cds_start": -4,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1029-93G>C",
"hgvs_p": null,
"transcript": "ENST00000549151.5",
"protein_id": "ENSP00000448619.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 881,
"cds_start": -4,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3265,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1029-93G>C",
"hgvs_p": null,
"transcript": "ENST00000548919.5",
"protein_id": "ENSP00000448480.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 814,
"cds_start": -4,
"cds_end": null,
"cds_length": 2445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1155-93G>C",
"hgvs_p": null,
"transcript": "ENST00000395358.7",
"protein_id": "ENSP00000378764.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 598,
"cds_start": -4,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "n.*272-93G>C",
"hgvs_p": null,
"transcript": "ENST00000495465.6",
"protein_id": "ENSP00000449818.1",
"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": 910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "n.*463-93G>C",
"hgvs_p": null,
"transcript": "ENST00000547856.5",
"protein_id": "ENSP00000449905.1",
"transcript_support_level": 2,
"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": 2659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "n.2078G>C",
"hgvs_p": null,
"transcript": "ENST00000479866.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 3917,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "n.1556G>C",
"hgvs_p": null,
"transcript": "ENST00000482843.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 3395,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "n.278G>C",
"hgvs_p": null,
"transcript": "ENST00000494764.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 27,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1029-93G>C",
"hgvs_p": null,
"transcript": "NM_001098532.2",
"protein_id": "NP_001092002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 881,
"cds_start": -4,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1029-93G>C",
"hgvs_p": null,
"transcript": "NM_006105.5",
"protein_id": "NP_006096.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 881,
"cds_start": -4,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1029-93G>C",
"hgvs_p": null,
"transcript": "ENST00000405493.6",
"protein_id": "ENSP00000384521.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 881,
"cds_start": -4,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1200-93G>C",
"hgvs_p": null,
"transcript": "XM_011537752.3",
"protein_id": "XP_011536054.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": -4,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1074-93G>C",
"hgvs_p": null,
"transcript": "XM_011537755.2",
"protein_id": "XP_011536057.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 896,
"cds_start": -4,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1200-93G>C",
"hgvs_p": null,
"transcript": "XM_047428081.1",
"protein_id": "XP_047284037.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 807,
"cds_start": -4,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.723-93G>C",
"hgvs_p": null,
"transcript": "XM_011537758.3",
"protein_id": "XP_011536060.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 779,
"cds_start": -4,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.1200-93G>C",
"hgvs_p": null,
"transcript": "XM_017018688.3",
"protein_id": "XP_016874177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 510,
"cds_start": -4,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1979,
"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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "n.1524-93G>C",
"hgvs_p": null,
"transcript": "XR_001748551.3",
"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": 1996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"hgvs_c": "c.-189G>C",
"hgvs_p": null,
"transcript": "XM_005268571.4",
"protein_id": "XP_005268628.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 495,
"cds_start": -4,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RAPGEF3",
"gene_hgnc_id": 16629,
"dbsnp": "rs757281",
"frequency_reference_population": 0.8076714,
"hom_count_reference_population": 406220,
"allele_count_reference_population": 1001196,
"gnomad_exomes_af": 0.808351,
"gnomad_genomes_af": 0.802812,
"gnomad_exomes_ac": 879053,
"gnomad_genomes_ac": 122143,
"gnomad_exomes_homalt": 357004,
"gnomad_genomes_homalt": 49216,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8999999761581421,
"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.9,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.717,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000389212.7",
"gene_symbol": "RAPGEF3",
"hgnc_id": 16629,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1155-93G>C",
"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
}