← 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: 1-52396199-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=52396199&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 52396199,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000371568.8",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC1",
"gene_hgnc_id": 8487,
"hgvs_c": "c.568G>A",
"hgvs_p": "p.Val190Met",
"transcript": "NM_004153.4",
"protein_id": "NP_004144.2",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 861,
"cds_start": 568,
"cds_end": null,
"cds_length": 2586,
"cdna_start": 751,
"cdna_end": null,
"cdna_length": 3121,
"mane_select": "ENST00000371568.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC1",
"gene_hgnc_id": 8487,
"hgvs_c": "c.568G>A",
"hgvs_p": "p.Val190Met",
"transcript": "ENST00000371568.8",
"protein_id": "ENSP00000360623.3",
"transcript_support_level": 1,
"aa_start": 190,
"aa_end": null,
"aa_length": 861,
"cds_start": 568,
"cds_end": null,
"cds_length": 2586,
"cdna_start": 751,
"cdna_end": null,
"cdna_length": 3121,
"mane_select": "NM_004153.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC1",
"gene_hgnc_id": 8487,
"hgvs_c": "c.568G>A",
"hgvs_p": "p.Val190Met",
"transcript": "ENST00000371566.1",
"protein_id": "ENSP00000360621.1",
"transcript_support_level": 1,
"aa_start": 190,
"aa_end": null,
"aa_length": 861,
"cds_start": 568,
"cds_end": null,
"cds_length": 2586,
"cdna_start": 712,
"cdna_end": null,
"cdna_length": 3080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC1",
"gene_hgnc_id": 8487,
"hgvs_c": "c.568G>A",
"hgvs_p": "p.Val190Met",
"transcript": "NM_001190818.2",
"protein_id": "NP_001177747.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 861,
"cds_start": 568,
"cds_end": null,
"cds_length": 2586,
"cdna_start": 748,
"cdna_end": null,
"cdna_length": 3118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC1",
"gene_hgnc_id": 8487,
"hgvs_c": "c.568G>A",
"hgvs_p": "p.Val190Met",
"transcript": "NM_001190819.2",
"protein_id": "NP_001177748.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 856,
"cds_start": 568,
"cds_end": null,
"cds_length": 2571,
"cdna_start": 751,
"cdna_end": null,
"cdna_length": 3106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC1",
"gene_hgnc_id": 8487,
"hgvs_c": "c.568G>A",
"hgvs_p": "p.Val190Met",
"transcript": "XM_047421674.1",
"protein_id": "XP_047277630.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 861,
"cds_start": 568,
"cds_end": null,
"cds_length": 2586,
"cdna_start": 744,
"cdna_end": null,
"cdna_length": 3114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC1",
"gene_hgnc_id": 8487,
"hgvs_c": "c.568G>A",
"hgvs_p": "p.Val190Met",
"transcript": "XM_017001388.3",
"protein_id": "XP_016856877.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 825,
"cds_start": 568,
"cds_end": null,
"cds_length": 2478,
"cdna_start": 751,
"cdna_end": null,
"cdna_length": 3013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC1",
"gene_hgnc_id": 8487,
"hgvs_c": "c.568G>A",
"hgvs_p": "p.Val190Met",
"transcript": "XM_047421680.1",
"protein_id": "XP_047277636.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 825,
"cds_start": 568,
"cds_end": null,
"cds_length": 2478,
"cdna_start": 748,
"cdna_end": null,
"cdna_length": 3010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ORC1",
"gene_hgnc_id": 8487,
"dbsnp": "rs3087477",
"frequency_reference_population": 0.0039904346,
"hom_count_reference_population": 194,
"allele_count_reference_population": 6441,
"gnomad_exomes_af": 0.00219443,
"gnomad_genomes_af": 0.0212379,
"gnomad_exomes_ac": 3208,
"gnomad_genomes_ac": 3233,
"gnomad_exomes_homalt": 93,
"gnomad_genomes_homalt": 101,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.002061605453491211,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.04,
"revel_prediction": "Benign",
"alphamissense_score": 0.0902,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.77,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.033,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000371568.8",
"gene_symbol": "ORC1",
"hgnc_id": 8487,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.568G>A",
"hgvs_p": "p.Val190Met"
}
],
"clinvar_disease": "Meier-Gorlin syndrome 1,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:5",
"phenotype_combined": "not specified|Meier-Gorlin syndrome 1|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}