← 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: 16-1946671-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=1946671&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 1946671,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_005061.3",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.905A>G",
"hgvs_p": "p.Asn302Ser",
"transcript": "NM_005061.3",
"protein_id": "NP_005052.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 407,
"cds_start": 905,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000268661.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005061.3"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.905A>G",
"hgvs_p": "p.Asn302Ser",
"transcript": "ENST00000268661.8",
"protein_id": "ENSP00000268661.7",
"transcript_support_level": 1,
"aa_start": 302,
"aa_end": null,
"aa_length": 407,
"cds_start": 905,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005061.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000268661.8"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.980A>G",
"hgvs_p": "p.Asn327Ser",
"transcript": "ENST00000968104.1",
"protein_id": "ENSP00000638163.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 432,
"cds_start": 980,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968104.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.965A>G",
"hgvs_p": "p.Asn322Ser",
"transcript": "ENST00000968108.1",
"protein_id": "ENSP00000638167.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 427,
"cds_start": 965,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968108.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.920A>G",
"hgvs_p": "p.Asn307Ser",
"transcript": "ENST00000902258.1",
"protein_id": "ENSP00000572317.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 412,
"cds_start": 920,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902258.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.911A>G",
"hgvs_p": "p.Asn304Ser",
"transcript": "ENST00000968106.1",
"protein_id": "ENSP00000638165.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 409,
"cds_start": 911,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968106.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.893A>G",
"hgvs_p": "p.Asn298Ser",
"transcript": "ENST00000968111.1",
"protein_id": "ENSP00000638170.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 403,
"cds_start": 893,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968111.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.881A>G",
"hgvs_p": "p.Asn294Ser",
"transcript": "ENST00000968109.1",
"protein_id": "ENSP00000638168.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 399,
"cds_start": 881,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968109.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.878A>G",
"hgvs_p": "p.Asn293Ser",
"transcript": "ENST00000968103.1",
"protein_id": "ENSP00000638162.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 398,
"cds_start": 878,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968103.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.878A>G",
"hgvs_p": "p.Asn293Ser",
"transcript": "ENST00000968112.1",
"protein_id": "ENSP00000638171.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 398,
"cds_start": 878,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968112.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.821A>G",
"hgvs_p": "p.Asn274Ser",
"transcript": "ENST00000968110.1",
"protein_id": "ENSP00000638169.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 379,
"cds_start": 821,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968110.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.920A>G",
"hgvs_p": "p.Asn307Ser",
"transcript": "ENST00000968107.1",
"protein_id": "ENSP00000638166.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 372,
"cds_start": 920,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968107.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.905A>G",
"hgvs_p": "p.Asn302Ser",
"transcript": "ENST00000902259.1",
"protein_id": "ENSP00000572318.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 367,
"cds_start": 905,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902259.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.920A>G",
"hgvs_p": "p.Asn307Ser",
"transcript": "XM_011522571.3",
"protein_id": "XP_011520873.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 412,
"cds_start": 920,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522571.3"
},
{
"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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"hgvs_c": "c.849+267A>G",
"hgvs_p": null,
"transcript": "ENST00000968105.1",
"protein_id": "ENSP00000638164.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": null,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968105.1"
}
],
"gene_symbol": "RPL3L",
"gene_hgnc_id": 10351,
"dbsnp": "rs200283498",
"frequency_reference_population": 0.000121522804,
"hom_count_reference_population": 2,
"allele_count_reference_population": 196,
"gnomad_exomes_af": 0.000117084,
"gnomad_genomes_af": 0.000164074,
"gnomad_exomes_ac": 171,
"gnomad_genomes_ac": 25,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2701367735862732,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.163,
"revel_prediction": "Benign",
"alphamissense_score": 0.0853,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.97,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_005061.3",
"gene_symbol": "RPL3L",
"hgnc_id": 10351,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.905A>G",
"hgvs_p": "p.Asn302Ser"
}
],
"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
}