← 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-8851713-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=8851713&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 8851713,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001414686.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 91,
"exon_rank_end": null,
"exon_count": 93,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.43532C>T",
"hgvs_p": "p.Ser14511Phe",
"transcript": "NM_001401501.2",
"protein_id": "NP_001388430.1",
"transcript_support_level": null,
"aa_start": 14511,
"aa_end": null,
"aa_length": 14581,
"cds_start": 43532,
"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": "S",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 82,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.43310C>T",
"hgvs_p": "p.Ser14437Phe",
"transcript": "ENST00000397910.8",
"protein_id": "ENSP00000381008.2",
"transcript_support_level": 5,
"aa_start": 14437,
"aa_end": null,
"aa_length": 14507,
"cds_start": 43310,
"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": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 92,
"exon_rank_end": null,
"exon_count": 94,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.43958C>T",
"hgvs_p": "p.Ser14653Phe",
"transcript": "NM_001414686.1",
"protein_id": "NP_001401615.1",
"transcript_support_level": null,
"aa_start": 14653,
"aa_end": null,
"aa_length": 14723,
"cds_start": 43958,
"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": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 86,
"exon_rank_end": null,
"exon_count": 88,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.43496C>T",
"hgvs_p": "p.Ser14499Phe",
"transcript": "ENST00000711672.1",
"protein_id": "ENSP00000518832.1",
"transcript_support_level": null,
"aa_start": 14499,
"aa_end": null,
"aa_length": 14569,
"cds_start": 43496,
"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": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 85,
"exon_rank_end": null,
"exon_count": 87,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.43430C>T",
"hgvs_p": "p.Ser14477Phe",
"transcript": "ENST00000710609.1",
"protein_id": "ENSP00000518375.1",
"transcript_support_level": null,
"aa_start": 14477,
"aa_end": null,
"aa_length": 14547,
"cds_start": 43430,
"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": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 90,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.43412C>T",
"hgvs_p": "p.Ser14471Phe",
"transcript": "NM_001414687.1",
"protein_id": "NP_001401616.1",
"transcript_support_level": null,
"aa_start": 14471,
"aa_end": null,
"aa_length": 14541,
"cds_start": 43412,
"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": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 82,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.43310C>T",
"hgvs_p": "p.Ser14437Phe",
"transcript": "NM_024690.2",
"protein_id": "NP_078966.2",
"transcript_support_level": null,
"aa_start": 14437,
"aa_end": null,
"aa_length": 14507,
"cds_start": 43310,
"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": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 84,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.34136C>T",
"hgvs_p": "p.Ser11379Phe",
"transcript": "ENST00000710610.1",
"protein_id": "ENSP00000518376.1",
"transcript_support_level": null,
"aa_start": 11379,
"aa_end": null,
"aa_length": 11449,
"cds_start": 34136,
"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": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.3776C>T",
"hgvs_p": "p.Ser1259Phe",
"transcript": "ENST00000599436.1",
"protein_id": "ENSP00000472781.1",
"transcript_support_level": 5,
"aa_start": 1259,
"aa_end": null,
"aa_length": 1329,
"cds_start": 3776,
"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": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "n.*576C>T",
"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": 38,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "n.*103C>T",
"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": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "n.*576C>T",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "n.*103C>T",
"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"
}
],
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"dbsnp": "rs72999925",
"frequency_reference_population": 0.03877726,
"hom_count_reference_population": 1236,
"allele_count_reference_population": 56725,
"gnomad_exomes_af": 0.0400735,
"gnomad_genomes_af": 0.027303,
"gnomad_exomes_ac": 52671,
"gnomad_genomes_ac": 4054,
"gnomad_exomes_homalt": 1165,
"gnomad_genomes_homalt": 71,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.003921687602996826,
"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.248,
"revel_prediction": "Benign",
"alphamissense_score": 0.2149,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.06,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001414686.1",
"gene_symbol": "MUC16",
"hgnc_id": 15582,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.43958C>T",
"hgvs_p": "p.Ser14653Phe"
}
],
"clinvar_disease": "MUC16-related disorder",
"clinvar_classification": "Benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "MUC16-related disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}