← 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: 1-17331078-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 17331078,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_012387.3",
      "consequences": [
        {
          "aa_ref": "W",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PADI4",
          "gene_hgnc_id": 18368,
          "hgvs_c": "c.202T>C",
          "hgvs_p": "p.Trp68Arg",
          "transcript": "NM_012387.3",
          "protein_id": "NP_036519.2",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 202,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 228,
          "cdna_end": null,
          "cdna_length": 2267,
          "mane_select": "ENST00000375448.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PADI4",
          "gene_hgnc_id": 18368,
          "hgvs_c": "c.202T>C",
          "hgvs_p": "p.Trp68Arg",
          "transcript": "ENST00000375448.4",
          "protein_id": "ENSP00000364597.4",
          "transcript_support_level": 1,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 202,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 228,
          "cdna_end": null,
          "cdna_length": 2267,
          "mane_select": "NM_012387.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PADI4",
          "gene_hgnc_id": 18368,
          "hgvs_c": "c.202T>C",
          "hgvs_p": "p.Trp68Arg",
          "transcript": "ENST00000375453.5",
          "protein_id": "ENSP00000364602.1",
          "transcript_support_level": 2,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 127,
          "cds_start": 202,
          "cds_end": null,
          "cds_length": 384,
          "cdna_start": 230,
          "cdna_end": null,
          "cdna_length": 841,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PADI4",
          "gene_hgnc_id": 18368,
          "hgvs_c": "c.202T>C",
          "hgvs_p": "p.Trp68Arg",
          "transcript": "XM_011541150.1",
          "protein_id": "XP_011539452.1",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 601,
          "cds_start": 202,
          "cds_end": null,
          "cds_length": 1806,
          "cdna_start": 228,
          "cdna_end": null,
          "cdna_length": 2081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PADI4",
          "gene_hgnc_id": 18368,
          "hgvs_c": "c.202T>C",
          "hgvs_p": "p.Trp68Arg",
          "transcript": "XM_011541151.2",
          "protein_id": "XP_011539453.1",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 563,
          "cds_start": 202,
          "cds_end": null,
          "cds_length": 1692,
          "cdna_start": 228,
          "cdna_end": null,
          "cdna_length": 1967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PADI4",
          "gene_hgnc_id": 18368,
          "hgvs_c": "c.202T>C",
          "hgvs_p": "p.Trp68Arg",
          "transcript": "XM_011541153.2",
          "protein_id": "XP_011539455.1",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 202,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 228,
          "cdna_end": null,
          "cdna_length": 1356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PADI4",
          "gene_hgnc_id": 18368,
          "hgvs_c": "c.202T>C",
          "hgvs_p": "p.Trp68Arg",
          "transcript": "XM_011541154.3",
          "protein_id": "XP_011539456.1",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 202,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 228,
          "cdna_end": null,
          "cdna_length": 1342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PADI4",
          "gene_hgnc_id": 18368,
          "hgvs_c": "c.202T>C",
          "hgvs_p": "p.Trp68Arg",
          "transcript": "XM_011541155.2",
          "protein_id": "XP_011539457.1",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 392,
          "cds_start": 202,
          "cds_end": null,
          "cds_length": 1179,
          "cdna_start": 228,
          "cdna_end": null,
          "cdna_length": 1840,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PADI4",
          "gene_hgnc_id": 18368,
          "hgvs_c": "c.202T>C",
          "hgvs_p": "p.Trp68Arg",
          "transcript": "XM_011541156.2",
          "protein_id": "XP_011539458.1",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 386,
          "cds_start": 202,
          "cds_end": null,
          "cds_length": 1161,
          "cdna_start": 228,
          "cdna_end": null,
          "cdna_length": 1275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PADI4",
      "gene_hgnc_id": 18368,
      "dbsnp": null,
      "frequency_reference_population": 6.849353e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84935e-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.9449855089187622,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.34,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.5163,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.15,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.758,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_012387.3",
          "gene_symbol": "PADI4",
          "hgnc_id": 18368,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.202T>C",
          "hgvs_p": "p.Trp68Arg"
        }
      ],
      "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
}