← 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-13804845-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=13804845&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ZSWIM4",
"hgnc_id": 25704,
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -2,
"transcript": "NM_001367834.3",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_score": -2,
"allele_count_reference_population": 22,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.0942,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.37,
"chr": "19",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.16276895999908447,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1106,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4731,
"cdna_start": 615,
"cds_end": null,
"cds_length": 3321,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001367834.3",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000590508.6",
"protein_coding": true,
"protein_id": "NP_001354763.1",
"strand": true,
"transcript": "NM_001367834.3",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1106,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4731,
"cdna_start": 615,
"cds_end": null,
"cds_length": 3321,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000590508.6",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001367834.3",
"protein_coding": true,
"protein_id": "ENSP00000468285.2",
"strand": true,
"transcript": "ENST00000590508.6",
"transcript_support_level": 2
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1122,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4816,
"cdna_start": 700,
"cds_end": null,
"cds_length": 3369,
"cds_start": 457,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000938264.1",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.457C>T",
"hgvs_p": "p.Arg153Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608323.1",
"strand": true,
"transcript": "ENST00000938264.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1083,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4659,
"cdna_start": 612,
"cds_end": null,
"cds_length": 3252,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000938266.1",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608325.1",
"strand": true,
"transcript": "ENST00000938266.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 989,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4341,
"cdna_start": 615,
"cds_end": null,
"cds_length": 2970,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_023072.3",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_075560.2",
"strand": true,
"transcript": "NM_023072.3",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 989,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4339,
"cdna_start": 598,
"cds_end": null,
"cds_length": 2970,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000254323.6",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000254323.2",
"strand": true,
"transcript": "ENST00000254323.6",
"transcript_support_level": 2
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 933,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4257,
"cdna_start": 660,
"cds_end": null,
"cds_length": 2802,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000938263.1",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608322.1",
"strand": true,
"transcript": "ENST00000938263.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 892,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4091,
"cdna_start": 642,
"cds_end": null,
"cds_length": 2679,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000938265.1",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608324.1",
"strand": true,
"transcript": "ENST00000938265.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1122,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4779,
"cdna_start": 615,
"cds_end": null,
"cds_length": 3369,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_017027153.2",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016882642.1",
"strand": true,
"transcript": "XM_017027153.2",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1099,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4710,
"cdna_start": 615,
"cds_end": null,
"cds_length": 3300,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_017027154.2",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016882643.1",
"strand": true,
"transcript": "XM_017027154.2",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1066,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4611,
"cdna_start": 615,
"cds_end": null,
"cds_length": 3201,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_017027155.2",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016882644.1",
"strand": true,
"transcript": "XM_017027155.2",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1050,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4563,
"cdna_start": 615,
"cds_end": null,
"cds_length": 3153,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047439235.1",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047295191.1",
"strand": true,
"transcript": "XM_047439235.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1042,
"aa_ref": "R",
"aa_start": 57,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7220,
"cdna_start": 3056,
"cds_end": null,
"cds_length": 3129,
"cds_start": 169,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_024451657.2",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.169C>T",
"hgvs_p": "p.Arg57Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024307425.1",
"strand": true,
"transcript": "XM_024451657.2",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1028,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4324,
"cdna_start": 615,
"cds_end": null,
"cds_length": 3087,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047439236.1",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047295192.1",
"strand": true,
"transcript": "XM_047439236.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 726,
"aa_ref": "R",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2472,
"cdna_start": 615,
"cds_end": null,
"cds_length": 2181,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_017027157.2",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016882646.1",
"strand": true,
"transcript": "XM_017027157.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 928,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4577,
"cdna_start": null,
"cds_end": null,
"cds_length": 2787,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_017027156.2",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.-174C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016882645.1",
"strand": true,
"transcript": "XM_017027156.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 912,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4529,
"cdna_start": null,
"cds_end": null,
"cds_length": 2739,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047439237.1",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "c.-174C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047295193.1",
"strand": true,
"transcript": "XM_047439237.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2422,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XR_007066949.1",
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"hgvs_c": "n.615C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007066949.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs533979909",
"effect": "missense_variant",
"frequency_reference_population": 0.000013667907,
"gene_hgnc_id": 25704,
"gene_symbol": "ZSWIM4",
"gnomad_exomes_ac": 20,
"gnomad_exomes_af": 0.0000137239,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 2,
"gnomad_genomes_af": 0.0000131325,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.119,
"pos": 13804845,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.196,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.07000000029802322,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.07,
"transcript": "NM_001367834.3"
}
]
}