← 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: 17-39970484-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "missense_variant",
            "splice_region_variant"
          ],
          "gene_symbol": "GSDMA",
          "hgnc_id": 13311,
          "hgvs_c": "c.395A>C",
          "hgvs_p": "p.Lys132Thr",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "NM_178171.5",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_score": 2,
      "allele_count_reference_population": 3,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.2286,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.38,
      "chr": "17",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": 0.45494213700294495,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 445,
          "aa_ref": "K",
          "aa_start": 132,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2135,
          "cdna_start": 482,
          "cds_end": null,
          "cds_length": 1338,
          "cds_start": 395,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 12,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_178171.5",
          "gene_hgnc_id": 13311,
          "gene_symbol": "GSDMA",
          "hgvs_c": "c.395A>C",
          "hgvs_p": "p.Lys132Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000301659.9",
          "protein_coding": true,
          "protein_id": "NP_835465.2",
          "strand": true,
          "transcript": "NM_178171.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 445,
          "aa_ref": "K",
          "aa_start": 132,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2135,
          "cdna_start": 482,
          "cds_end": null,
          "cds_length": 1338,
          "cds_start": 395,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 12,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000301659.9",
          "gene_hgnc_id": 13311,
          "gene_symbol": "GSDMA",
          "hgvs_c": "c.395A>C",
          "hgvs_p": "p.Lys132Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_178171.5",
          "protein_coding": true,
          "protein_id": "ENSP00000301659.4",
          "strand": true,
          "transcript": "ENST00000301659.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 445,
          "aa_ref": "K",
          "aa_start": 132,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1546,
          "cdna_start": 443,
          "cds_end": null,
          "cds_length": 1338,
          "cds_start": 395,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 12,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000635792.1",
          "gene_hgnc_id": 13311,
          "gene_symbol": "GSDMA",
          "hgvs_c": "c.395A>C",
          "hgvs_p": "p.Lys132Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490739.1",
          "strand": true,
          "transcript": "ENST00000635792.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 157,
          "aa_ref": "K",
          "aa_start": 132,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 547,
          "cdna_start": 466,
          "cds_end": null,
          "cds_length": 476,
          "cds_start": 395,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000577447.1",
          "gene_hgnc_id": 13311,
          "gene_symbol": "GSDMA",
          "hgvs_c": "c.395A>C",
          "hgvs_p": "p.Lys132Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000461985.1",
          "strand": true,
          "transcript": "ENST00000577447.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 445,
          "aa_ref": "K",
          "aa_start": 132,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2116,
          "cdna_start": 463,
          "cds_end": null,
          "cds_length": 1338,
          "cds_start": 395,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 12,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_006721832.4",
          "gene_hgnc_id": 13311,
          "gene_symbol": "GSDMA",
          "hgvs_c": "c.395A>C",
          "hgvs_p": "p.Lys132Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006721895.1",
          "strand": true,
          "transcript": "XM_006721832.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 436,
          "aa_ref": "K",
          "aa_start": 132,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2108,
          "cdna_start": 482,
          "cds_end": null,
          "cds_length": 1311,
          "cds_start": 395,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_017024502.3",
          "gene_hgnc_id": 13311,
          "gene_symbol": "GSDMA",
          "hgvs_c": "c.395A>C",
          "hgvs_p": "p.Lys132Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016879991.1",
          "strand": true,
          "transcript": "XM_017024502.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 303,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1757,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 912,
          "cds_start": null,
          "consequences": [
            "splice_region_variant"
          ],
          "exon_count": 10,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_011524651.4",
          "gene_hgnc_id": 13311,
          "gene_symbol": "GSDMA",
          "hgvs_c": "c.-32A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011522953.1",
          "strand": true,
          "transcript": "XM_011524651.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 303,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1757,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 912,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_011524651.4",
          "gene_hgnc_id": 13311,
          "gene_symbol": "GSDMA",
          "hgvs_c": "c.-32A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011522953.1",
          "strand": true,
          "transcript": "XM_011524651.4",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs773320595",
      "effect": "missense_variant,splice_region_variant",
      "frequency_reference_population": 0.0000021105477,
      "gene_hgnc_id": 13311,
      "gene_symbol": "GSDMA",
      "gnomad_exomes_ac": 3,
      "gnomad_exomes_af": 0.00000211055,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "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": "Uncertain_significance",
      "phylop100way_score": 4.224,
      "pos": 39970484,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.234,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_178171.5"
    }
  ]
}
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.