← 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: 11-32097191-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=32097191&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 32097191,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_002901.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RCN1",
"gene_hgnc_id": 9934,
"hgvs_c": "c.302C>A",
"hgvs_p": "p.Thr101Asn",
"transcript": "NM_002901.4",
"protein_id": "NP_002892.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 331,
"cds_start": 302,
"cds_end": null,
"cds_length": 996,
"cdna_start": 425,
"cdna_end": null,
"cdna_length": 2369,
"mane_select": "ENST00000054950.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RCN1",
"gene_hgnc_id": 9934,
"hgvs_c": "c.302C>A",
"hgvs_p": "p.Thr101Asn",
"transcript": "ENST00000054950.4",
"protein_id": "ENSP00000054950.4",
"transcript_support_level": 1,
"aa_start": 101,
"aa_end": null,
"aa_length": 331,
"cds_start": 302,
"cds_end": null,
"cds_length": 996,
"cdna_start": 425,
"cdna_end": null,
"cdna_length": 2369,
"mane_select": "NM_002901.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285283",
"gene_hgnc_id": null,
"hgvs_c": "c.149C>A",
"hgvs_p": "p.Thr50Asn",
"transcript": "ENST00000532942.5",
"protein_id": "ENSP00000436422.1",
"transcript_support_level": 2,
"aa_start": 50,
"aa_end": null,
"aa_length": 280,
"cds_start": 149,
"cds_end": null,
"cds_length": 843,
"cdna_start": 304,
"cdna_end": null,
"cdna_length": 1191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285283",
"gene_hgnc_id": null,
"hgvs_c": "c.-197C>A",
"hgvs_p": null,
"transcript": "ENST00000530348.5",
"protein_id": "ENSP00000436482.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 57,
"cds_start": -4,
"cds_end": null,
"cds_length": 176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RCN1",
"gene_hgnc_id": 9934,
"hgvs_c": "c.-197C>A",
"hgvs_p": null,
"transcript": "ENST00000532721.1",
"protein_id": "ENSP00000433249.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 18,
"cds_start": -4,
"cds_end": null,
"cds_length": 59,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 494,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000255252",
"gene_hgnc_id": null,
"hgvs_c": "n.102G>T",
"hgvs_p": null,
"transcript": "ENST00000533009.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": 150,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RCN1",
"gene_hgnc_id": 9934,
"hgvs_c": "n.658C>A",
"hgvs_p": null,
"transcript": "ENST00000533898.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": 2416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285283",
"gene_hgnc_id": null,
"hgvs_c": "c.-197C>A",
"hgvs_p": null,
"transcript": "ENST00000530348.5",
"protein_id": "ENSP00000436482.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 57,
"cds_start": -4,
"cds_end": null,
"cds_length": 176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RCN1",
"gene_hgnc_id": 9934,
"hgvs_c": "c.-197C>A",
"hgvs_p": null,
"transcript": "ENST00000532721.1",
"protein_id": "ENSP00000433249.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 18,
"cds_start": -4,
"cds_end": null,
"cds_length": 59,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 494,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENSG00000255252",
"gene_hgnc_id": null,
"hgvs_c": "n.725-2659G>T",
"hgvs_p": null,
"transcript": "ENST00000757560.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": 858,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENSG00000255252",
"gene_hgnc_id": null,
"hgvs_c": "n.677-2659G>T",
"hgvs_p": null,
"transcript": "ENST00000757561.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": 806,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "ENSG00000255252",
"gene_hgnc_id": null,
"hgvs_c": "n.497-2659G>T",
"hgvs_p": null,
"transcript": "ENST00000757566.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": 686,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENSG00000255252",
"gene_hgnc_id": null,
"hgvs_c": "n.700-2659G>T",
"hgvs_p": null,
"transcript": "ENST00000757567.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": 889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RCN1",
"gene_hgnc_id": 9934,
"dbsnp": "rs754621683",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0.00000138502,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4877491891384125,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.097,
"revel_prediction": "Benign",
"alphamissense_score": 0.2252,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.967,
"phylop100way_prediction": "Uncertain_significance",
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002901.4",
"gene_symbol": "RCN1",
"hgnc_id": 9934,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.302C>A",
"hgvs_p": "p.Thr101Asn"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000532942.5",
"gene_symbol": "ENSG00000285283",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.149C>A",
"hgvs_p": "p.Thr50Asn"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000533009.1",
"gene_symbol": "ENSG00000255252",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.102G>T",
"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
}