← 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: 7-112318211-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=112318211&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 112318211,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_021994.3",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "c.495A>G",
"hgvs_p": "p.Glu165Glu",
"transcript": "NM_021994.3",
"protein_id": "NP_068834.2",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 450,
"cds_start": 495,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000361822.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021994.3"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "c.495A>G",
"hgvs_p": "p.Glu165Glu",
"transcript": "ENST00000361822.8",
"protein_id": "ENSP00000354501.3",
"transcript_support_level": 1,
"aa_start": 165,
"aa_end": null,
"aa_length": 450,
"cds_start": 495,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_021994.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361822.8"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "c.495A>G",
"hgvs_p": "p.Glu165Glu",
"transcript": "ENST00000450657.1",
"protein_id": "ENSP00000402292.1",
"transcript_support_level": 1,
"aa_start": 165,
"aa_end": null,
"aa_length": 290,
"cds_start": 495,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450657.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "n.*338A>G",
"hgvs_p": null,
"transcript": "ENST00000361946.8",
"protein_id": "ENSP00000355043.4",
"transcript_support_level": 1,
"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": "ENST00000361946.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "n.*338A>G",
"hgvs_p": null,
"transcript": "ENST00000361946.8",
"protein_id": "ENSP00000355043.4",
"transcript_support_level": 1,
"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": "ENST00000361946.8"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "c.492A>G",
"hgvs_p": "p.Glu164Glu",
"transcript": "ENST00000869148.1",
"protein_id": "ENSP00000539207.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 449,
"cds_start": 492,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869148.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "c.495A>G",
"hgvs_p": "p.Glu165Glu",
"transcript": "ENST00000913151.1",
"protein_id": "ENSP00000583210.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 432,
"cds_start": 495,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913151.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "c.495A>G",
"hgvs_p": "p.Glu165Glu",
"transcript": "ENST00000421864.3",
"protein_id": "ENSP00000415735.3",
"transcript_support_level": 3,
"aa_start": 165,
"aa_end": null,
"aa_length": 407,
"cds_start": 495,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421864.3"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "c.495A>G",
"hgvs_p": "p.Glu165Glu",
"transcript": "ENST00000869149.1",
"protein_id": "ENSP00000539208.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 383,
"cds_start": 495,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869149.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "c.204A>G",
"hgvs_p": "p.Glu68Glu",
"transcript": "ENST00000965706.1",
"protein_id": "ENSP00000635765.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 353,
"cds_start": 204,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965706.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "c.261A>G",
"hgvs_p": "p.Glu87Glu",
"transcript": "XM_011515768.4",
"protein_id": "XP_011514070.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 372,
"cds_start": 261,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515768.4"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "c.141A>G",
"hgvs_p": "p.Glu47Glu",
"transcript": "XM_017011720.3",
"protein_id": "XP_016867209.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 332,
"cds_start": 141,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011720.3"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "c.294-9506A>G",
"hgvs_p": null,
"transcript": "ENST00000425229.5",
"protein_id": "ENSP00000390359.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 198,
"cds_start": null,
"cds_end": null,
"cds_length": 598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425229.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "n.*82A>G",
"hgvs_p": null,
"transcript": "ENST00000457808.5",
"protein_id": "ENSP00000402846.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": "ENST00000457808.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"hgvs_c": "n.*82A>G",
"hgvs_p": null,
"transcript": "ENST00000457808.5",
"protein_id": "ENSP00000402846.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": "ENST00000457808.5"
}
],
"gene_symbol": "ZNF277",
"gene_hgnc_id": 13070,
"dbsnp": "rs138489628",
"frequency_reference_population": 0.0020248585,
"hom_count_reference_population": 24,
"allele_count_reference_population": 3267,
"gnomad_exomes_af": 0.00206329,
"gnomad_genomes_af": 0.00165585,
"gnomad_exomes_ac": 3015,
"gnomad_genomes_ac": 252,
"gnomad_exomes_homalt": 21,
"gnomad_genomes_homalt": 3,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.4300000071525574,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.772,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Moderate,BP7,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Moderate",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_021994.3",
"gene_symbol": "ZNF277",
"hgnc_id": 13070,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.495A>G",
"hgvs_p": "p.Glu165Glu"
}
],
"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
}