← 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-8964541-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=8964541&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 8964541,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001414686.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 93,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.12349A>T",
"hgvs_p": "p.Thr4117Ser",
"transcript": "NM_001401501.2",
"protein_id": "NP_001388430.1",
"transcript_support_level": null,
"aa_start": 4117,
"aa_end": null,
"aa_length": 14581,
"cds_start": 12349,
"cds_end": null,
"cds_length": 43746,
"cdna_start": 12402,
"cdna_end": null,
"cdna_length": 43887,
"mane_select": "ENST00000711671.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001401501.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.12229A>T",
"hgvs_p": "p.Thr4077Ser",
"transcript": "ENST00000397910.8",
"protein_id": "ENSP00000381008.2",
"transcript_support_level": 5,
"aa_start": 4077,
"aa_end": null,
"aa_length": 14507,
"cds_start": 12229,
"cds_end": null,
"cds_length": 43524,
"cdna_start": 12433,
"cdna_end": null,
"cdna_length": 43816,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397910.8"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 94,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.12775A>T",
"hgvs_p": "p.Thr4259Ser",
"transcript": "NM_001414686.1",
"protein_id": "NP_001401615.1",
"transcript_support_level": null,
"aa_start": 4259,
"aa_end": null,
"aa_length": 14723,
"cds_start": 12775,
"cds_end": null,
"cds_length": 44172,
"cdna_start": 12885,
"cdna_end": null,
"cdna_length": 44370,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414686.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 88,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.12349A>T",
"hgvs_p": "p.Thr4117Ser",
"transcript": "ENST00000711672.1",
"protein_id": "ENSP00000518832.1",
"transcript_support_level": null,
"aa_start": 4117,
"aa_end": null,
"aa_length": 14569,
"cds_start": 12349,
"cds_end": null,
"cds_length": 43710,
"cdna_start": 12383,
"cdna_end": null,
"cdna_length": 43832,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000711672.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 87,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.12349A>T",
"hgvs_p": "p.Thr4117Ser",
"transcript": "ENST00000710609.1",
"protein_id": "ENSP00000518375.1",
"transcript_support_level": null,
"aa_start": 4117,
"aa_end": null,
"aa_length": 14547,
"cds_start": 12349,
"cds_end": null,
"cds_length": 43644,
"cdna_start": 12383,
"cdna_end": null,
"cdna_length": 43766,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000710609.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 90,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.12229A>T",
"hgvs_p": "p.Thr4077Ser",
"transcript": "NM_001414687.1",
"protein_id": "NP_001401616.1",
"transcript_support_level": null,
"aa_start": 4077,
"aa_end": null,
"aa_length": 14541,
"cds_start": 12229,
"cds_end": null,
"cds_length": 43626,
"cdna_start": 12442,
"cdna_end": null,
"cdna_length": 43927,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414687.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.12229A>T",
"hgvs_p": "p.Thr4077Ser",
"transcript": "NM_024690.2",
"protein_id": "NP_078966.2",
"transcript_support_level": null,
"aa_start": 4077,
"aa_end": null,
"aa_length": 14507,
"cds_start": 12229,
"cds_end": null,
"cds_length": 43524,
"cdna_start": 12433,
"cdna_end": null,
"cdna_length": 43816,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024690.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"hgvs_c": "c.3055A>T",
"hgvs_p": "p.Thr1019Ser",
"transcript": "ENST00000710610.1",
"protein_id": "ENSP00000518376.1",
"transcript_support_level": null,
"aa_start": 1019,
"aa_end": null,
"aa_length": 11449,
"cds_start": 3055,
"cds_end": null,
"cds_length": 34350,
"cdna_start": 3089,
"cdna_end": null,
"cdna_length": 34472,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000710610.1"
}
],
"gene_symbol": "MUC16",
"gene_hgnc_id": 15582,
"dbsnp": "rs2547068",
"frequency_reference_population": 0.2886303,
"hom_count_reference_population": 68895,
"allele_count_reference_population": 465746,
"gnomad_exomes_af": 0.291958,
"gnomad_genomes_af": 0.256651,
"gnomad_exomes_ac": 426712,
"gnomad_genomes_ac": 39034,
"gnomad_exomes_homalt": 63777,
"gnomad_genomes_homalt": 5118,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0038928985595703125,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.034,
"revel_prediction": "Benign",
"alphamissense_score": 0.1558,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.833,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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,BA1",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001414686.1",
"gene_symbol": "MUC16",
"hgnc_id": 15582,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.12775A>T",
"hgvs_p": "p.Thr4259Ser"
}
],
"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
}