← 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-36991249-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=36991249&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 36991249,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001204838.2",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Asp160Gly",
"transcript": "ENST00000444991.6",
"protein_id": "ENSP00000389794.2",
"transcript_support_level": 1,
"aa_start": 160,
"aa_end": null,
"aa_length": 635,
"cds_start": 479,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444991.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000291239",
"gene_hgnc_id": null,
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Asp160Gly",
"transcript": "ENST00000706165.1",
"protein_id": "ENSP00000516244.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 635,
"cds_start": 479,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706165.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "n.197A>G",
"hgvs_p": null,
"transcript": "ENST00000591887.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000591887.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Asp160Gly",
"transcript": "NM_001204838.2",
"protein_id": "NP_001191767.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 635,
"cds_start": 479,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204838.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "c.287A>G",
"hgvs_p": "p.Asp96Gly",
"transcript": "NM_001204839.2",
"protein_id": "NP_001191768.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 571,
"cds_start": 287,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204839.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "c.287A>G",
"hgvs_p": "p.Asp96Gly",
"transcript": "ENST00000455427.7",
"protein_id": "ENSP00000413396.2",
"transcript_support_level": 2,
"aa_start": 96,
"aa_end": null,
"aa_length": 571,
"cds_start": 287,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455427.7"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "c.83A>G",
"hgvs_p": "p.Asp28Gly",
"transcript": "ENST00000433993.6",
"protein_id": "ENSP00000399643.2",
"transcript_support_level": 4,
"aa_start": 28,
"aa_end": null,
"aa_length": 503,
"cds_start": 83,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000433993.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "c.287A>G",
"hgvs_p": "p.Asp96Gly",
"transcript": "ENST00000706169.1",
"protein_id": "ENSP00000516248.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 261,
"cds_start": 287,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706169.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "c.83A>G",
"hgvs_p": "p.Asp28Gly",
"transcript": "ENST00000706172.1",
"protein_id": "ENSP00000516251.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 193,
"cds_start": 83,
"cds_end": null,
"cds_length": 582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706172.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Asp160Gly",
"transcript": "XM_017026772.2",
"protein_id": "XP_016882261.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 635,
"cds_start": 479,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017026772.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "c.-17A>G",
"hgvs_p": null,
"transcript": "ENST00000706173.1",
"protein_id": "ENSP00000516252.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": null,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706173.1"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "c.-59-502A>G",
"hgvs_p": null,
"transcript": "ENST00000455817.5",
"protein_id": "ENSP00000407153.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 78,
"cds_start": null,
"cds_end": null,
"cds_length": 239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455817.5"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "c.-59-502A>G",
"hgvs_p": null,
"transcript": "ENST00000588596.1",
"protein_id": "ENSP00000466125.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 57,
"cds_start": null,
"cds_end": null,
"cds_length": 176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000588596.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "n.*86A>G",
"hgvs_p": null,
"transcript": "ENST00000706171.1",
"protein_id": "ENSP00000516250.1",
"transcript_support_level": null,
"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": "ENST00000706171.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "n.*86A>G",
"hgvs_p": null,
"transcript": "ENST00000706171.1",
"protein_id": "ENSP00000516250.1",
"transcript_support_level": null,
"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": "ENST00000706171.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"hgvs_c": "c.*6A>G",
"hgvs_p": null,
"transcript": "ENST00000592567.1",
"protein_id": "ENSP00000465977.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 24,
"cds_start": null,
"cds_end": null,
"cds_length": 77,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000592567.1"
}
],
"gene_symbol": "ZNF568",
"gene_hgnc_id": 25392,
"dbsnp": "rs1667354",
"frequency_reference_population": 0.5388026,
"hom_count_reference_population": 225748,
"allele_count_reference_population": 826909,
"gnomad_exomes_af": 0.536585,
"gnomad_genomes_af": 0.558973,
"gnomad_exomes_ac": 741934,
"gnomad_genomes_ac": 84975,
"gnomad_exomes_homalt": 201239,
"gnomad_genomes_homalt": 24509,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.000008637040991743561,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": 0.051,
"revel_prediction": "Benign",
"alphamissense_score": 0.2214,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.316,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001204838.2",
"gene_symbol": "ZNF568",
"hgnc_id": 25392,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Asp160Gly"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000706165.1",
"gene_symbol": "ENSG00000291239",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Asp160Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}