← 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: 17-1897306-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=1897306&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 1897306,
"ref": "C",
"alt": "A",
"effect": "3_prime_UTR_variant",
"transcript": "NM_002945.5",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "NM_002945.5",
"protein_id": "NP_002936.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000254719.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002945.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000254719.10",
"protein_id": "ENSP00000254719.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002945.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000254719.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000852058.1",
"protein_id": "ENSP00000522117.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 663,
"cds_start": null,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852058.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000852055.1",
"protein_id": "ENSP00000522114.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 647,
"cds_start": null,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852055.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000852057.1",
"protein_id": "ENSP00000522116.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 639,
"cds_start": null,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852057.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000962481.1",
"protein_id": "ENSP00000632540.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 632,
"cds_start": null,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962481.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000852060.1",
"protein_id": "ENSP00000522119.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 620,
"cds_start": null,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852060.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000933416.1",
"protein_id": "ENSP00000603475.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 615,
"cds_start": null,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933416.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000852063.1",
"protein_id": "ENSP00000522122.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852063.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000852064.1",
"protein_id": "ENSP00000522123.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": null,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852064.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000933417.1",
"protein_id": "ENSP00000603476.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 606,
"cds_start": null,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933417.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "NM_001355120.2",
"protein_id": "NP_001342049.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 603,
"cds_start": null,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001355120.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000933418.1",
"protein_id": "ENSP00000603477.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 600,
"cds_start": null,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933418.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000852056.1",
"protein_id": "ENSP00000522115.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 585,
"cds_start": null,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852056.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000852062.1",
"protein_id": "ENSP00000522121.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 580,
"cds_start": null,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852062.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "NM_001355121.2",
"protein_id": "NP_001342050.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 557,
"cds_start": null,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001355121.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000852061.1",
"protein_id": "ENSP00000522120.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 521,
"cds_start": null,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852061.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000933419.1",
"protein_id": "ENSP00000603478.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 463,
"cds_start": null,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933419.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000933420.1",
"protein_id": "ENSP00000603479.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 411,
"cds_start": null,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933420.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000852059.1",
"protein_id": "ENSP00000522118.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": null,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852059.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000574049.1",
"protein_id": "ENSP00000461466.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 313,
"cds_start": null,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000574049.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"hgvs_c": "n.614C>A",
"hgvs_p": null,
"transcript": "ENST00000573994.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": "ENST00000573994.1"
}
],
"gene_symbol": "RPA1",
"gene_hgnc_id": 10289,
"dbsnp": "rs5030740",
"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.7900000214576721,
"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.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.095,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_002945.5",
"gene_symbol": "RPA1",
"hgnc_id": 10289,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.*131C>A",
"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
}