← 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-37612794-T-TTGC (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 37612794,
      "ref": "T",
      "alt": "TTGC",
      "effect": "disruptive_inframe_insertion",
      "transcript": "NM_001038633.4",
      "consequences": [
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.750_752dupGCA",
          "hgvs_p": "p.Gln251dup",
          "transcript": "NM_001242908.2",
          "protein_id": "NP_001229837.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 1434,
          "cdna_end": null,
          "cdna_length": 2879,
          "mane_select": "ENST00000356545.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242908.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.750_752dupGCA",
          "hgvs_p": "p.Gln251dup",
          "transcript": "ENST00000356545.7",
          "protein_id": "ENSP00000348944.2",
          "transcript_support_level": 1,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 1434,
          "cdna_end": null,
          "cdna_length": 2879,
          "mane_select": "NM_001242908.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000356545.7"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.750_752dupGCA",
          "hgvs_p": "p.Gln251dup",
          "transcript": "ENST00000401068.1",
          "protein_id": "ENSP00000383846.1",
          "transcript_support_level": 1,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 1337,
          "cdna_end": null,
          "cdna_length": 2320,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000401068.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.561_563dupGCA",
          "hgvs_p": "p.Gln188dup",
          "transcript": "ENST00000612451.4",
          "protein_id": "ENSP00000479832.1",
          "transcript_support_level": 1,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 200,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 603,
          "cdna_start": 1018,
          "cdna_end": null,
          "cdna_length": 2463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000612451.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.786_788dupGCA",
          "hgvs_p": "p.Gln263dup",
          "transcript": "ENST00000866283.1",
          "protein_id": "ENSP00000536342.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 788,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 1457,
          "cdna_end": null,
          "cdna_length": 2898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866283.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.750_752dupGCA",
          "hgvs_p": "p.Gln251dup",
          "transcript": "NM_001038633.4",
          "protein_id": "NP_001033722.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 1613,
          "cdna_end": null,
          "cdna_length": 3058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001038633.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.750_752dupGCA",
          "hgvs_p": "p.Gln251dup",
          "transcript": "ENST00000866279.1",
          "protein_id": "ENSP00000536338.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 1258,
          "cdna_end": null,
          "cdna_length": 2701,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866279.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.750_752dupGCA",
          "hgvs_p": "p.Gln251dup",
          "transcript": "ENST00000866280.1",
          "protein_id": "ENSP00000536339.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 1380,
          "cdna_end": null,
          "cdna_length": 3245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866280.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.750_752dupGCA",
          "hgvs_p": "p.Gln251dup",
          "transcript": "ENST00000866281.1",
          "protein_id": "ENSP00000536340.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 1513,
          "cdna_end": null,
          "cdna_length": 3378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866281.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.750_752dupGCA",
          "hgvs_p": "p.Gln251dup",
          "transcript": "ENST00000866282.1",
          "protein_id": "ENSP00000536341.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 1614,
          "cdna_end": null,
          "cdna_length": 3607,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866282.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.669_671dupGCA",
          "hgvs_p": "p.Gln224dup",
          "transcript": "NM_001242909.2",
          "protein_id": "NP_001229838.1",
          "transcript_support_level": null,
          "aa_start": 224,
          "aa_end": null,
          "aa_length": 236,
          "cds_start": 671,
          "cds_end": null,
          "cds_length": 711,
          "cdna_start": 1113,
          "cdna_end": null,
          "cdna_length": 2558,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242909.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.669_671dupGCA",
          "hgvs_p": "p.Gln224dup",
          "transcript": "ENST00000615459.4",
          "protein_id": "ENSP00000481178.1",
          "transcript_support_level": 2,
          "aa_start": 224,
          "aa_end": null,
          "aa_length": 236,
          "cds_start": 671,
          "cds_end": null,
          "cds_length": 711,
          "cdna_start": 886,
          "cdna_end": null,
          "cdna_length": 2331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000615459.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.597_599dupGCA",
          "hgvs_p": "p.Gln200dup",
          "transcript": "ENST00000967724.1",
          "protein_id": "ENSP00000637783.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 212,
          "cds_start": 599,
          "cds_end": null,
          "cds_length": 639,
          "cdna_start": 1452,
          "cdna_end": null,
          "cdna_length": 2108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967724.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.561_563dupGCA",
          "hgvs_p": "p.Gln188dup",
          "transcript": "NM_001242910.2",
          "protein_id": "NP_001229839.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 200,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 603,
          "cdna_start": 1245,
          "cdna_end": null,
          "cdna_length": 2690,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242910.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.411_413dupGCA",
          "hgvs_p": "p.Gln138dup",
          "transcript": "ENST00000866284.1",
          "protein_id": "ENSP00000536343.1",
          "transcript_support_level": null,
          "aa_start": 138,
          "aa_end": null,
          "aa_length": 150,
          "cds_start": 413,
          "cds_end": null,
          "cds_length": 453,
          "cdna_start": 1031,
          "cdna_end": null,
          "cdna_length": 2436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866284.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "QQ",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RSPO1",
          "gene_hgnc_id": 21679,
          "hgvs_c": "c.750_752dupGCA",
          "hgvs_p": "p.Gln251dup",
          "transcript": "XM_006710583.5",
          "protein_id": "XP_006710646.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 1367,
          "cdna_end": null,
          "cdna_length": 2812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006710583.5"
        }
      ],
      "gene_symbol": "RSPO1",
      "gene_hgnc_id": 21679,
      "dbsnp": "rs563949840",
      "frequency_reference_population": 0.0010856693,
      "hom_count_reference_population": 22,
      "allele_count_reference_population": 1751,
      "gnomad_exomes_af": 0.000583344,
      "gnomad_genomes_af": 0.00590337,
      "gnomad_exomes_ac": 852,
      "gnomad_genomes_ac": 899,
      "gnomad_exomes_homalt": 15,
      "gnomad_genomes_homalt": 7,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 1.014,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -17,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP3,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -17,
          "benign_score": 17,
          "pathogenic_score": 0,
          "criteria": [
            "BP3",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_001038633.4",
          "gene_symbol": "RSPO1",
          "hgnc_id": 21679,
          "effects": [
            "disruptive_inframe_insertion"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.750_752dupGCA",
          "hgvs_p": "p.Gln251dup"
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:2",
      "phenotype_combined": "not specified|not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.