← 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: 19-11211989-TCAC-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 11211989,
      "ref": "TCAC",
      "alt": "T",
      "effect": "splice_donor_variant,splice_region_variant,intron_variant",
      "transcript": "NM_001367830.1",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "splice_donor_variant",
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "DOCK6",
          "gene_hgnc_id": 19189,
          "hgvs_c": "c.4650+1_4650+3delGTG",
          "hgvs_p": null,
          "transcript": "NM_020812.4",
          "protein_id": "NP_065863.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2047,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6144,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000294618.12",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_020812.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "splice_donor_variant",
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "DOCK6",
          "gene_hgnc_id": 19189,
          "hgvs_c": "c.4650+1_4650+3delGTG",
          "hgvs_p": null,
          "transcript": "ENST00000294618.12",
          "protein_id": "ENSP00000294618.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2047,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6144,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_020812.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000294618.12"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "splice_donor_variant",
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "DOCK6",
          "gene_hgnc_id": 19189,
          "hgvs_c": "c.4755+1_4755+3delGTG",
          "hgvs_p": null,
          "transcript": "NM_001367830.1",
          "protein_id": "NP_001354759.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2082,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6249,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367830.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "splice_donor_variant",
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "DOCK6",
          "gene_hgnc_id": 19189,
          "hgvs_c": "c.4755+1_4755+3delGTG",
          "hgvs_p": null,
          "transcript": "ENST00000587656.6",
          "protein_id": "ENSP00000468638.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2082,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6249,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000587656.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "splice_donor_variant",
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": 38,
          "intron_rank_end": null,
          "gene_symbol": "DOCK6",
          "gene_hgnc_id": 19189,
          "hgvs_c": "c.4848+1_4848+3delGTG",
          "hgvs_p": null,
          "transcript": "XM_005260000.3",
          "protein_id": "XP_005260057.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2113,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6342,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005260000.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "splice_donor_variant",
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "DOCK6",
          "gene_hgnc_id": 19189,
          "hgvs_c": "c.4788+1_4788+3delGTG",
          "hgvs_p": null,
          "transcript": "XM_011528150.2",
          "protein_id": "XP_011526452.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2093,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011528150.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "splice_donor_variant",
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "DOCK6",
          "gene_hgnc_id": 19189,
          "hgvs_c": "c.4776+1_4776+3delGTG",
          "hgvs_p": null,
          "transcript": "XM_011528151.2",
          "protein_id": "XP_011526453.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2089,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6270,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011528151.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "splice_donor_variant",
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "DOCK6",
          "gene_hgnc_id": 19189,
          "hgvs_c": "c.4743+1_4743+3delGTG",
          "hgvs_p": null,
          "transcript": "XM_047439124.1",
          "protein_id": "XP_047295080.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2078,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6237,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047439124.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "splice_donor_variant",
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "DOCK6",
          "gene_hgnc_id": 19189,
          "hgvs_c": "c.4683+1_4683+3delGTG",
          "hgvs_p": null,
          "transcript": "XM_011528152.2",
          "protein_id": "XP_011526454.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2058,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6177,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011528152.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "splice_donor_variant",
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "DOCK6",
          "gene_hgnc_id": 19189,
          "hgvs_c": "c.1986+1_1986+3delGTG",
          "hgvs_p": null,
          "transcript": "XM_006722804.4",
          "protein_id": "XP_006722867.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1159,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3480,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006722804.4"
        },
        {
          "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": "DOCK6-AS1",
          "gene_hgnc_id": 56684,
          "hgvs_c": "n.538-4147_538-4145delCAC",
          "hgvs_p": null,
          "transcript": "ENST00000588634.2",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": "ENST00000588634.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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DOCK6-AS1",
          "gene_hgnc_id": 56684,
          "hgvs_c": "n.538-4146_538-4144delACC",
          "hgvs_p": null,
          "transcript": "NR_134909.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_134909.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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DOCK6-AS1",
          "gene_hgnc_id": 56684,
          "hgvs_c": "n.537+5883_537+5885delACC",
          "hgvs_p": null,
          "transcript": "NR_186345.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_186345.1"
        }
      ],
      "gene_symbol": "DOCK6",
      "gene_hgnc_id": 19189,
      "dbsnp": "rs1280482569",
      "frequency_reference_population": 0.0000065760055,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.00000657601,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0.9900000095367432,
      "splice_prediction_selected": "Pathogenic",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 7.721,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.99,
      "spliceai_max_prediction": "Pathogenic",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 12,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1_Moderate,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PVS1_Moderate",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_001367830.1",
          "gene_symbol": "DOCK6",
          "hgnc_id": 19189,
          "effects": [
            "splice_donor_variant",
            "splice_region_variant",
            "intron_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.4755+1_4755+3delGTG",
          "hgvs_p": null
        },
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PM2",
            "PP3_Moderate",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000588634.2",
          "gene_symbol": "DOCK6-AS1",
          "hgnc_id": 56684,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.538-4147_538-4145delCAC",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Adams-Oliver syndrome 2,Inborn genetic diseases,not provided",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LP:3",
      "phenotype_combined": "Inborn genetic diseases|not provided|Adams-Oliver syndrome 2",
      "pathogenicity_classification_combined": "Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.