← 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: 19-8861005-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=8861005&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 8861005,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001414686.1",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 87,
"exon_rank_end": null,
"exon_count": 93,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.43133T>G",
"hgvs_p": "p.Val14378Gly",
"transcript": "NM_001401501.2",
"protein_id": "NP_001388430.1",
"transcript_support_level": null,
"aa_start": 14378,
"aa_end": null,
"aa_length": 14581,
"cds_start": 43133,
"cds_end": null,
"cds_length": 43746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000711671.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001401501.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 78,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.42911T>G",
"hgvs_p": "p.Val14304Gly",
"transcript": "ENST00000397910.8",
"protein_id": "ENSP00000381008.2",
"transcript_support_level": 5,
"aa_start": 14304,
"aa_end": null,
"aa_length": 14507,
"cds_start": 42911,
"cds_end": null,
"cds_length": 43524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397910.8"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 94,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.43559T>G",
"hgvs_p": "p.Val14520Gly",
"transcript": "NM_001414686.1",
"protein_id": "NP_001401615.1",
"transcript_support_level": null,
"aa_start": 14520,
"aa_end": null,
"aa_length": 14723,
"cds_start": 43559,
"cds_end": null,
"cds_length": 44172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414686.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 82,
"exon_rank_end": null,
"exon_count": 88,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.43097T>G",
"hgvs_p": "p.Val14366Gly",
"transcript": "ENST00000711672.1",
"protein_id": "ENSP00000518832.1",
"transcript_support_level": null,
"aa_start": 14366,
"aa_end": null,
"aa_length": 14569,
"cds_start": 43097,
"cds_end": null,
"cds_length": 43710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000711672.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 81,
"exon_rank_end": null,
"exon_count": 87,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.43031T>G",
"hgvs_p": "p.Val14344Gly",
"transcript": "ENST00000710609.1",
"protein_id": "ENSP00000518375.1",
"transcript_support_level": null,
"aa_start": 14344,
"aa_end": null,
"aa_length": 14547,
"cds_start": 43031,
"cds_end": null,
"cds_length": 43644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000710609.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 84,
"exon_rank_end": null,
"exon_count": 90,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.43013T>G",
"hgvs_p": "p.Val14338Gly",
"transcript": "NM_001414687.1",
"protein_id": "NP_001401616.1",
"transcript_support_level": null,
"aa_start": 14338,
"aa_end": null,
"aa_length": 14541,
"cds_start": 43013,
"cds_end": null,
"cds_length": 43626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414687.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 78,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.42911T>G",
"hgvs_p": "p.Val14304Gly",
"transcript": "NM_024690.2",
"protein_id": "NP_078966.2",
"transcript_support_level": null,
"aa_start": 14304,
"aa_end": null,
"aa_length": 14507,
"cds_start": 42911,
"cds_end": null,
"cds_length": 43524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024690.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 80,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.33737T>G",
"hgvs_p": "p.Val11246Gly",
"transcript": "ENST00000710610.1",
"protein_id": "ENSP00000518376.1",
"transcript_support_level": null,
"aa_start": 11246,
"aa_end": null,
"aa_length": 11449,
"cds_start": 33737,
"cds_end": null,
"cds_length": 34350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000710610.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.3377T>G",
"hgvs_p": "p.Val1126Gly",
"transcript": "ENST00000599436.1",
"protein_id": "ENSP00000472781.1",
"transcript_support_level": 5,
"aa_start": 1126,
"aa_end": null,
"aa_length": 1329,
"cds_start": 3377,
"cds_end": null,
"cds_length": 3990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000599436.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "n.*177T>G",
"hgvs_p": null,
"transcript": "ENST00000596768.5",
"protein_id": "ENSP00000472883.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000596768.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "n.3362T>G",
"hgvs_p": null,
"transcript": "ENST00000601404.5",
"protein_id": "ENSP00000470885.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000601404.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "n.*177T>G",
"hgvs_p": null,
"transcript": "ENST00000596768.5",
"protein_id": "ENSP00000472883.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000596768.5"
}
],
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"dbsnp": "rs180776057",
"frequency_reference_population": 0.0000049580917,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000410577,
"gnomad_genomes_af": 0.0000131435,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17399275302886963,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.23000000417232513,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.231,
"revel_prediction": "Benign",
"alphamissense_score": 0.5602,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": -0.14,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.148,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.23,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP6_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP6_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001414686.1",
"gene_symbol": "MUC16",
"hgnc_id": 15582,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.43559T>G",
"hgvs_p": "p.Val14520Gly"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}