← 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: 4-373417-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=373417&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 373417,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000240499.8",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF141",
"gene_hgnc_id": 12926,
"hgvs_c": "c.980C>G",
"hgvs_p": "p.Thr327Ser",
"transcript": "NM_003441.4",
"protein_id": "NP_003432.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 474,
"cds_start": 980,
"cds_end": null,
"cds_length": 1425,
"cdna_start": 1150,
"cdna_end": null,
"cdna_length": 12601,
"mane_select": "ENST00000240499.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF141",
"gene_hgnc_id": 12926,
"hgvs_c": "c.980C>G",
"hgvs_p": "p.Thr327Ser",
"transcript": "ENST00000240499.8",
"protein_id": "ENSP00000240499.7",
"transcript_support_level": 1,
"aa_start": 327,
"aa_end": null,
"aa_length": 474,
"cds_start": 980,
"cds_end": null,
"cds_length": 1425,
"cdna_start": 1150,
"cdna_end": null,
"cdna_length": 12601,
"mane_select": "NM_003441.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ZNF141",
"gene_hgnc_id": 12926,
"hgvs_c": "c.570+410C>G",
"hgvs_p": null,
"transcript": "ENST00000512994.5",
"protein_id": "ENSP00000425799.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 201,
"cds_start": -4,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF141",
"gene_hgnc_id": 12926,
"hgvs_c": "c.752C>G",
"hgvs_p": "p.Thr251Ser",
"transcript": "NM_001348277.2",
"protein_id": "NP_001335206.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 398,
"cds_start": 752,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 927,
"cdna_end": null,
"cdna_length": 12378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF141",
"gene_hgnc_id": 12926,
"hgvs_c": "c.1160C>G",
"hgvs_p": "p.Thr387Ser",
"transcript": "XM_017008591.3",
"protein_id": "XP_016864080.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 534,
"cds_start": 1160,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 4779,
"cdna_end": null,
"cdna_length": 16230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF141",
"gene_hgnc_id": 12926,
"hgvs_c": "c.1064C>G",
"hgvs_p": "p.Thr355Ser",
"transcript": "XM_011513562.4",
"protein_id": "XP_011511864.1",
"transcript_support_level": null,
"aa_start": 355,
"aa_end": null,
"aa_length": 502,
"cds_start": 1064,
"cds_end": null,
"cds_length": 1509,
"cdna_start": 4683,
"cdna_end": null,
"cdna_length": 16134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF141",
"gene_hgnc_id": 12926,
"hgvs_c": "c.884C>G",
"hgvs_p": "p.Thr295Ser",
"transcript": "XM_047416147.1",
"protein_id": "XP_047272103.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 442,
"cds_start": 884,
"cds_end": null,
"cds_length": 1329,
"cdna_start": 1131,
"cdna_end": null,
"cdna_length": 12582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ZNF141",
"gene_hgnc_id": 12926,
"hgvs_c": "c.570+410C>G",
"hgvs_p": null,
"transcript": "NM_001348278.2",
"protein_id": "NP_001335207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 201,
"cds_start": -4,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZNF141",
"gene_hgnc_id": 12926,
"hgvs_c": "c.227-9678C>G",
"hgvs_p": null,
"transcript": "ENST00000505939.5",
"protein_id": "ENSP00000424403.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 113,
"cds_start": -4,
"cds_end": null,
"cds_length": 342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ZNF141",
"gene_hgnc_id": 12926,
"dbsnp": "rs113884485",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 0,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0026018619537353516,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.013,
"revel_prediction": "Benign",
"alphamissense_score": 0.1462,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.74,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.322,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Very_Strong",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 12,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "ENST00000240499.8",
"gene_symbol": "ZNF141",
"hgnc_id": 12926,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.980C>G",
"hgvs_p": "p.Thr327Ser"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}