← 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-27894088-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=27894088&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 27894088,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001297558.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.652G>T",
"hgvs_p": "p.Ala218Ser",
"transcript": "NM_002946.5",
"protein_id": "NP_002937.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 270,
"cds_start": 652,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000373912.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002946.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.652G>T",
"hgvs_p": "p.Ala218Ser",
"transcript": "ENST00000373912.8",
"protein_id": "ENSP00000363021.3",
"transcript_support_level": 1,
"aa_start": 218,
"aa_end": null,
"aa_length": 270,
"cds_start": 652,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002946.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373912.8"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.916G>T",
"hgvs_p": "p.Ala306Ser",
"transcript": "ENST00000313433.11",
"protein_id": "ENSP00000363015.3",
"transcript_support_level": 1,
"aa_start": 306,
"aa_end": null,
"aa_length": 358,
"cds_start": 916,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000313433.11"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.697G>T",
"hgvs_p": "p.Ala233Ser",
"transcript": "ENST00000935486.1",
"protein_id": "ENSP00000605545.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 285,
"cds_start": 697,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935486.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.676G>T",
"hgvs_p": "p.Ala226Ser",
"transcript": "NM_001297558.1",
"protein_id": "NP_001284487.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 278,
"cds_start": 676,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001297558.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.676G>T",
"hgvs_p": "p.Ala226Ser",
"transcript": "ENST00000373909.7",
"protein_id": "ENSP00000363017.3",
"transcript_support_level": 3,
"aa_start": 226,
"aa_end": null,
"aa_length": 278,
"cds_start": 676,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373909.7"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.664G>T",
"hgvs_p": "p.Ala222Ser",
"transcript": "NM_001355129.2",
"protein_id": "NP_001342058.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 274,
"cds_start": 664,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001355129.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.577G>T",
"hgvs_p": "p.Ala193Ser",
"transcript": "ENST00000882504.1",
"protein_id": "ENSP00000552563.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 245,
"cds_start": 577,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882504.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.538G>T",
"hgvs_p": "p.Ala180Ser",
"transcript": "ENST00000882506.1",
"protein_id": "ENSP00000552565.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 232,
"cds_start": 538,
"cds_end": null,
"cds_length": 699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882506.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.472G>T",
"hgvs_p": "p.Ala158Ser",
"transcript": "ENST00000935485.1",
"protein_id": "ENSP00000605544.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 210,
"cds_start": 472,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935485.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Ala154Ser",
"transcript": "ENST00000882505.1",
"protein_id": "ENSP00000552564.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 206,
"cds_start": 460,
"cds_end": null,
"cds_length": 621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882505.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.436G>T",
"hgvs_p": "p.Ala146Ser",
"transcript": "ENST00000882507.1",
"protein_id": "ENSP00000552566.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 198,
"cds_start": 436,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882507.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.364G>T",
"hgvs_p": "p.Ala122Ser",
"transcript": "NM_001286076.2",
"protein_id": "NP_001273005.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 174,
"cds_start": 364,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286076.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.364G>T",
"hgvs_p": "p.Ala122Ser",
"transcript": "NM_001355128.2",
"protein_id": "NP_001342057.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 174,
"cds_start": 364,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001355128.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.208G>T",
"hgvs_p": "p.Ala70Ser",
"transcript": "ENST00000419958.5",
"protein_id": "ENSP00000413541.1",
"transcript_support_level": 3,
"aa_start": 70,
"aa_end": null,
"aa_length": 122,
"cds_start": 208,
"cds_end": null,
"cds_length": 369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419958.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.601G>T",
"hgvs_p": "p.Ala201Ser",
"transcript": "XM_024448862.2",
"protein_id": "XP_024304630.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 253,
"cds_start": 601,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448862.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"hgvs_c": "c.577G>T",
"hgvs_p": "p.Ala193Ser",
"transcript": "XM_024448864.2",
"protein_id": "XP_024304632.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 245,
"cds_start": 577,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448864.2"
}
],
"gene_symbol": "RPA2",
"gene_hgnc_id": 10290,
"dbsnp": "rs751138848",
"frequency_reference_population": 0.000012314766,
"hom_count_reference_population": 0,
"allele_count_reference_population": 18,
"gnomad_exomes_af": 0.0000123148,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 18,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09402090311050415,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.018,
"revel_prediction": "Benign",
"alphamissense_score": 0.0789,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.582,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001297558.1",
"gene_symbol": "RPA2",
"hgnc_id": 10290,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.676G>T",
"hgvs_p": "p.Ala226Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}