← 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-169680143-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=169680143&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 169680143,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_173872.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.254A>G",
"hgvs_p": "p.Tyr85Cys",
"transcript": "NM_001829.4",
"protein_id": "NP_001820.2",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 818,
"cds_start": 254,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000513761.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001829.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.254A>G",
"hgvs_p": "p.Tyr85Cys",
"transcript": "ENST00000513761.6",
"protein_id": "ENSP00000424603.1",
"transcript_support_level": 1,
"aa_start": 85,
"aa_end": null,
"aa_length": 818,
"cds_start": 254,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001829.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513761.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.254A>G",
"hgvs_p": "p.Tyr85Cys",
"transcript": "ENST00000347613.9",
"protein_id": "ENSP00000261514.5",
"transcript_support_level": 1,
"aa_start": 85,
"aa_end": null,
"aa_length": 866,
"cds_start": 254,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000347613.9"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.254A>G",
"hgvs_p": "p.Tyr85Cys",
"transcript": "NM_173872.4",
"protein_id": "NP_776297.2",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 866,
"cds_start": 254,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173872.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.320A>G",
"hgvs_p": "p.Tyr107Cys",
"transcript": "ENST00000898875.1",
"protein_id": "ENSP00000568934.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 840,
"cds_start": 320,
"cds_end": null,
"cds_length": 2523,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898875.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.254A>G",
"hgvs_p": "p.Tyr85Cys",
"transcript": "ENST00000898874.1",
"protein_id": "ENSP00000568933.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 818,
"cds_start": 254,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898874.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.254A>G",
"hgvs_p": "p.Tyr85Cys",
"transcript": "ENST00000942633.1",
"protein_id": "ENSP00000612692.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 818,
"cds_start": 254,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942633.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.254A>G",
"hgvs_p": "p.Tyr85Cys",
"transcript": "NM_001243372.2",
"protein_id": "NP_001230301.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 791,
"cds_start": 254,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243372.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.173A>G",
"hgvs_p": "p.Tyr58Cys",
"transcript": "NM_001243374.2",
"protein_id": "NP_001230303.2",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 791,
"cds_start": 173,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243374.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.254A>G",
"hgvs_p": "p.Tyr85Cys",
"transcript": "ENST00000360642.7",
"protein_id": "ENSP00000353857.3",
"transcript_support_level": 2,
"aa_start": 85,
"aa_end": null,
"aa_length": 791,
"cds_start": 254,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360642.7"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.173A>G",
"hgvs_p": "p.Tyr58Cys",
"transcript": "ENST00000507875.6",
"protein_id": "ENSP00000425323.2",
"transcript_support_level": 2,
"aa_start": 58,
"aa_end": null,
"aa_length": 791,
"cds_start": 173,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507875.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.254A>G",
"hgvs_p": "p.Tyr85Cys",
"transcript": "ENST00000942634.1",
"protein_id": "ENSP00000612693.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 636,
"cds_start": 254,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942634.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"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": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.254A>G",
"hgvs_p": "p.Tyr85Cys",
"transcript": "ENST00000511092.5",
"protein_id": "ENSP00000425160.1",
"transcript_support_level": 3,
"aa_start": 85,
"aa_end": null,
"aa_length": 172,
"cds_start": 254,
"cds_end": null,
"cds_length": 521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511092.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.254A>G",
"hgvs_p": "p.Tyr85Cys",
"transcript": "ENST00000512813.5",
"protein_id": "ENSP00000425823.1",
"transcript_support_level": 4,
"aa_start": 85,
"aa_end": null,
"aa_length": 137,
"cds_start": 254,
"cds_end": null,
"cds_length": 416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512813.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.173A>G",
"hgvs_p": "p.Tyr58Cys",
"transcript": "XM_005262726.4",
"protein_id": "XP_005262783.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 839,
"cds_start": 173,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262726.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.149A>G",
"hgvs_p": "p.Tyr50Cys",
"transcript": "XM_011531586.3",
"protein_id": "XP_011529888.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 831,
"cds_start": 149,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531586.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.Tyr27Cys",
"transcript": "XM_047449584.1",
"protein_id": "XP_047305540.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 808,
"cds_start": 80,
"cds_end": null,
"cds_length": 2427,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449584.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.149A>G",
"hgvs_p": "p.Tyr50Cys",
"transcript": "XM_047449585.1",
"protein_id": "XP_047305541.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 783,
"cds_start": 149,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449585.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "c.149A>G",
"hgvs_p": "p.Tyr50Cys",
"transcript": "XM_047449586.1",
"protein_id": "XP_047305542.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 783,
"cds_start": 149,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449586.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": "CLCN3",
"gene_hgnc_id": 2021,
"hgvs_c": "n.76A>G",
"hgvs_p": null,
"transcript": "ENST00000502998.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000502998.1"
}
],
"gene_symbol": "CLCN3",
"gene_hgnc_id": 2021,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9029112458229065,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.833,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9961,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.5,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.928,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP2,PP3_Moderate,PP5_Moderate",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP2",
"PP3_Moderate",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_173872.4",
"gene_symbol": "CLCN3",
"hgnc_id": 2021,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.254A>G",
"hgvs_p": "p.Tyr85Cys"
}
],
"clinvar_disease": "Neurodevelopmental delay,Neurodevelopmental disorder with hypotonia and brain abnormalities",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Neurodevelopmental delay|Neurodevelopmental disorder with hypotonia and brain abnormalities",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}