← 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: 21-32311762-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=32311762&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 5,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "MRAP",
"hgnc_id": 1304,
"hgvs_c": "c.285G>T",
"hgvs_p": "p.Pro95Pro",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": -3,
"transcript": "NM_178817.4",
"verdict": "Likely_benign"
},
{
"benign_score": 4,
"criteria": [
"PM2",
"BP4_Strong"
],
"effects": [
"3_prime_UTR_variant"
],
"gene_symbol": "URB1",
"hgnc_id": 17344,
"hgvs_c": "c.*3156C>A",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": -2,
"transcript": "NM_014825.3",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_score": -3,
"allele_count_reference_population": 4,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.85,
"chr": "21",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.8500000238418579,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 172,
"aa_ref": "P",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 930,
"cdna_start": 402,
"cds_end": null,
"cds_length": 519,
"cds_start": 285,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001379228.1",
"gene_hgnc_id": 1304,
"gene_symbol": "MRAP",
"hgvs_c": "c.285G>T",
"hgvs_p": "p.Pro95Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000303645.10",
"protein_coding": true,
"protein_id": "NP_001366157.1",
"strand": true,
"transcript": "NM_001379228.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 172,
"aa_ref": "P",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 930,
"cdna_start": 402,
"cds_end": null,
"cds_length": 519,
"cds_start": 285,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000303645.10",
"gene_hgnc_id": 1304,
"gene_symbol": "MRAP",
"hgvs_c": "c.285G>T",
"hgvs_p": "p.Pro95Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001379228.1",
"protein_coding": true,
"protein_id": "ENSP00000306697.5",
"strand": true,
"transcript": "ENST00000303645.10",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 172,
"aa_ref": "P",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1000,
"cdna_start": 472,
"cds_end": null,
"cds_length": 519,
"cds_start": 285,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000399784.6",
"gene_hgnc_id": 1304,
"gene_symbol": "MRAP",
"hgvs_c": "c.285G>T",
"hgvs_p": "p.Pro95Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382684.2",
"strand": true,
"transcript": "ENST00000399784.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2271,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10818,
"cdna_start": null,
"cds_end": null,
"cds_length": 6816,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 39,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "NM_014825.3",
"gene_hgnc_id": 17344,
"gene_symbol": "URB1",
"hgvs_c": "c.*3156C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000382751.4",
"protein_coding": true,
"protein_id": "NP_055640.2",
"strand": false,
"transcript": "NM_014825.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2271,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 10818,
"cdna_start": null,
"cds_end": null,
"cds_length": 6816,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 39,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000382751.4",
"gene_hgnc_id": 17344,
"gene_symbol": "URB1",
"hgvs_c": "c.*3156C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_014825.3",
"protein_coding": true,
"protein_id": "ENSP00000372199.3",
"strand": false,
"transcript": "ENST00000382751.4",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 102,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 440,
"cdna_start": null,
"cds_end": null,
"cds_length": 309,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000339944.4",
"gene_hgnc_id": 1304,
"gene_symbol": "MRAP",
"hgvs_c": "c.207-2789G>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000343661.4",
"strand": true,
"transcript": "ENST00000339944.4",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 884,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000497833.1",
"gene_hgnc_id": 1304,
"gene_symbol": "MRAP",
"hgvs_c": "n.356G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000497833.1",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 172,
"aa_ref": "P",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1000,
"cdna_start": 472,
"cds_end": null,
"cds_length": 519,
"cds_start": 285,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_178817.4",
"gene_hgnc_id": 1304,
"gene_symbol": "MRAP",
"hgvs_c": "c.285G>T",
"hgvs_p": "p.Pro95Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_848932.1",
"strand": true,
"transcript": "NM_178817.4",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 170,
"aa_ref": "P",
"aa_start": 93,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 847,
"cdna_start": 323,
"cds_end": null,
"cds_length": 513,
"cds_start": 279,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000961467.1",
"gene_hgnc_id": 1304,
"gene_symbol": "MRAP",
"hgvs_c": "c.279G>T",
"hgvs_p": "p.Pro93Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631526.1",
"strand": true,
"transcript": "ENST00000961467.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 113,
"aa_ref": "P",
"aa_start": 36,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 884,
"cdna_start": 356,
"cds_end": null,
"cds_length": 342,
"cds_start": 108,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001285394.2",
"gene_hgnc_id": 1304,
"gene_symbol": "MRAP",
"hgvs_c": "c.108G>T",
"hgvs_p": "p.Pro36Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001272323.1",
"strand": true,
"transcript": "NM_001285394.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 102,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 627,
"cdna_start": null,
"cds_end": null,
"cds_length": 309,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_206898.2",
"gene_hgnc_id": 1304,
"gene_symbol": "MRAP",
"hgvs_c": "c.207-2789G>T",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_996781.1",
"strand": true,
"transcript": "NM_206898.2",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs779122471",
"effect": "synonymous_variant",
"frequency_reference_population": 0.0000024782962,
"gene_hgnc_id": 1304,
"gene_symbol": "MRAP",
"gnomad_exomes_ac": 3,
"gnomad_exomes_af": 0.00000205226,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000657004,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": -1.526,
"pos": 32311762,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_178817.4"
}
]
}