← 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: 5-150055288-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "5",
      "pos": 150055288,
      "ref": "A",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_005211.4",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2603T>G",
          "hgvs_p": "p.Leu868Arg",
          "transcript": "NM_001288705.3",
          "protein_id": "NP_001275634.1",
          "transcript_support_level": null,
          "aa_start": 868,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 2603,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000675795.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001288705.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2603T>G",
          "hgvs_p": "p.Leu868Arg",
          "transcript": "ENST00000675795.1",
          "protein_id": "ENSP00000501699.1",
          "transcript_support_level": null,
          "aa_start": 868,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 2603,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001288705.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675795.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2603T>G",
          "hgvs_p": "p.Leu868Arg",
          "transcript": "ENST00000286301.7",
          "protein_id": "ENSP00000286301.3",
          "transcript_support_level": 1,
          "aa_start": 868,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 2603,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000286301.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "n.*424T>G",
          "hgvs_p": null,
          "transcript": "ENST00000504875.5",
          "protein_id": "ENSP00000422212.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000504875.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "n.*424T>G",
          "hgvs_p": null,
          "transcript": "ENST00000504875.5",
          "protein_id": "ENSP00000422212.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000504875.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2678T>G",
          "hgvs_p": "p.Leu893Arg",
          "transcript": "ENST00000960687.1",
          "protein_id": "ENSP00000630746.1",
          "transcript_support_level": null,
          "aa_start": 893,
          "aa_end": null,
          "aa_length": 997,
          "cds_start": 2678,
          "cds_end": null,
          "cds_length": 2994,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960687.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2603T>G",
          "hgvs_p": "p.Leu868Arg",
          "transcript": "NM_001349736.2",
          "protein_id": "NP_001336665.1",
          "transcript_support_level": null,
          "aa_start": 868,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 2603,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349736.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2603T>G",
          "hgvs_p": "p.Leu868Arg",
          "transcript": "NM_001375320.1",
          "protein_id": "NP_001362249.1",
          "transcript_support_level": null,
          "aa_start": 868,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 2603,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001375320.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2603T>G",
          "hgvs_p": "p.Leu868Arg",
          "transcript": "NM_005211.4",
          "protein_id": "NP_005202.2",
          "transcript_support_level": null,
          "aa_start": 868,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 2603,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_005211.4"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2600T>G",
          "hgvs_p": "p.Leu867Arg",
          "transcript": "ENST00000911112.1",
          "protein_id": "ENSP00000581171.1",
          "transcript_support_level": null,
          "aa_start": 867,
          "aa_end": null,
          "aa_length": 971,
          "cds_start": 2600,
          "cds_end": null,
          "cds_length": 2916,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911112.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2603T>G",
          "hgvs_p": "p.Leu868Arg",
          "transcript": "ENST00000911110.1",
          "protein_id": "ENSP00000581169.1",
          "transcript_support_level": null,
          "aa_start": 868,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": 2603,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911110.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2597T>G",
          "hgvs_p": "p.Leu866Arg",
          "transcript": "ENST00000960688.1",
          "protein_id": "ENSP00000630747.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": 2597,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960688.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2564T>G",
          "hgvs_p": "p.Leu855Arg",
          "transcript": "ENST00000911114.1",
          "protein_id": "ENSP00000581173.1",
          "transcript_support_level": null,
          "aa_start": 855,
          "aa_end": null,
          "aa_length": 959,
          "cds_start": 2564,
          "cds_end": null,
          "cds_length": 2880,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911114.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2498T>G",
          "hgvs_p": "p.Leu833Arg",
          "transcript": "ENST00000911115.1",
          "protein_id": "ENSP00000581174.1",
          "transcript_support_level": null,
          "aa_start": 833,
          "aa_end": null,
          "aa_length": 937,
          "cds_start": 2498,
          "cds_end": null,
          "cds_length": 2814,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911115.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2318T>G",
          "hgvs_p": "p.Leu773Arg",
          "transcript": "ENST00000911111.1",
          "protein_id": "ENSP00000581170.1",
          "transcript_support_level": null,
          "aa_start": 773,
          "aa_end": null,
          "aa_length": 877,
          "cds_start": 2318,
          "cds_end": null,
          "cds_length": 2634,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911111.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.2159T>G",
          "hgvs_p": "p.Leu720Arg",
          "transcript": "NM_001375321.1",
          "protein_id": "NP_001362250.1",
          "transcript_support_level": null,
          "aa_start": 720,
          "aa_end": null,
          "aa_length": 824,
          "cds_start": 2159,
          "cds_end": null,
          "cds_length": 2475,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001375321.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.1898T>G",
          "hgvs_p": "p.Leu633Arg",
          "transcript": "ENST00000911116.1",
          "protein_id": "ENSP00000581175.1",
          "transcript_support_level": null,
          "aa_start": 633,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 1898,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911116.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "c.1763T>G",
          "hgvs_p": "p.Leu588Arg",
          "transcript": "ENST00000911113.1",
          "protein_id": "ENSP00000581172.1",
          "transcript_support_level": null,
          "aa_start": 588,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1763,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911113.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "n.2567T>G",
          "hgvs_p": null,
          "transcript": "NR_109969.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_109969.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSF1R",
          "gene_hgnc_id": 2433,
          "hgvs_c": "n.2496T>G",
          "hgvs_p": null,
          "transcript": "NR_164679.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_164679.1"
        }
      ],
      "gene_symbol": "CSF1R",
      "gene_hgnc_id": 2433,
      "dbsnp": "rs281860278",
      "frequency_reference_population": 0.00012824802,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 207,
      "gnomad_exomes_af": 0.000134757,
      "gnomad_genomes_af": 0.0000657142,
      "gnomad_exomes_ac": 197,
      "gnomad_genomes_ac": 10,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9220473766326904,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.79,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.2459,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": 0.11,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 6.041,
      "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": -3,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PP3_Moderate,BP6,BS1",
      "acmg_by_gene": [
        {
          "score": -3,
          "benign_score": 5,
          "pathogenic_score": 2,
          "criteria": [
            "PP3_Moderate",
            "BP6",
            "BS1"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_005211.4",
          "gene_symbol": "CSF1R",
          "hgnc_id": 2433,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.2603T>G",
          "hgvs_p": "p.Leu868Arg"
        }
      ],
      "clinvar_disease": " diffuse hereditary, with spheroids 1,Hereditary diffuse leukoencephalopathy with spheroids,Leukoencephalopathy,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:2 LB:1",
      "phenotype_combined": "not provided|Hereditary diffuse leukoencephalopathy with spheroids|Leukoencephalopathy, diffuse hereditary, with spheroids 1",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}