← 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-58019044-CAGGAACTACAGG-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1_Strong"
          ],
          "effects": [
            "frameshift_variant",
            "splice_region_variant"
          ],
          "gene_symbol": "USB1",
          "hgnc_id": 25792,
          "hgvs_c": "c.683_693delAGGAACTACAG",
          "hgvs_p": "p.Gln228fs",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_024598.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PVS1_Strong",
      "acmg_score": 4,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "GC",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "16",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 265,
          "aa_ref": "DARL",
          "aa_start": 217,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2248,
          "cdna_start": 726,
          "cds_end": null,
          "cds_length": 798,
          "cds_start": 649,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000219281.8",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "c.649_659delAGGAACTACAG",
          "hgvs_p": "p.Asp217fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_024598.4",
          "protein_coding": true,
          "protein_id": "ENSP00000219281.3",
          "strand": true,
          "transcript": "ENST00000219281.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 265,
          "aa_ref": "QELQ",
          "aa_start": 228,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2248,
          "cdna_start": 760,
          "cds_end": null,
          "cds_length": 798,
          "cds_start": 683,
          "consequences": [
            "frameshift_variant",
            "splice_region_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_024598.4",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "c.683_693delAGGAACTACAG",
          "hgvs_p": "p.Gln228fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000219281.8",
          "protein_coding": true,
          "protein_id": "NP_078874.2",
          "strand": true,
          "transcript": "NM_024598.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 252,
          "aa_ref": "DARL",
          "aa_start": 204,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2227,
          "cdna_start": 733,
          "cds_end": null,
          "cds_length": 759,
          "cds_start": 610,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000561568.6",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "c.610_620delAGGAACTACAG",
          "hgvs_p": "p.Asp204fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457322.2",
          "strand": true,
          "transcript": "ENST00000561568.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 247,
          "aa_ref": "DARL",
          "aa_start": 199,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1212,
          "cdna_start": 674,
          "cds_end": null,
          "cds_length": 744,
          "cds_start": 595,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000539737.6",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "c.595_605delAGGAACTACAG",
          "hgvs_p": "p.Asp199fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000446143.2",
          "strand": true,
          "transcript": "ENST00000539737.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "VMHVS",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2489,
          "cdna_start": 967,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 543,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000698445.1",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "c.543_553delAGGAACTACAG",
          "hgvs_p": "p.Met182fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513727.1",
          "strand": true,
          "transcript": "ENST00000698445.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 214,
          "aa_ref": "DARL",
          "aa_start": 166,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1135,
          "cdna_start": 689,
          "cds_end": null,
          "cds_length": 645,
          "cds_start": 496,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000561743.5",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "c.496_506delAGGAACTACAG",
          "hgvs_p": "p.Asp166fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000454928.1",
          "strand": true,
          "transcript": "ENST00000561743.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 214,
          "aa_ref": "DARL",
          "aa_start": 166,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2117,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 645,
          "cds_start": 496,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000698444.1",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "c.496_506delAGGAACTACAG",
          "hgvs_p": "p.Asp166fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513726.1",
          "strand": true,
          "transcript": "ENST00000698444.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 247,
          "aa_ref": "QELQ",
          "aa_start": 210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2194,
          "cdna_start": 706,
          "cds_end": null,
          "cds_length": 744,
          "cds_start": 629,
          "consequences": [
            "frameshift_variant",
            "splice_region_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001195302.2",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "c.629_639delAGGAACTACAG",
          "hgvs_p": "p.Gln210fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001182231.1",
          "strand": true,
          "transcript": "NM_001195302.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 214,
          "aa_ref": "QELQ",
          "aa_start": 177,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2154,
          "cdna_start": 666,
          "cds_end": null,
          "cds_length": 645,
          "cds_start": 530,
          "consequences": [
            "frameshift_variant",
            "splice_region_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001330568.2",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "c.530_540delAGGAACTACAG",
          "hgvs_p": "p.Gln177fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317497.1",
          "strand": true,
          "transcript": "NM_001330568.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 237,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1710,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 714,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896281.1",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "c.610-1130_610-1120delAGGAACTACAG",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566340.1",
          "strand": true,
          "transcript": "ENST00000896281.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 886,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000565151.1",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "n.844_854delAGGAACTACAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000565151.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2168,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000565662.6",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "n.*128_*138delAGGAACTACAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513729.1",
          "strand": true,
          "transcript": "ENST00000565662.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3888,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000566082.1",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "n.2367_2377delAGGAACTACAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000566082.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2216,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000698446.1",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "n.*340_*350delAGGAACTACAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513728.1",
          "strand": true,
          "transcript": "ENST00000698446.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2224,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000698447.1",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "n.*306_*316delAGGAACTACAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513732.1",
          "strand": true,
          "transcript": "ENST00000698447.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2168,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000565662.6",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "n.*128_*138delAGGAACTACAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513729.1",
          "strand": true,
          "transcript": "ENST00000565662.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2216,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000698446.1",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "n.*340_*350delAGGAACTACAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513728.1",
          "strand": true,
          "transcript": "ENST00000698446.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2224,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000698447.1",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "n.*306_*316delAGGAACTACAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513732.1",
          "strand": true,
          "transcript": "ENST00000698447.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 886,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000565151.1",
          "gene_hgnc_id": 25792,
          "gene_symbol": "USB1",
          "hgvs_c": "n.878_*2delAGGAACTACAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000565151.1",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "frameshift_variant,splice_region_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 25792,
      "gene_symbol": "USB1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 6.364,
      "pos": 58019043,
      "ref": "GCAGGAACTACAG",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_024598.4"
    }
  ]
}
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.