← 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: 19-13963616-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=13963616&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 13963616,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_002918.5",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX1",
"gene_hgnc_id": 9982,
"hgvs_c": "c.2492A>G",
"hgvs_p": "p.Gln831Arg",
"transcript": "NM_002918.5",
"protein_id": "NP_002909.4",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 979,
"cds_start": 2492,
"cds_end": null,
"cds_length": 2940,
"cdna_start": 2762,
"cdna_end": null,
"cdna_length": 4375,
"mane_select": "ENST00000254325.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX1",
"gene_hgnc_id": 9982,
"hgvs_c": "c.2492A>G",
"hgvs_p": "p.Gln831Arg",
"transcript": "ENST00000254325.9",
"protein_id": "ENSP00000254325.3",
"transcript_support_level": 1,
"aa_start": 831,
"aa_end": null,
"aa_length": 979,
"cds_start": 2492,
"cds_end": null,
"cds_length": 2940,
"cdna_start": 2762,
"cdna_end": null,
"cdna_length": 4375,
"mane_select": "NM_002918.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX1",
"gene_hgnc_id": 9982,
"hgvs_c": "c.2822A>G",
"hgvs_p": "p.Gln941Arg",
"transcript": "XM_011528166.3",
"protein_id": "XP_011526468.1",
"transcript_support_level": null,
"aa_start": 941,
"aa_end": null,
"aa_length": 1089,
"cds_start": 2822,
"cds_end": null,
"cds_length": 3270,
"cdna_start": 3141,
"cdna_end": null,
"cdna_length": 4754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX1",
"gene_hgnc_id": 9982,
"hgvs_c": "c.2822A>G",
"hgvs_p": "p.Gln941Arg",
"transcript": "XM_011528167.3",
"protein_id": "XP_011526469.1",
"transcript_support_level": null,
"aa_start": 941,
"aa_end": null,
"aa_length": 1089,
"cds_start": 2822,
"cds_end": null,
"cds_length": 3270,
"cdna_start": 2941,
"cdna_end": null,
"cdna_length": 4554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX1",
"gene_hgnc_id": 9982,
"hgvs_c": "c.2528A>G",
"hgvs_p": "p.Gln843Arg",
"transcript": "XM_047439192.1",
"protein_id": "XP_047295148.1",
"transcript_support_level": null,
"aa_start": 843,
"aa_end": null,
"aa_length": 991,
"cds_start": 2528,
"cds_end": null,
"cds_length": 2976,
"cdna_start": 2847,
"cdna_end": null,
"cdna_length": 4460,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX1",
"gene_hgnc_id": 9982,
"hgvs_c": "c.2495A>G",
"hgvs_p": "p.Gln832Arg",
"transcript": "XM_011528169.3",
"protein_id": "XP_011526471.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 980,
"cds_start": 2495,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 2721,
"cdna_end": null,
"cdna_length": 4334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX1",
"gene_hgnc_id": 9982,
"hgvs_c": "c.2495A>G",
"hgvs_p": "p.Gln832Arg",
"transcript": "XM_011528170.3",
"protein_id": "XP_011526472.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 980,
"cds_start": 2495,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 2570,
"cdna_end": null,
"cdna_length": 4183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX1",
"gene_hgnc_id": 9982,
"hgvs_c": "c.2492A>G",
"hgvs_p": "p.Gln831Arg",
"transcript": "XM_047439193.1",
"protein_id": "XP_047295149.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 979,
"cds_start": 2492,
"cds_end": null,
"cds_length": 2940,
"cdna_start": 2811,
"cdna_end": null,
"cdna_length": 4424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX1",
"gene_hgnc_id": 9982,
"hgvs_c": "c.2492A>G",
"hgvs_p": "p.Gln831Arg",
"transcript": "XM_047439194.1",
"protein_id": "XP_047295150.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 979,
"cds_start": 2492,
"cds_end": null,
"cds_length": 2940,
"cdna_start": 2611,
"cdna_end": null,
"cdna_length": 4224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX1",
"gene_hgnc_id": 9982,
"hgvs_c": "c.2198A>G",
"hgvs_p": "p.Gln733Arg",
"transcript": "XM_047439195.1",
"protein_id": "XP_047295151.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 881,
"cds_start": 2198,
"cds_end": null,
"cds_length": 2646,
"cdna_start": 2517,
"cdna_end": null,
"cdna_length": 4130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX1",
"gene_hgnc_id": 9982,
"hgvs_c": "n.*88A>G",
"hgvs_p": null,
"transcript": "ENST00000588520.1",
"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": 241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RFX1",
"gene_hgnc_id": 9982,
"dbsnp": "rs753529527",
"frequency_reference_population": 0.000002067742,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000206774,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2455533742904663,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.112,
"revel_prediction": "Benign",
"alphamissense_score": 0.211,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.008,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002918.5",
"gene_symbol": "RFX1",
"hgnc_id": 9982,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2492A>G",
"hgvs_p": "p.Gln831Arg"
}
],
"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
}