← 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-80693016-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=80693016&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 6,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ZNF704",
          "hgnc_id": 32291,
          "hgvs_c": "c.835G>A",
          "hgvs_p": "p.Val279Met",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -6,
          "transcript": "NM_001367783.1",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 2,
          "criteria": [
            "BP4_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000296763",
          "hgnc_id": null,
          "hgvs_c": "n.107+5429C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -2,
          "transcript": "ENST00000741726.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_score": -6,
      "allele_count_reference_population": 575,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1057,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.47,
      "chr": "8",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.06922265887260437,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "V",
          "aa_start": 105,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14386,
          "cdna_start": 545,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 313,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001033723.3",
          "gene_hgnc_id": 32291,
          "gene_symbol": "ZNF704",
          "hgvs_c": "c.313G>A",
          "hgvs_p": "p.Val105Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000327835.7",
          "protein_coding": true,
          "protein_id": "NP_001028895.1",
          "strand": false,
          "transcript": "NM_001033723.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "V",
          "aa_start": 105,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 14386,
          "cdna_start": 545,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 313,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000327835.7",
          "gene_hgnc_id": 32291,
          "gene_symbol": "ZNF704",
          "hgvs_c": "c.313G>A",
          "hgvs_p": "p.Val105Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001033723.3",
          "protein_coding": true,
          "protein_id": "ENSP00000331462.3",
          "strand": false,
          "transcript": "ENST00000327835.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "V",
          "aa_start": 279,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 15100,
          "cdna_start": 1259,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 835,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001367783.1",
          "gene_hgnc_id": 32291,
          "gene_symbol": "ZNF704",
          "hgvs_c": "c.835G>A",
          "hgvs_p": "p.Val279Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354712.1",
          "strand": false,
          "transcript": "NM_001367783.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "V",
          "aa_start": 279,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 15071,
          "cdna_start": 1230,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 835,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000519936.2",
          "gene_hgnc_id": 32291,
          "gene_symbol": "ZNF704",
          "hgvs_c": "c.835G>A",
          "hgvs_p": "p.Val279Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000427715.2",
          "strand": false,
          "transcript": "ENST00000519936.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "V",
          "aa_start": 113,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14436,
          "cdna_start": 595,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_017013725.2",
          "gene_hgnc_id": 32291,
          "gene_symbol": "ZNF704",
          "hgvs_c": "c.337G>A",
          "hgvs_p": "p.Val113Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016869214.1",
          "strand": false,
          "transcript": "XM_017013725.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 686,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000520336.1",
          "gene_hgnc_id": 32291,
          "gene_symbol": "ZNF704",
          "hgvs_c": "n.324G>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": "ENST00000520336.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13358,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XR_928797.3",
          "gene_hgnc_id": 32291,
          "gene_symbol": "ZNF704",
          "hgvs_c": "n.1259G>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": "XR_928797.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 302,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000741726.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000296763",
          "hgvs_c": "n.107+5429C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000741726.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs145491398",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00035623656,
      "gene_hgnc_id": 32291,
      "gene_symbol": "ZNF704",
      "gnomad_exomes_ac": 545,
      "gnomad_exomes_af": 0.000372819,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 30,
      "gnomad_genomes_af": 0.000197031,
      "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": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 3.686,
      "pos": 80693016,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.025,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001367783.1"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.