← 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: 3-15456013-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=15456013&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 15456013,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000603808.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1081C>T",
"hgvs_p": "p.Pro361Ser",
"transcript": "NM_005677.4",
"protein_id": "NP_005668.2",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 455,
"cds_start": 1081,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1162,
"cdna_end": null,
"cdna_length": 2960,
"mane_select": "ENST00000383788.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1081C>T",
"hgvs_p": "p.Pro361Ser",
"transcript": "ENST00000383788.10",
"protein_id": "ENSP00000373298.3",
"transcript_support_level": 1,
"aa_start": 361,
"aa_end": null,
"aa_length": 455,
"cds_start": 1081,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1162,
"cdna_end": null,
"cdna_length": 2960,
"mane_select": "NM_005677.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1081C>T",
"hgvs_p": "p.Pro361Ser",
"transcript": "ENST00000603808.5",
"protein_id": "ENSP00000474271.1",
"transcript_support_level": 1,
"aa_start": 361,
"aa_end": null,
"aa_length": 456,
"cds_start": 1081,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 1207,
"cdna_end": null,
"cdna_length": 1668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1051C>T",
"hgvs_p": "p.Pro351Ser",
"transcript": "NM_080538.2",
"protein_id": "NP_536799.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 445,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1336,
"cdna_end": null,
"cdna_length": 3134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1051C>T",
"hgvs_p": "p.Pro351Ser",
"transcript": "ENST00000383781.8",
"protein_id": "ENSP00000373291.3",
"transcript_support_level": 5,
"aa_start": 351,
"aa_end": null,
"aa_length": 445,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1336,
"cdna_end": null,
"cdna_length": 2784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.979C>T",
"hgvs_p": "p.Pro327Ser",
"transcript": "NM_080539.4",
"protein_id": "NP_536800.2",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 421,
"cds_start": 979,
"cds_end": null,
"cds_length": 1266,
"cdna_start": 1060,
"cdna_end": null,
"cdna_length": 2858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.979C>T",
"hgvs_p": "p.Pro327Ser",
"transcript": "ENST00000383786.9",
"protein_id": "ENSP00000373296.3",
"transcript_support_level": 5,
"aa_start": 327,
"aa_end": null,
"aa_length": 421,
"cds_start": 979,
"cds_end": null,
"cds_length": 1266,
"cdna_start": 1090,
"cdna_end": null,
"cdna_length": 1482,
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.937C>T",
"hgvs_p": null,
"transcript": "ENST00000604401.2",
"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": 1771,
"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": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.*843C>T",
"hgvs_p": null,
"transcript": "ENST00000679838.1",
"protein_id": "ENSP00000505708.1",
"transcript_support_level": null,
"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": 2947,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.993C>T",
"hgvs_p": null,
"transcript": "ENST00000680240.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1682,
"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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.847C>T",
"hgvs_p": null,
"transcript": "ENST00000680545.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2605,
"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": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.*95C>T",
"hgvs_p": null,
"transcript": "ENST00000681097.1",
"protein_id": "ENSP00000505397.1",
"transcript_support_level": null,
"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": 2783,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.4572C>T",
"hgvs_p": null,
"transcript": "ENST00000681222.1",
"protein_id": null,
"transcript_support_level": null,
"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": 6346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.*843C>T",
"hgvs_p": null,
"transcript": "ENST00000679838.1",
"protein_id": "ENSP00000505708.1",
"transcript_support_level": null,
"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": 2947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.*95C>T",
"hgvs_p": null,
"transcript": "ENST00000681097.1",
"protein_id": "ENSP00000505397.1",
"transcript_support_level": null,
"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": 2783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000293553",
"gene_hgnc_id": null,
"hgvs_c": "n.-73C>T",
"hgvs_p": null,
"transcript": "ENST00000629729.3",
"protein_id": "ENSP00000518887.1",
"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": 809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"dbsnp": "rs116828761",
"frequency_reference_population": 0.00038661758,
"hom_count_reference_population": 11,
"allele_count_reference_population": 624,
"gnomad_exomes_af": 0.000383092,
"gnomad_genomes_af": 0.000420472,
"gnomad_exomes_ac": 560,
"gnomad_genomes_ac": 64,
"gnomad_exomes_homalt": 9,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.011561036109924316,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.707,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.1035,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.36,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.09,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.05,
"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": -19,
"acmg_classification": "Benign",
"acmg_criteria": "PP2,BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -19,
"benign_score": 20,
"pathogenic_score": 1,
"criteria": [
"PP2",
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000603808.5",
"gene_symbol": "COLQ",
"hgnc_id": 2226,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1081C>T",
"hgvs_p": "p.Pro361Ser"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000629729.3",
"gene_symbol": "ENSG00000293553",
"hgnc_id": null,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-73C>T",
"hgvs_p": null
}
],
"clinvar_disease": "COLQ-related disorder,Congenital myasthenic syndrome 5",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:1",
"phenotype_combined": "Congenital myasthenic syndrome 5|COLQ-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}