← 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: 8-85328670-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=85328670&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 85328670,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001738.5",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.676C>A",
"hgvs_p": "p.Gln226Lys",
"transcript": "NM_001128831.4",
"protein_id": "NP_001122303.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 261,
"cds_start": 676,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000523022.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128831.4"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.676C>A",
"hgvs_p": "p.Gln226Lys",
"transcript": "ENST00000523022.6",
"protein_id": "ENSP00000429798.1",
"transcript_support_level": 1,
"aa_start": 226,
"aa_end": null,
"aa_length": 261,
"cds_start": 676,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001128831.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523022.6"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.676C>A",
"hgvs_p": "p.Gln226Lys",
"transcript": "ENST00000523953.5",
"protein_id": "ENSP00000430656.1",
"transcript_support_level": 1,
"aa_start": 226,
"aa_end": null,
"aa_length": 261,
"cds_start": 676,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523953.5"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.676C>A",
"hgvs_p": "p.Gln226Lys",
"transcript": "ENST00000517618.5",
"protein_id": "ENSP00000430861.1",
"transcript_support_level": 1,
"aa_start": 226,
"aa_end": null,
"aa_length": 250,
"cds_start": 676,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000517618.5"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.676C>A",
"hgvs_p": "p.Gln226Lys",
"transcript": "NM_001128829.4",
"protein_id": "NP_001122301.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 261,
"cds_start": 676,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128829.4"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.676C>A",
"hgvs_p": "p.Gln226Lys",
"transcript": "NM_001128830.4",
"protein_id": "NP_001122302.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 261,
"cds_start": 676,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128830.4"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.676C>A",
"hgvs_p": "p.Gln226Lys",
"transcript": "NM_001164830.2",
"protein_id": "NP_001158302.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 261,
"cds_start": 676,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164830.2"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.676C>A",
"hgvs_p": "p.Gln226Lys",
"transcript": "NM_001738.5",
"protein_id": "NP_001729.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 261,
"cds_start": 676,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001738.5"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.676C>A",
"hgvs_p": "p.Gln226Lys",
"transcript": "ENST00000431316.3",
"protein_id": "ENSP00000392338.1",
"transcript_support_level": 5,
"aa_start": 226,
"aa_end": null,
"aa_length": 261,
"cds_start": 676,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431316.3"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.676C>A",
"hgvs_p": "p.Gln226Lys",
"transcript": "ENST00000542576.5",
"protein_id": "ENSP00000443517.1",
"transcript_support_level": 5,
"aa_start": 226,
"aa_end": null,
"aa_length": 261,
"cds_start": 676,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542576.5"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.676C>A",
"hgvs_p": "p.Gln226Lys",
"transcript": "ENST00000875459.1",
"protein_id": "ENSP00000545518.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 261,
"cds_start": 676,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875459.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.613C>A",
"hgvs_p": "p.Gln205Lys",
"transcript": "ENST00000875461.1",
"protein_id": "ENSP00000545520.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 240,
"cds_start": 613,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875461.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.478C>A",
"hgvs_p": "p.Gln160Lys",
"transcript": "NM_001291967.2",
"protein_id": "NP_001278896.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 195,
"cds_start": 478,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291967.2"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.478C>A",
"hgvs_p": "p.Gln160Lys",
"transcript": "ENST00000875460.1",
"protein_id": "ENSP00000545519.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 195,
"cds_start": 478,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875460.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.478C>A",
"hgvs_p": "p.Gln160Lys",
"transcript": "ENST00000524324.5",
"protein_id": "ENSP00000428923.1",
"transcript_support_level": 2,
"aa_start": 160,
"aa_end": null,
"aa_length": 193,
"cds_start": 478,
"cds_end": null,
"cds_length": 583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524324.5"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.337C>A",
"hgvs_p": "p.Gln113Lys",
"transcript": "NM_001291968.2",
"protein_id": "NP_001278897.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 148,
"cds_start": 337,
"cds_end": null,
"cds_length": 447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291968.2"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.337C>A",
"hgvs_p": "p.Gln113Lys",
"transcript": "ENST00000519991.5",
"protein_id": "ENSP00000430543.1",
"transcript_support_level": 2,
"aa_start": 113,
"aa_end": null,
"aa_length": 136,
"cds_start": 337,
"cds_end": null,
"cds_length": 413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519991.5"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.274C>A",
"hgvs_p": "p.Gln92Lys",
"transcript": "ENST00000522389.5",
"protein_id": "ENSP00000427773.1",
"transcript_support_level": 3,
"aa_start": 92,
"aa_end": null,
"aa_length": 127,
"cds_start": 274,
"cds_end": null,
"cds_length": 384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522389.5"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.274C>A",
"hgvs_p": "p.Gln92Lys",
"transcript": "ENST00000626824.1",
"protein_id": "ENSP00000486171.1",
"transcript_support_level": 5,
"aa_start": 92,
"aa_end": null,
"aa_length": 127,
"cds_start": 274,
"cds_end": null,
"cds_length": 384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000626824.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"hgvs_c": "c.478-54C>A",
"hgvs_p": null,
"transcript": "ENST00000521679.5",
"protein_id": "ENSP00000429300.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 177,
"cds_start": null,
"cds_end": null,
"cds_length": 534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521679.5"
}
],
"gene_symbol": "CA1",
"gene_hgnc_id": 1368,
"dbsnp": "rs762656239",
"frequency_reference_population": 0.000016316571,
"hom_count_reference_population": 0,
"allele_count_reference_population": 26,
"gnomad_exomes_af": 0.0000173441,
"gnomad_genomes_af": 0.00000657644,
"gnomad_exomes_ac": 25,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04512283205986023,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.064,
"revel_prediction": "Benign",
"alphamissense_score": 0.0936,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.297,
"phylop100way_prediction": "Benign",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001738.5",
"gene_symbol": "CA1",
"hgnc_id": 1368,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.676C>A",
"hgvs_p": "p.Gln226Lys"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}