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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 22120100,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_030761.5",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WNT4",
          "gene_hgnc_id": 12783,
          "hgvs_c": "c.1006G>A",
          "hgvs_p": "p.Val336Ile",
          "transcript": "NM_030761.5",
          "protein_id": "NP_110388.2",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 351,
          "cds_start": 1006,
          "cds_end": null,
          "cds_length": 1056,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000290167.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_030761.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WNT4",
          "gene_hgnc_id": 12783,
          "hgvs_c": "c.1006G>A",
          "hgvs_p": "p.Val336Ile",
          "transcript": "ENST00000290167.11",
          "protein_id": "ENSP00000290167.5",
          "transcript_support_level": 1,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 351,
          "cds_start": 1006,
          "cds_end": null,
          "cds_length": 1056,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_030761.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000290167.11"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WNT4",
          "gene_hgnc_id": 12783,
          "hgvs_c": "c.964G>A",
          "hgvs_p": "p.Val322Ile",
          "transcript": "ENST00000951124.1",
          "protein_id": "ENSP00000621183.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 337,
          "cds_start": 964,
          "cds_end": null,
          "cds_length": 1014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951124.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WNT4",
          "gene_hgnc_id": 12783,
          "hgvs_c": "c.907G>A",
          "hgvs_p": "p.Val303Ile",
          "transcript": "ENST00000901549.1",
          "protein_id": "ENSP00000571608.1",
          "transcript_support_level": null,
          "aa_start": 303,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 907,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901549.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WNT4",
          "gene_hgnc_id": 12783,
          "hgvs_c": "c.1072G>A",
          "hgvs_p": "p.Val358Ile",
          "transcript": "XM_011541597.3",
          "protein_id": "XP_011539899.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541597.3"
        }
      ],
      "gene_symbol": "WNT4",
      "gene_hgnc_id": 12783,
      "dbsnp": "rs775511723",
      "frequency_reference_population": 0.000025424592,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 41,
      "gnomad_exomes_af": 0.000025336,
      "gnomad_genomes_af": 0.0000262743,
      "gnomad_exomes_ac": 37,
      "gnomad_genomes_ac": 4,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9103478193283081,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.698,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.5102,
      "alphamissense_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": -0.06,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 6.051,
      "phylop100way_prediction": "Uncertain_significance",
      "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": "Uncertain_significance",
      "acmg_criteria": "PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_030761.5",
          "gene_symbol": "WNT4",
          "hgnc_id": 12783,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR,Unknown",
          "hgvs_c": "c.1006G>A",
          "hgvs_p": "p.Val336Ile"
        }
      ],
      "clinvar_disease": "Inborn genetic diseases,Mullerian aplasia and hyperandrogenism,SERKAL syndrome",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "Inborn genetic diseases|Mullerian aplasia and hyperandrogenism;SERKAL syndrome",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}