← 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: 4-186288460-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 186288460,
      "ref": "C",
      "alt": "A",
      "effect": "stop_gained",
      "transcript": "ENST00000403665.7",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1724C>A",
          "hgvs_p": "p.Ser575*",
          "transcript": "NM_000128.4",
          "protein_id": "NP_000119.1",
          "transcript_support_level": null,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 625,
          "cds_start": 1724,
          "cds_end": null,
          "cds_length": 1878,
          "cdna_start": 1832,
          "cdna_end": null,
          "cdna_length": 3053,
          "mane_select": "ENST00000403665.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1724C>A",
          "hgvs_p": "p.Ser575*",
          "transcript": "ENST00000403665.7",
          "protein_id": "ENSP00000384957.2",
          "transcript_support_level": 1,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 625,
          "cds_start": 1724,
          "cds_end": null,
          "cds_length": 1878,
          "cdna_start": 1832,
          "cdna_end": null,
          "cdna_length": 3053,
          "mane_select": "NM_000128.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11-AS1",
          "gene_hgnc_id": 27725,
          "hgvs_c": "n.973G>T",
          "hgvs_p": null,
          "transcript": "ENST00000505103.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1676C>A",
          "hgvs_p": "p.Ser559*",
          "transcript": "NM_001440590.1",
          "protein_id": "NP_001427519.1",
          "transcript_support_level": null,
          "aa_start": 559,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 1676,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": 1784,
          "cdna_end": null,
          "cdna_length": 4034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1628C>A",
          "hgvs_p": "p.Ser543*",
          "transcript": "NM_001440593.1",
          "protein_id": "NP_001427522.1",
          "transcript_support_level": null,
          "aa_start": 543,
          "aa_end": null,
          "aa_length": 593,
          "cds_start": 1628,
          "cds_end": null,
          "cds_length": 1782,
          "cdna_start": 1736,
          "cdna_end": null,
          "cdna_length": 3986,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1580C>A",
          "hgvs_p": "p.Ser527*",
          "transcript": "NM_001440596.1",
          "protein_id": "NP_001427525.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 1580,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 1688,
          "cdna_end": null,
          "cdna_length": 3938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1454C>A",
          "hgvs_p": "p.Ser485*",
          "transcript": "NM_001440605.1",
          "protein_id": "NP_001427534.1",
          "transcript_support_level": null,
          "aa_start": 485,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1454,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1562,
          "cdna_end": null,
          "cdna_length": 3812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1406C>A",
          "hgvs_p": "p.Ser469*",
          "transcript": "NM_001440606.1",
          "protein_id": "NP_001427535.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 519,
          "cds_start": 1406,
          "cds_end": null,
          "cds_length": 1560,
          "cdna_start": 1514,
          "cdna_end": null,
          "cdna_length": 3764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1358C>A",
          "hgvs_p": "p.Ser453*",
          "transcript": "NM_001440607.1",
          "protein_id": "NP_001427536.1",
          "transcript_support_level": null,
          "aa_start": 453,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1358,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1466,
          "cdna_end": null,
          "cdna_length": 3716,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1310C>A",
          "hgvs_p": "p.Ser437*",
          "transcript": "NM_001440608.1",
          "protein_id": "NP_001427537.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 487,
          "cds_start": 1310,
          "cds_end": null,
          "cds_length": 1464,
          "cdna_start": 1418,
          "cdna_end": null,
          "cdna_length": 3668,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.323C>A",
          "hgvs_p": "p.Ser108*",
          "transcript": "ENST00000264691.4",
          "protein_id": "ENSP00000264691.4",
          "transcript_support_level": 3,
          "aa_start": 108,
          "aa_end": null,
          "aa_length": 158,
          "cds_start": 323,
          "cds_end": null,
          "cds_length": 477,
          "cdna_start": 324,
          "cdna_end": null,
          "cdna_length": 670,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1727C>A",
          "hgvs_p": "p.Ser576*",
          "transcript": "XM_005262821.5",
          "protein_id": "XP_005262878.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": 1835,
          "cdna_end": null,
          "cdna_length": 3056,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1679C>A",
          "hgvs_p": "p.Ser560*",
          "transcript": "XM_006714137.4",
          "protein_id": "XP_006714200.1",
          "transcript_support_level": null,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": 1679,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": 1787,
          "cdna_end": null,
          "cdna_length": 3008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1631C>A",
          "hgvs_p": "p.Ser544*",
          "transcript": "XM_005262822.5",
          "protein_id": "XP_005262879.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 594,
          "cds_start": 1631,
          "cds_end": null,
          "cds_length": 1785,
          "cdna_start": 1739,
          "cdna_end": null,
          "cdna_length": 2960,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "c.1457C>A",
          "hgvs_p": "p.Ser486*",
          "transcript": "XM_005262823.5",
          "protein_id": "XP_005262880.1",
          "transcript_support_level": null,
          "aa_start": 486,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 1457,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 1565,
          "cdna_end": null,
          "cdna_length": 2786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11",
          "gene_hgnc_id": 3529,
          "hgvs_c": "n.243C>A",
          "hgvs_p": null,
          "transcript": "ENST00000503841.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "F11-AS1",
          "gene_hgnc_id": 27725,
          "hgvs_c": "n.1034G>T",
          "hgvs_p": null,
          "transcript": "NR_033900.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1235,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "F11",
      "gene_hgnc_id": 3529,
      "dbsnp": "rs281875250",
      "frequency_reference_population": 6.8409184e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84092e-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.6000000238418579,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.09000000357627869,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.6,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 1.546,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.09,
      "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": 7,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PVS1_Strong,PM2,PP5",
      "acmg_by_gene": [
        {
          "score": 7,
          "benign_score": 0,
          "pathogenic_score": 7,
          "criteria": [
            "PVS1_Strong",
            "PM2",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000403665.7",
          "gene_symbol": "F11",
          "hgnc_id": 3529,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AD,AR,SD",
          "hgvs_c": "c.1724C>A",
          "hgvs_p": "p.Ser575*"
        },
        {
          "score": 7,
          "benign_score": 0,
          "pathogenic_score": 7,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000505103.5",
          "gene_symbol": "F11-AS1",
          "hgnc_id": 27725,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.973G>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Hereditary factor XI deficiency disease",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Hereditary factor XI deficiency disease",
      "pathogenicity_classification_combined": "Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}