← 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: X-101883608-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=101883608&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 101883608,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001394560.1",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1990G>A",
"hgvs_p": "p.Glu664Lys",
"transcript": "NM_001394560.1",
"protein_id": "NP_001381489.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 695,
"cds_start": 1990,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000651725.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394560.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1990G>A",
"hgvs_p": "p.Glu664Lys",
"transcript": "ENST00000651725.2",
"protein_id": "ENSP00000498446.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 695,
"cds_start": 1990,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001394560.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651725.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1819G>A",
"hgvs_p": "p.Glu607Lys",
"transcript": "ENST00000372782.4",
"protein_id": "ENSP00000361868.3",
"transcript_support_level": 1,
"aa_start": 607,
"aa_end": null,
"aa_length": 638,
"cds_start": 1819,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372782.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.2059G>A",
"hgvs_p": "p.Glu687Lys",
"transcript": "ENST00000878190.1",
"protein_id": "ENSP00000548249.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 718,
"cds_start": 2059,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878190.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.2056G>A",
"hgvs_p": "p.Glu686Lys",
"transcript": "ENST00000878189.1",
"protein_id": "ENSP00000548248.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 717,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878189.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.2002G>A",
"hgvs_p": "p.Glu668Lys",
"transcript": "ENST00000966029.1",
"protein_id": "ENSP00000636088.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 699,
"cds_start": 2002,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966029.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1819G>A",
"hgvs_p": "p.Glu607Lys",
"transcript": "NM_001011657.4",
"protein_id": "NP_001011657.2",
"transcript_support_level": null,
"aa_start": 607,
"aa_end": null,
"aa_length": 638,
"cds_start": 1819,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001011657.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1819G>A",
"hgvs_p": "p.Glu607Lys",
"transcript": "ENST00000540921.5",
"protein_id": "ENSP00000437529.1",
"transcript_support_level": 2,
"aa_start": 607,
"aa_end": null,
"aa_length": 638,
"cds_start": 1819,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540921.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1306G>A",
"hgvs_p": "p.Glu436Lys",
"transcript": "NM_001282400.2",
"protein_id": "NP_001269329.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 467,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282400.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1306G>A",
"hgvs_p": "p.Glu436Lys",
"transcript": "NM_001282401.2",
"protein_id": "NP_001269330.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 467,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282401.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.2059G>A",
"hgvs_p": "p.Glu687Lys",
"transcript": "XM_005262212.5",
"protein_id": "XP_005262269.2",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 718,
"cds_start": 2059,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262212.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.2056G>A",
"hgvs_p": "p.Glu686Lys",
"transcript": "XM_005262213.5",
"protein_id": "XP_005262270.2",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 717,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262213.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1699G>A",
"hgvs_p": "p.Glu567Lys",
"transcript": "XM_005262216.5",
"protein_id": "XP_005262273.2",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 598,
"cds_start": 1699,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262216.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1696G>A",
"hgvs_p": "p.Glu566Lys",
"transcript": "XM_017029903.2",
"protein_id": "XP_016885392.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 597,
"cds_start": 1696,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029903.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1306G>A",
"hgvs_p": "p.Glu436Lys",
"transcript": "XM_006724711.4",
"protein_id": "XP_006724774.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 467,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724711.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1306G>A",
"hgvs_p": "p.Glu436Lys",
"transcript": "XM_047442574.1",
"protein_id": "XP_047298530.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 467,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442574.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1306G>A",
"hgvs_p": "p.Glu436Lys",
"transcript": "XM_047442575.1",
"protein_id": "XP_047298531.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 467,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442575.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "c.1306G>A",
"hgvs_p": "p.Glu436Lys",
"transcript": "XM_047442576.1",
"protein_id": "XP_047298532.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 467,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442576.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "n.2637G>A",
"hgvs_p": null,
"transcript": "ENST00000458570.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "pseudogene",
"feature": "ENST00000458570.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "n.4804G>A",
"hgvs_p": null,
"transcript": "ENST00000494068.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "pseudogene",
"feature": "ENST00000494068.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"hgvs_c": "n.*32G>A",
"hgvs_p": null,
"transcript": "ENST00000488347.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "pseudogene",
"feature": "ENST00000488347.5"
}
],
"gene_symbol": "ZMAT1",
"gene_hgnc_id": 29377,
"dbsnp": "rs749373831",
"frequency_reference_population": 0.000031515472,
"hom_count_reference_population": 16,
"allele_count_reference_population": 38,
"gnomad_exomes_af": 0.0000337468,
"gnomad_genomes_af": 0.00000914428,
"gnomad_exomes_ac": 37,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05647417902946472,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.057,
"revel_prediction": "Benign",
"alphamissense_score": 0.0933,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.68,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.023,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001394560.1",
"gene_symbol": "ZMAT1",
"hgnc_id": 29377,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1990G>A",
"hgvs_p": "p.Glu664Lys"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}