← 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: 19-11867662-A-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=11867662&ref=A&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ZNF439",
          "hgnc_id": 20873,
          "hgvs_c": "c.617A>G",
          "hgvs_p": "p.His206Arg",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "NM_001348718.2",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_score": -2,
      "allele_count_reference_population": 4,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0699,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.71,
      "chr": "19",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.04170846939086914,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "H",
          "aa_start": 203,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2574,
          "cdna_start": 750,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 608,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001348719.2",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.His203Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000682736.1",
          "protein_coding": true,
          "protein_id": "NP_001335648.1",
          "strand": true,
          "transcript": "NM_001348719.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "H",
          "aa_start": 203,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2574,
          "cdna_start": 750,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 608,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000682736.1",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.His203Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001348719.2",
          "protein_coding": true,
          "protein_id": "ENSP00000506930.1",
          "strand": true,
          "transcript": "ENST00000682736.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 499,
          "aa_ref": "H",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2622,
          "cdna_start": 793,
          "cds_end": null,
          "cds_length": 1500,
          "cds_start": 593,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000304030.2",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.593A>G",
          "hgvs_p": "p.His198Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000305077.2",
          "strand": true,
          "transcript": "ENST00000304030.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 62,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2408,
          "cdna_start": 588,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 185,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000455282.1",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.185A>G",
          "hgvs_p": "p.His62Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000395632.1",
          "strand": true,
          "transcript": "ENST00000455282.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 507,
          "aa_ref": "H",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2583,
          "cdna_start": 759,
          "cds_end": null,
          "cds_length": 1524,
          "cds_start": 617,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001348718.2",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.617A>G",
          "hgvs_p": "p.His206Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001335647.1",
          "strand": true,
          "transcript": "NM_001348718.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 499,
          "aa_ref": "H",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2617,
          "cdna_start": 793,
          "cds_end": null,
          "cds_length": 1500,
          "cds_start": 593,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_152262.3",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.593A>G",
          "hgvs_p": "p.His198Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_689475.1",
          "strand": true,
          "transcript": "NM_152262.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 486,
          "aa_ref": "H",
          "aa_start": 185,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2644,
          "cdna_start": 820,
          "cds_end": null,
          "cds_length": 1461,
          "cds_start": 554,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001348720.2",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.554A>G",
          "hgvs_p": "p.His185Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001335649.1",
          "strand": true,
          "transcript": "NM_001348720.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 486,
          "aa_ref": "H",
          "aa_start": 185,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2966,
          "cdna_start": 1142,
          "cds_end": null,
          "cds_length": 1461,
          "cds_start": 554,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001348721.2",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.554A>G",
          "hgvs_p": "p.His185Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001335650.1",
          "strand": true,
          "transcript": "NM_001348721.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 452,
          "aa_ref": "H",
          "aa_start": 151,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2957,
          "cdna_start": 1133,
          "cds_end": null,
          "cds_length": 1359,
          "cds_start": 452,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001348722.2",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.452A>G",
          "hgvs_p": "p.His151Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001335651.1",
          "strand": true,
          "transcript": "NM_001348722.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 452,
          "aa_ref": "H",
          "aa_start": 151,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2635,
          "cdna_start": 811,
          "cds_end": null,
          "cds_length": 1359,
          "cds_start": 452,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001348723.2",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.452A>G",
          "hgvs_p": "p.His151Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001335652.1",
          "strand": true,
          "transcript": "NM_001348723.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 62,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2447,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 185,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001348724.2",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.185A>G",
          "hgvs_p": "p.His62Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001335653.1",
          "strand": true,
          "transcript": "NM_001348724.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 62,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2830,
          "cdna_start": 1006,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 185,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001348725.2",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.185A>G",
          "hgvs_p": "p.His62Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001335654.1",
          "strand": true,
          "transcript": "NM_001348725.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 499,
          "aa_ref": "H",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3137,
          "cdna_start": 1313,
          "cds_end": null,
          "cds_length": 1500,
          "cds_start": 593,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047439651.1",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.593A>G",
          "hgvs_p": "p.His198Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295607.1",
          "strand": true,
          "transcript": "XM_047439651.1",
          "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": 319,
          "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": "ENST00000592534.1",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "n.120-15889A>G",
          "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": "ENST00000592534.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 117,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 605,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 354,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000442091.5",
          "gene_hgnc_id": 20873,
          "gene_symbol": "ZNF439",
          "hgvs_c": "c.*200A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000388234.1",
          "strand": true,
          "transcript": "ENST00000442091.5",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1976729511",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000024782564,
      "gene_hgnc_id": 20873,
      "gene_symbol": "ZNF439",
      "gnomad_exomes_ac": 3,
      "gnomad_exomes_af": 0.00000205228,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000656814,
      "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": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -2.331,
      "pos": 11867662,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.017,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001348718.2"
    }
  ]
}
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.