← 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-102885336-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=102885336&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 102885336,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001008388.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CISD2",
"gene_hgnc_id": 24212,
"hgvs_c": "c.224T>C",
"hgvs_p": "p.Ile75Thr",
"transcript": "NM_001008388.5",
"protein_id": "NP_001008389.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 135,
"cds_start": 224,
"cds_end": null,
"cds_length": 408,
"cdna_start": 317,
"cdna_end": null,
"cdna_length": 5878,
"mane_select": "ENST00000273986.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001008388.5"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CISD2",
"gene_hgnc_id": 24212,
"hgvs_c": "c.224T>C",
"hgvs_p": "p.Ile75Thr",
"transcript": "ENST00000273986.10",
"protein_id": "ENSP00000273986.4",
"transcript_support_level": 1,
"aa_start": 75,
"aa_end": null,
"aa_length": 135,
"cds_start": 224,
"cds_end": null,
"cds_length": 408,
"cdna_start": 317,
"cdna_end": null,
"cdna_length": 5878,
"mane_select": "NM_001008388.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000273986.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "SLC9B1",
"gene_hgnc_id": 24244,
"hgvs_c": "c.1333-8A>G",
"hgvs_p": null,
"transcript": "ENST00000394789.7",
"protein_id": "ENSP00000378269.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 475,
"cds_start": null,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1735,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394789.7"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CISD2",
"gene_hgnc_id": 24212,
"hgvs_c": "c.254T>C",
"hgvs_p": "p.Ile85Thr",
"transcript": "ENST00000503643.1",
"protein_id": "ENSP00000423716.1",
"transcript_support_level": 2,
"aa_start": 85,
"aa_end": null,
"aa_length": 145,
"cds_start": 254,
"cds_end": null,
"cds_length": 438,
"cdna_start": 298,
"cdna_end": null,
"cdna_length": 808,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503643.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CISD2",
"gene_hgnc_id": 24212,
"hgvs_c": "c.218T>C",
"hgvs_p": "p.Ile73Thr",
"transcript": "ENST00000895599.1",
"protein_id": "ENSP00000565658.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 133,
"cds_start": 218,
"cds_end": null,
"cds_length": 402,
"cdna_start": 332,
"cdna_end": null,
"cdna_length": 1130,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895599.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CISD2",
"gene_hgnc_id": 24212,
"hgvs_c": "c.161T>C",
"hgvs_p": "p.Ile54Thr",
"transcript": "ENST00000912010.1",
"protein_id": "ENSP00000582069.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 114,
"cds_start": 161,
"cds_end": null,
"cds_length": 345,
"cdna_start": 244,
"cdna_end": null,
"cdna_length": 1570,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912010.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "SLC9B1",
"gene_hgnc_id": 24244,
"hgvs_c": "c.1333-8A>G",
"hgvs_p": null,
"transcript": "NM_001100874.3",
"protein_id": "NP_001094344.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 475,
"cds_start": null,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1720,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001100874.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CISD2",
"gene_hgnc_id": 24212,
"hgvs_c": "n.*183T>C",
"hgvs_p": null,
"transcript": "ENST00000574446.1",
"protein_id": "ENSP00000458976.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": 471,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000574446.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CISD2",
"gene_hgnc_id": 24212,
"hgvs_c": "n.*206T>C",
"hgvs_p": null,
"transcript": "ENST00000643561.1",
"protein_id": "ENSP00000494068.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": 1738,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643561.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CISD2",
"gene_hgnc_id": 24212,
"hgvs_c": "n.*183T>C",
"hgvs_p": null,
"transcript": "ENST00000646632.1",
"protein_id": "ENSP00000494257.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": 852,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646632.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CISD2",
"gene_hgnc_id": 24212,
"hgvs_c": "n.*183T>C",
"hgvs_p": null,
"transcript": "ENST00000574446.1",
"protein_id": "ENSP00000458976.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": 471,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000574446.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CISD2",
"gene_hgnc_id": 24212,
"hgvs_c": "n.*206T>C",
"hgvs_p": null,
"transcript": "ENST00000643561.1",
"protein_id": "ENSP00000494068.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": 1738,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643561.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CISD2",
"gene_hgnc_id": 24212,
"hgvs_c": "n.*183T>C",
"hgvs_p": null,
"transcript": "ENST00000646632.1",
"protein_id": "ENSP00000494257.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": 852,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646632.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SLC9B1",
"gene_hgnc_id": 24244,
"hgvs_c": "n.*884-47A>G",
"hgvs_p": null,
"transcript": "ENST00000503584.5",
"protein_id": "ENSP00000426926.1",
"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": 1399,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000503584.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SLC9B1",
"gene_hgnc_id": 24244,
"hgvs_c": "n.*602-8A>G",
"hgvs_p": null,
"transcript": "ENST00000514972.5",
"protein_id": "ENSP00000426584.1",
"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": 1548,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000514972.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SLC9B1",
"gene_hgnc_id": 24244,
"hgvs_c": "n.1313-8A>G",
"hgvs_p": null,
"transcript": "NR_047513.2",
"protein_id": null,
"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": 1592,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_047513.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SLC9B1",
"gene_hgnc_id": 24244,
"hgvs_c": "n.1214-47A>G",
"hgvs_p": null,
"transcript": "NR_047515.2",
"protein_id": null,
"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": 1454,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_047515.2"
}
],
"gene_symbol": "CISD2",
"gene_hgnc_id": 24212,
"dbsnp": "rs1057520144",
"frequency_reference_population": 6.841209e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84121e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8260177373886108,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.534,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9785,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.38,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.578,
"phylop100way_prediction": "Pathogenic",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001008388.5",
"gene_symbol": "CISD2",
"hgnc_id": 24212,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.224T>C",
"hgvs_p": "p.Ile75Thr"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001100874.3",
"gene_symbol": "SLC9B1",
"hgnc_id": 24244,
"effects": [
"splice_region_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1333-8A>G",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}