← 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: 16-31093399-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 31093399,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001311311.2",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Met",
          "transcript": "NM_024006.6",
          "protein_id": "NP_076869.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 163,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000394975.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_024006.6"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Met",
          "transcript": "ENST00000394975.3",
          "protein_id": "ENSP00000378426.2",
          "transcript_support_level": 1,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 163,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_024006.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394975.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000255439",
          "gene_hgnc_id": null,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Met",
          "transcript": "ENST00000529564.1",
          "protein_id": "ENSP00000431371.1",
          "transcript_support_level": 4,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 165,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529564.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Met",
          "transcript": "ENST00000319788.11",
          "protein_id": "ENSP00000326135.7",
          "transcript_support_level": 1,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 156,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 471,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000319788.11"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.173+1158G>A",
          "hgvs_p": null,
          "transcript": "ENST00000354895.4",
          "protein_id": "ENSP00000346969.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 92,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000354895.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000255439",
          "gene_hgnc_id": null,
          "hgvs_c": "n.67G>A",
          "hgvs_p": null,
          "transcript": "ENST00000533518.5",
          "protein_id": "ENSP00000433035.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": "ENST00000533518.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.-120G>A",
          "hgvs_p": null,
          "transcript": "ENST00000472468.1",
          "protein_id": "ENSP00000458994.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 42,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000472468.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Met",
          "transcript": "NM_001311311.2",
          "protein_id": "NP_001298240.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 576,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001311311.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.293G>A",
          "hgvs_p": "p.Gly98Asp",
          "transcript": "ENST00000498155.1",
          "protein_id": "ENSP00000417662.1",
          "transcript_support_level": 5,
          "aa_start": 98,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 293,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000498155.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.290G>A",
          "hgvs_p": "p.Gly97Asp",
          "transcript": "ENST00000394971.7",
          "protein_id": "ENSP00000378422.3",
          "transcript_support_level": 5,
          "aa_start": 97,
          "aa_end": null,
          "aa_length": 160,
          "cds_start": 290,
          "cds_end": null,
          "cds_length": 483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394971.7"
        },
        {
          "aa_ref": "G",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.257G>A",
          "hgvs_p": "p.Gly86Asp",
          "transcript": "ENST00000300851.10",
          "protein_id": "ENSP00000300851.6",
          "transcript_support_level": 2,
          "aa_start": 86,
          "aa_end": null,
          "aa_length": 149,
          "cds_start": 257,
          "cds_end": null,
          "cds_length": 450,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000300851.10"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.-120G>A",
          "hgvs_p": null,
          "transcript": "ENST00000472468.1",
          "protein_id": "ENSP00000458994.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 42,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000472468.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.174-26G>A",
          "hgvs_p": null,
          "transcript": "ENST00000879179.1",
          "protein_id": "ENSP00000549238.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 147,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 444,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000879179.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.174-47G>A",
          "hgvs_p": null,
          "transcript": "ENST00000879180.1",
          "protein_id": "ENSP00000549239.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 140,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000879180.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000255439",
          "gene_hgnc_id": null,
          "hgvs_c": "c.173+1158G>A",
          "hgvs_p": null,
          "transcript": "ENST00000532364.1",
          "protein_id": "ENSP00000460316.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 103,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000532364.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.173+1158G>A",
          "hgvs_p": null,
          "transcript": "NM_206824.3",
          "protein_id": "NP_996560.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 92,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_206824.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "VKORC1",
          "gene_hgnc_id": 23663,
          "hgvs_c": "c.243+1990G>A",
          "hgvs_p": null,
          "transcript": "ENST00000420057.2",
          "protein_id": "ENSP00000437064.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 91,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000420057.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000297437",
          "gene_hgnc_id": null,
          "hgvs_c": "n.165-1170C>T",
          "hgvs_p": null,
          "transcript": "ENST00000747910.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": "ENST00000747910.1"
        }
      ],
      "gene_symbol": "VKORC1",
      "gene_hgnc_id": 23663,
      "dbsnp": "rs72547529",
      "frequency_reference_population": 0.00015054288,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 243,
      "gnomad_exomes_af": 0.0000827699,
      "gnomad_genomes_af": 0.000801187,
      "gnomad_exomes_ac": 121,
      "gnomad_genomes_ac": 122,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.017074674367904663,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.617,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.3556,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.22,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 2.826,
      "phylop100way_prediction": "Benign",
      "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": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001311311.2",
          "gene_symbol": "VKORC1",
          "hgnc_id": 23663,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,Unknown",
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Met"
        },
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000529564.1",
          "gene_symbol": "ENSG00000255439",
          "hgnc_id": null,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Met"
        },
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000747910.1",
          "gene_symbol": "ENSG00000297437",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.165-1170C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " combined deficiency of, type 2,Vitamin K-dependent clotting factors,Warfarin response",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "P:1 B:1",
      "phenotype_combined": "Warfarin response|Vitamin K-dependent clotting factors, combined deficiency of, type 2",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}