← 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: 3-98799566-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 98799566,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_080927.4",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCBLD2",
          "gene_hgnc_id": 24627,
          "hgvs_c": "c.2134G>A",
          "hgvs_p": "p.Val712Met",
          "transcript": "NM_080927.4",
          "protein_id": "NP_563615.3",
          "transcript_support_level": null,
          "aa_start": 712,
          "aa_end": null,
          "aa_length": 775,
          "cds_start": 2134,
          "cds_end": null,
          "cds_length": 2328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000326840.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_080927.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCBLD2",
          "gene_hgnc_id": 24627,
          "hgvs_c": "c.2134G>A",
          "hgvs_p": "p.Val712Met",
          "transcript": "ENST00000326840.11",
          "protein_id": "ENSP00000321573.6",
          "transcript_support_level": 1,
          "aa_start": 712,
          "aa_end": null,
          "aa_length": 775,
          "cds_start": 2134,
          "cds_end": null,
          "cds_length": 2328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_080927.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000326840.11"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCBLD2",
          "gene_hgnc_id": 24627,
          "hgvs_c": "c.2176G>A",
          "hgvs_p": "p.Val726Met",
          "transcript": "ENST00000326857.9",
          "protein_id": "ENSP00000321646.9",
          "transcript_support_level": 1,
          "aa_start": 726,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 2176,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000326857.9"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCBLD2",
          "gene_hgnc_id": 24627,
          "hgvs_c": "c.1996G>A",
          "hgvs_p": "p.Val666Met",
          "transcript": "ENST00000946562.1",
          "protein_id": "ENSP00000616621.1",
          "transcript_support_level": null,
          "aa_start": 666,
          "aa_end": null,
          "aa_length": 729,
          "cds_start": 1996,
          "cds_end": null,
          "cds_length": 2190,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946562.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCBLD2",
          "gene_hgnc_id": 24627,
          "hgvs_c": "c.1927G>A",
          "hgvs_p": "p.Val643Met",
          "transcript": "ENST00000926049.1",
          "protein_id": "ENSP00000596108.1",
          "transcript_support_level": null,
          "aa_start": 643,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 1927,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926049.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCBLD2",
          "gene_hgnc_id": 24627,
          "hgvs_c": "c.1906G>A",
          "hgvs_p": "p.Val636Met",
          "transcript": "ENST00000881287.1",
          "protein_id": "ENSP00000551346.1",
          "transcript_support_level": null,
          "aa_start": 636,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1906,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881287.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCBLD2",
          "gene_hgnc_id": 24627,
          "hgvs_c": "c.1768G>A",
          "hgvs_p": "p.Val590Met",
          "transcript": "ENST00000926048.1",
          "protein_id": "ENSP00000596107.1",
          "transcript_support_level": null,
          "aa_start": 590,
          "aa_end": null,
          "aa_length": 653,
          "cds_start": 1768,
          "cds_end": null,
          "cds_length": 1962,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926048.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCBLD2",
          "gene_hgnc_id": 24627,
          "hgvs_c": "c.1699G>A",
          "hgvs_p": "p.Val567Met",
          "transcript": "ENST00000926050.1",
          "protein_id": "ENSP00000596109.1",
          "transcript_support_level": null,
          "aa_start": 567,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 1699,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926050.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCBLD2",
          "gene_hgnc_id": 24627,
          "hgvs_c": "c.1906G>A",
          "hgvs_p": "p.Val636Met",
          "transcript": "XM_011512419.3",
          "protein_id": "XP_011510721.1",
          "transcript_support_level": null,
          "aa_start": 636,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1906,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512419.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCBLD2",
          "gene_hgnc_id": 24627,
          "hgvs_c": "c.1816G>A",
          "hgvs_p": "p.Val606Met",
          "transcript": "XM_024453348.2",
          "protein_id": "XP_024309116.1",
          "transcript_support_level": null,
          "aa_start": 606,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 1816,
          "cds_end": null,
          "cds_length": 2010,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024453348.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.*32-1983C>T",
          "hgvs_p": null,
          "transcript": "ENST00000881500.1",
          "protein_id": "ENSP00000551559.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881500.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.*31+5774C>T",
          "hgvs_p": null,
          "transcript": "ENST00000946763.1",
          "protein_id": "ENSP00000616822.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946763.1"
        },
        {
          "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": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "n.254-1856C>T",
          "hgvs_p": null,
          "transcript": "ENST00000491912.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000491912.1"
        }
      ],
      "gene_symbol": "DCBLD2",
      "gene_hgnc_id": 24627,
      "dbsnp": "rs1220312098",
      "frequency_reference_population": 0.0000018589387,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 6.84135e-7,
      "gnomad_genomes_af": 0.0000131472,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.15091395378112793,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.07000000029802322,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.093,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0896,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.52,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.99,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.07,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_080927.4",
          "gene_symbol": "DCBLD2",
          "hgnc_id": 24627,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2134G>A",
          "hgvs_p": "p.Val712Met"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000881500.1",
          "gene_symbol": "ST3GAL6",
          "hgnc_id": 18080,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.*32-1983C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}