← 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: 5-161336733-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=161336733&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 5,
"criteria": [
"BP6",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "GABRB2",
"hgnc_id": 4082,
"hgvs_c": "c.578G>A",
"hgvs_p": "p.Arg193His",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -5,
"transcript": "NM_021911.3",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP6,BS2",
"acmg_score": -5,
"allele_count_reference_population": 58,
"alphamissense_prediction": null,
"alphamissense_score": 0.139,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.02,
"chr": "5",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": "Developmental and epileptic encephalopathy 92,Intellectual disability,not provided",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:2",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.49645528197288513,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 512,
"aa_ref": "R",
"aa_start": 193,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7266,
"cdna_start": 660,
"cds_end": null,
"cds_length": 1539,
"cds_start": 578,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001371727.1",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.578G>A",
"hgvs_p": "p.Arg193His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000393959.6",
"protein_coding": true,
"protein_id": "NP_001358656.1",
"strand": false,
"transcript": "NM_001371727.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 512,
"aa_ref": "R",
"aa_start": 193,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7266,
"cdna_start": 660,
"cds_end": null,
"cds_length": 1539,
"cds_start": 578,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000393959.6",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.578G>A",
"hgvs_p": "p.Arg193His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001371727.1",
"protein_coding": true,
"protein_id": "ENSP00000377531.1",
"strand": false,
"transcript": "ENST00000393959.6",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 474,
"aa_ref": "R",
"aa_start": 193,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1963,
"cdna_start": 899,
"cds_end": null,
"cds_length": 1425,
"cds_start": 578,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000353437.10",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.578G>A",
"hgvs_p": "p.Arg193His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000274546.6",
"strand": false,
"transcript": "ENST00000353437.10",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 474,
"aa_ref": "R",
"aa_start": 193,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2030,
"cdna_start": 966,
"cds_end": null,
"cds_length": 1425,
"cds_start": 578,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000520240.5",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.578G>A",
"hgvs_p": "p.Arg193His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000429320.1",
"strand": false,
"transcript": "ENST00000520240.5",
"transcript_support_level": 1
},
{
"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": 2470,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000612710.1",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "n.522G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000612710.1",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 204,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1238,
"cdna_start": null,
"cds_end": null,
"cds_length": 617,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000675746.1",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.-173G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502391.1",
"strand": false,
"transcript": "ENST00000675746.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 512,
"aa_ref": "R",
"aa_start": 193,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7682,
"cdna_start": 1076,
"cds_end": null,
"cds_length": 1539,
"cds_start": 578,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_021911.3",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.578G>A",
"hgvs_p": "p.Arg193His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_068711.1",
"strand": false,
"transcript": "NM_021911.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 512,
"aa_ref": "R",
"aa_start": 193,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7367,
"cdna_start": 754,
"cds_end": null,
"cds_length": 1539,
"cds_start": 578,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000274547.7",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.578G>A",
"hgvs_p": "p.Arg193His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000274547.2",
"strand": false,
"transcript": "ENST00000274547.7",
"transcript_support_level": 5
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 474,
"aa_ref": "R",
"aa_start": 193,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7568,
"cdna_start": 1076,
"cds_end": null,
"cds_length": 1425,
"cds_start": 578,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_000813.3",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.578G>A",
"hgvs_p": "p.Arg193His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_000804.1",
"strand": false,
"transcript": "NM_000813.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 474,
"aa_ref": "R",
"aa_start": 193,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5495,
"cdna_start": 874,
"cds_end": null,
"cds_length": 1425,
"cds_start": 578,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000675303.1",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.578G>A",
"hgvs_p": "p.Arg193His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502748.1",
"strand": false,
"transcript": "ENST00000675303.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 474,
"aa_ref": "R",
"aa_start": 193,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6516,
"cdna_start": 1046,
"cds_end": null,
"cds_length": 1425,
"cds_start": 578,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000675773.1",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.578G>A",
"hgvs_p": "p.Arg193His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502701.1",
"strand": false,
"transcript": "ENST00000675773.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 474,
"aa_ref": "R",
"aa_start": 193,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5559,
"cdna_start": 940,
"cds_end": null,
"cds_length": 1425,
"cds_start": 578,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000965237.1",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.578G>A",
"hgvs_p": "p.Arg193His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635296.1",
"strand": false,
"transcript": "ENST00000965237.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 411,
"aa_ref": "R",
"aa_start": 130,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1779,
"cdna_start": 715,
"cds_end": null,
"cds_length": 1236,
"cds_start": 389,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000517901.5",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.389G>A",
"hgvs_p": "p.Arg130His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000430532.1",
"strand": false,
"transcript": "ENST00000517901.5",
"transcript_support_level": 5
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 390,
"aa_ref": "R",
"aa_start": 109,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5061,
"cdna_start": 510,
"cds_end": null,
"cds_length": 1173,
"cds_start": 326,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000675381.1",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.326G>A",
"hgvs_p": "p.Arg109His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501968.1",
"strand": false,
"transcript": "ENST00000675381.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 314,
"aa_ref": "R",
"aa_start": 33,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1349,
"cdna_start": 319,
"cds_end": null,
"cds_length": 945,
"cds_start": 98,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000517547.5",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.98G>A",
"hgvs_p": "p.Arg33His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000429750.1",
"strand": false,
"transcript": "ENST00000517547.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 204,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1238,
"cdna_start": null,
"cds_end": null,
"cds_length": 617,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000675746.1",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "c.-173G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502391.1",
"strand": false,
"transcript": "ENST00000675746.1",
"transcript_support_level": null
},
{
"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": 2268,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000674514.1",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "n.660G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000674514.1",
"transcript_support_level": null
},
{
"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": 5620,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000675081.1",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "n.*37G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502207.1",
"strand": false,
"transcript": "ENST00000675081.1",
"transcript_support_level": null
},
{
"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": 5620,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000675081.1",
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"hgvs_c": "n.*37G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502207.1",
"strand": false,
"transcript": "ENST00000675081.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs373324958",
"effect": "missense_variant",
"frequency_reference_population": 0.000039695522,
"gene_hgnc_id": 4082,
"gene_symbol": "GABRB2",
"gnomad_exomes_ac": 58,
"gnomad_exomes_af": 0.0000396955,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 0,
"gnomad_genomes_af": 0,
"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": "Conflicting classifications of pathogenicity",
"phenotype_combined": "not provided|Developmental and epileptic encephalopathy 92|Intellectual disability",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 4.003,
"pos": 161336733,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.51,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_021911.3"
}
]
}