← 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: 12-6374543-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=6374543&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 6374543,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000228916.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "c.241C>G",
"hgvs_p": "p.Arg81Gly",
"transcript": "NM_001038.6",
"protein_id": "NP_001029.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 669,
"cds_start": 241,
"cds_end": null,
"cds_length": 2010,
"cdna_start": 354,
"cdna_end": null,
"cdna_length": 3149,
"mane_select": "ENST00000228916.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "c.241C>G",
"hgvs_p": "p.Arg81Gly",
"transcript": "ENST00000228916.7",
"protein_id": "ENSP00000228916.2",
"transcript_support_level": 1,
"aa_start": 81,
"aa_end": null,
"aa_length": 669,
"cds_start": 241,
"cds_end": null,
"cds_length": 2010,
"cdna_start": 354,
"cdna_end": null,
"cdna_length": 3149,
"mane_select": "NM_001038.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "c.418C>G",
"hgvs_p": "p.Arg140Gly",
"transcript": "ENST00000360168.7",
"protein_id": "ENSP00000353292.3",
"transcript_support_level": 1,
"aa_start": 140,
"aa_end": null,
"aa_length": 728,
"cds_start": 418,
"cds_end": null,
"cds_length": 2187,
"cdna_start": 682,
"cdna_end": null,
"cdna_length": 3481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "c.418C>G",
"hgvs_p": "p.Arg140Gly",
"transcript": "NM_001159576.2",
"protein_id": "NP_001153048.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 728,
"cds_start": 418,
"cds_end": null,
"cds_length": 2187,
"cdna_start": 908,
"cdna_end": null,
"cdna_length": 3703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "c.310C>G",
"hgvs_p": "p.Arg104Gly",
"transcript": "NM_001159575.2",
"protein_id": "NP_001153047.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 692,
"cds_start": 310,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 403,
"cdna_end": null,
"cdna_length": 3198,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "c.310C>G",
"hgvs_p": "p.Arg104Gly",
"transcript": "ENST00000543768.1",
"protein_id": "ENSP00000438739.1",
"transcript_support_level": 2,
"aa_start": 104,
"aa_end": null,
"aa_length": 692,
"cds_start": 310,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 403,
"cdna_end": null,
"cdna_length": 2361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "c.241C>G",
"hgvs_p": "p.Arg81Gly",
"transcript": "ENST00000396966.6",
"protein_id": "ENSP00000380166.2",
"transcript_support_level": 3,
"aa_start": 81,
"aa_end": null,
"aa_length": 511,
"cds_start": 241,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 261,
"cdna_end": null,
"cdna_length": 2336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "c.304C>G",
"hgvs_p": "p.Arg102Gly",
"transcript": "ENST00000536788.1",
"protein_id": "ENSP00000443434.1",
"transcript_support_level": 4,
"aa_start": 102,
"aa_end": null,
"aa_length": 158,
"cds_start": 304,
"cds_end": null,
"cds_length": 478,
"cdna_start": 359,
"cdna_end": null,
"cdna_length": 533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "n.241C>G",
"hgvs_p": null,
"transcript": "ENST00000338748.9",
"protein_id": "ENSP00000345028.5",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "n.322C>G",
"hgvs_p": null,
"transcript": "ENST00000536176.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "n.513C>G",
"hgvs_p": null,
"transcript": "ENST00000538957.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "n.506C>G",
"hgvs_p": null,
"transcript": "ENST00000542260.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "n.481C>G",
"hgvs_p": null,
"transcript": "ENST00000542436.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "n.377C>G",
"hgvs_p": null,
"transcript": "ENST00000543585.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "n.245C>G",
"hgvs_p": null,
"transcript": "ENST00000544882.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "n.82+810C>G",
"hgvs_p": null,
"transcript": "ENST00000538979.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "n.*226C>G",
"hgvs_p": null,
"transcript": "ENST00000536411.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"hgvs_c": "n.*83C>G",
"hgvs_p": null,
"transcript": "ENST00000545605.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SCNN1A",
"gene_hgnc_id": 10599,
"dbsnp": "rs61759860",
"frequency_reference_population": 6.840591e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84059e-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.7600239515304565,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.421,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3131,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.04,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.86,
"phylop100way_prediction": "Uncertain_significance",
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM5,PP3",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PM5",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000228916.7",
"gene_symbol": "SCNN1A",
"hgnc_id": 10599,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown,AD",
"hgvs_c": "c.241C>G",
"hgvs_p": "p.Arg81Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}