← 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: 6-106105560-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=106105560&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 106105560,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000369096.9",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.1400C>A",
"hgvs_p": "p.Pro467Gln",
"transcript": "NM_001198.4",
"protein_id": "NP_001189.2",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 825,
"cds_start": 1400,
"cds_end": null,
"cds_length": 2478,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 5148,
"mane_select": "ENST00000369096.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.1400C>A",
"hgvs_p": "p.Pro467Gln",
"transcript": "ENST00000369096.9",
"protein_id": "ENSP00000358092.4",
"transcript_support_level": 1,
"aa_start": 467,
"aa_end": null,
"aa_length": 825,
"cds_start": 1400,
"cds_end": null,
"cds_length": 2478,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 5148,
"mane_select": "NM_001198.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.1292C>A",
"hgvs_p": "p.Pro431Gln",
"transcript": "ENST00000369091.6",
"protein_id": "ENSP00000358087.2",
"transcript_support_level": 1,
"aa_start": 431,
"aa_end": null,
"aa_length": 789,
"cds_start": 1292,
"cds_end": null,
"cds_length": 2370,
"cdna_start": 1512,
"cdna_end": null,
"cdna_length": 2612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.998C>A",
"hgvs_p": "p.Pro333Gln",
"transcript": "ENST00000369089.3",
"protein_id": "ENSP00000358085.3",
"transcript_support_level": 1,
"aa_start": 333,
"aa_end": null,
"aa_length": 691,
"cds_start": 998,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 1144,
"cdna_end": null,
"cdna_length": 4675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.1442C>A",
"hgvs_p": "p.Pro481Gln",
"transcript": "ENST00000648754.1",
"protein_id": "ENSP00000498029.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 839,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2520,
"cdna_start": 1702,
"cdna_end": null,
"cdna_length": 3576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.1292C>A",
"hgvs_p": "p.Pro431Gln",
"transcript": "ENST00000651185.1",
"protein_id": "ENSP00000498716.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 789,
"cds_start": 1292,
"cds_end": null,
"cds_length": 2370,
"cdna_start": 1539,
"cdna_end": null,
"cdna_length": 5070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.1292C>A",
"hgvs_p": "p.Pro431Gln",
"transcript": "ENST00000652320.1",
"protein_id": "ENSP00000498580.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 789,
"cds_start": 1292,
"cds_end": null,
"cds_length": 2370,
"cdna_start": 1535,
"cdna_end": null,
"cdna_length": 5066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.998C>A",
"hgvs_p": "p.Pro333Gln",
"transcript": "NM_182907.3",
"protein_id": "NP_878911.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 691,
"cds_start": 998,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 1143,
"cdna_end": null,
"cdna_length": 4673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.1442C>A",
"hgvs_p": "p.Pro481Gln",
"transcript": "XM_011536062.4",
"protein_id": "XP_011534364.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 839,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2520,
"cdna_start": 1535,
"cdna_end": null,
"cdna_length": 5065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.1442C>A",
"hgvs_p": "p.Pro481Gln",
"transcript": "XM_006715550.4",
"protein_id": "XP_006715613.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 796,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2391,
"cdna_start": 1535,
"cdna_end": null,
"cdna_length": 4936,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.1292C>A",
"hgvs_p": "p.Pro431Gln",
"transcript": "XM_017011187.2",
"protein_id": "XP_016866676.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 789,
"cds_start": 1292,
"cds_end": null,
"cds_length": 2370,
"cdna_start": 1487,
"cdna_end": null,
"cdna_length": 5017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.1292C>A",
"hgvs_p": "p.Pro431Gln",
"transcript": "XM_047419246.1",
"protein_id": "XP_047275202.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 789,
"cds_start": 1292,
"cds_end": null,
"cds_length": 2370,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.1400C>A",
"hgvs_p": "p.Pro467Gln",
"transcript": "XM_047419247.1",
"protein_id": "XP_047275203.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 782,
"cds_start": 1400,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 5019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.926C>A",
"hgvs_p": "p.Pro309Gln",
"transcript": "XM_011536064.4",
"protein_id": "XP_011534366.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 667,
"cds_start": 926,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1114,
"cdna_end": null,
"cdna_length": 4644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"hgvs_c": "c.998C>A",
"hgvs_p": "p.Pro333Gln",
"transcript": "XM_047419248.1",
"protein_id": "XP_047275204.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 648,
"cds_start": 998,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 1143,
"cdna_end": null,
"cdna_length": 4544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ATG5",
"gene_hgnc_id": 589,
"hgvs_c": "c.458-58735G>T",
"hgvs_p": null,
"transcript": "ENST00000636437.1",
"protein_id": "ENSP00000490376.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 153,
"cds_start": -4,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2261,
"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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ATG5",
"gene_hgnc_id": 589,
"hgvs_c": "n.458-27245G>T",
"hgvs_p": null,
"transcript": "ENST00000636335.1",
"protein_id": "ENSP00000490221.1",
"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": 1219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PRDM1",
"gene_hgnc_id": 9346,
"dbsnp": "rs77256382",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4089619517326355,
"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.177,
"revel_prediction": "Benign",
"alphamissense_score": 0.2785,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.73,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000369096.9",
"gene_symbol": "PRDM1",
"hgnc_id": 9346,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1400C>A",
"hgvs_p": "p.Pro467Gln"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000636335.1",
"gene_symbol": "ATG5",
"hgnc_id": 589,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.458-27245G>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
}