← 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: 17-7859431-AT-GC (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=7859431&ref=AT&alt=GC&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "CYB5D1",
"hgnc_id": 26516,
"hgvs_c": "c.506_507delATinsGC",
"hgvs_p": "p.Tyr169Cys",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_144607.6",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [],
"effects": [
"intron_variant"
],
"gene_symbol": "NAA38",
"hgnc_id": 28212,
"hgvs_c": "c.4-2234_4-2233delATinsGC",
"hgvs_p": null,
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_001330111.2",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000280046",
"hgnc_id": null,
"hgvs_c": "n.489_490delATinsGC",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": 0,
"transcript": "ENST00000624171.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "GC",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "17",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 228,
"aa_ref": "Y",
"aa_start": 169,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3489,
"cdna_start": 638,
"cds_end": null,
"cds_length": 687,
"cds_start": 506,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_144607.6",
"gene_hgnc_id": 26516,
"gene_symbol": "CYB5D1",
"hgvs_c": "c.506_507delATinsGC",
"hgvs_p": "p.Tyr169Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000332439.5",
"protein_coding": true,
"protein_id": "NP_653208.2",
"strand": true,
"transcript": "NM_144607.6",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 228,
"aa_ref": "Y",
"aa_start": 169,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3489,
"cdna_start": 638,
"cds_end": null,
"cds_length": 687,
"cds_start": 506,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000332439.5",
"gene_hgnc_id": 26516,
"gene_symbol": "CYB5D1",
"hgvs_c": "c.506_507delATinsGC",
"hgvs_p": "p.Tyr169Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_144607.6",
"protein_coding": true,
"protein_id": "ENSP00000331479.4",
"strand": true,
"transcript": "ENST00000332439.5",
"transcript_support_level": 1
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 100,
"aa_ref": "Y",
"aa_start": 41,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 570,
"cdna_start": 227,
"cds_end": null,
"cds_length": 303,
"cds_start": 122,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000570446.1",
"gene_hgnc_id": 26516,
"gene_symbol": "CYB5D1",
"hgvs_c": "c.122_123delATinsGC",
"hgvs_p": "p.Tyr41Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000461852.1",
"strand": true,
"transcript": "ENST00000570446.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 157,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3421,
"cdna_start": null,
"cds_end": null,
"cds_length": 474,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001330110.2",
"gene_hgnc_id": 26516,
"gene_symbol": "CYB5D1",
"hgvs_c": "c.457-19_457-18delATinsGC",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001317039.1",
"strand": true,
"transcript": "NM_001330110.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 157,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1870,
"cdna_start": null,
"cds_end": null,
"cds_length": 474,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000571846.5",
"gene_hgnc_id": 26516,
"gene_symbol": "CYB5D1",
"hgvs_c": "c.457-19_457-18delATinsGC",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000459369.1",
"strand": true,
"transcript": "ENST00000571846.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 99,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 768,
"cdna_start": null,
"cds_end": null,
"cds_length": 300,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001330111.2",
"gene_hgnc_id": 28212,
"gene_symbol": "NAA38",
"hgvs_c": "c.4-2234_4-2233delATinsGC",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001317040.1",
"strand": false,
"transcript": "NM_001330111.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 99,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 556,
"cdna_start": null,
"cds_end": null,
"cds_length": 300,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000576861.5",
"gene_hgnc_id": 28212,
"gene_symbol": "NAA38",
"hgvs_c": "c.4-2234_4-2233delATinsGC",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000461545.1",
"strand": false,
"transcript": "ENST00000576861.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 597,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000573940.1",
"gene_hgnc_id": 26516,
"gene_symbol": "CYB5D1",
"hgvs_c": "n.484_485delATinsGC",
"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": "ENST00000573940.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 538,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000574196.1",
"gene_hgnc_id": 26516,
"gene_symbol": "CYB5D1",
"hgvs_c": "n.*371_*372delATinsGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000460105.1",
"strand": true,
"transcript": "ENST00000574196.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "TEC",
"canonical": false,
"cdna_end": null,
"cdna_length": 7141,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 1,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000624171.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000280046",
"hgvs_c": "n.489_490delATinsGC",
"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": "ENST00000624171.1",
"transcript_support_level": 6
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 538,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000574196.1",
"gene_hgnc_id": 26516,
"gene_symbol": "CYB5D1",
"hgvs_c": "n.*371_*372delATinsGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000460105.1",
"strand": true,
"transcript": "ENST00000574196.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 783,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000570555.1",
"gene_hgnc_id": 28212,
"gene_symbol": "NAA38",
"hgvs_c": "n.176-601_176-600delATinsGC",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000570555.1",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 26516,
"gene_symbol": "CYB5D1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 3.805,
"pos": 7859431,
"ref": "AT",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_144607.6"
}
]
}