← 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: 11-73969996-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 73969996,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_153614.4",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.833T>A",
          "hgvs_p": "p.Met278Lys",
          "transcript": "NM_153614.4",
          "protein_id": "NP_705842.2",
          "transcript_support_level": null,
          "aa_start": 278,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 833,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000339764.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_153614.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.833T>A",
          "hgvs_p": "p.Met278Lys",
          "transcript": "ENST00000339764.6",
          "protein_id": "ENSP00000344431.1",
          "transcript_support_level": 1,
          "aa_start": 278,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 833,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_153614.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000339764.6"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.308T>A",
          "hgvs_p": "p.Met103Lys",
          "transcript": "ENST00000543947.1",
          "protein_id": "ENSP00000438576.1",
          "transcript_support_level": 1,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 141,
          "cds_start": 308,
          "cds_end": null,
          "cds_length": 426,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000543947.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.671T>A",
          "hgvs_p": "p.Met224Lys",
          "transcript": "NM_001441321.1",
          "protein_id": "NP_001428250.1",
          "transcript_support_level": null,
          "aa_start": 224,
          "aa_end": null,
          "aa_length": 262,
          "cds_start": 671,
          "cds_end": null,
          "cds_length": 789,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001441321.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.671T>A",
          "hgvs_p": "p.Met224Lys",
          "transcript": "ENST00000897971.1",
          "protein_id": "ENSP00000568030.1",
          "transcript_support_level": null,
          "aa_start": 224,
          "aa_end": null,
          "aa_length": 262,
          "cds_start": 671,
          "cds_end": null,
          "cds_length": 789,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897971.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.659T>A",
          "hgvs_p": "p.Met220Lys",
          "transcript": "NM_001377263.1",
          "protein_id": "NP_001364192.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 258,
          "cds_start": 659,
          "cds_end": null,
          "cds_length": 777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001377263.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.533T>A",
          "hgvs_p": "p.Met178Lys",
          "transcript": "ENST00000542350.5",
          "protein_id": "ENSP00000440778.1",
          "transcript_support_level": 3,
          "aa_start": 178,
          "aa_end": null,
          "aa_length": 216,
          "cds_start": 533,
          "cds_end": null,
          "cds_length": 651,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000542350.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.308T>A",
          "hgvs_p": "p.Met103Lys",
          "transcript": "ENST00000537753.5",
          "protein_id": "ENSP00000439711.1",
          "transcript_support_level": 3,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 141,
          "cds_start": 308,
          "cds_end": null,
          "cds_length": 426,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000537753.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.935T>A",
          "hgvs_p": "p.Met312Lys",
          "transcript": "XM_011545004.4",
          "protein_id": "XP_011543306.1",
          "transcript_support_level": null,
          "aa_start": 312,
          "aa_end": null,
          "aa_length": 350,
          "cds_start": 935,
          "cds_end": null,
          "cds_length": 1053,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011545004.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.773T>A",
          "hgvs_p": "p.Met258Lys",
          "transcript": "XM_011545005.3",
          "protein_id": "XP_011543307.1",
          "transcript_support_level": null,
          "aa_start": 258,
          "aa_end": null,
          "aa_length": 296,
          "cds_start": 773,
          "cds_end": null,
          "cds_length": 891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011545005.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.659T>A",
          "hgvs_p": "p.Met220Lys",
          "transcript": "XM_011545009.4",
          "protein_id": "XP_011543311.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 258,
          "cds_start": 659,
          "cds_end": null,
          "cds_length": 777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011545009.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.659T>A",
          "hgvs_p": "p.Met220Lys",
          "transcript": "XM_017017675.2",
          "protein_id": "XP_016873164.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 258,
          "cds_start": 659,
          "cds_end": null,
          "cds_length": 777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017017675.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.659T>A",
          "hgvs_p": "p.Met220Lys",
          "transcript": "XM_024448507.2",
          "protein_id": "XP_024304275.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 258,
          "cds_start": 659,
          "cds_end": null,
          "cds_length": 777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024448507.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.659T>A",
          "hgvs_p": "p.Met220Lys",
          "transcript": "XM_024448508.2",
          "protein_id": "XP_024304276.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 258,
          "cds_start": 659,
          "cds_end": null,
          "cds_length": 777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024448508.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.659T>A",
          "hgvs_p": "p.Met220Lys",
          "transcript": "XM_024448509.2",
          "protein_id": "XP_024304277.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 258,
          "cds_start": 659,
          "cds_end": null,
          "cds_length": 777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024448509.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.659T>A",
          "hgvs_p": "p.Met220Lys",
          "transcript": "XM_024448510.2",
          "protein_id": "XP_024304278.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 258,
          "cds_start": 659,
          "cds_end": null,
          "cds_length": 777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024448510.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.659T>A",
          "hgvs_p": "p.Met220Lys",
          "transcript": "XM_047426915.1",
          "protein_id": "XP_047282871.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 258,
          "cds_start": 659,
          "cds_end": null,
          "cds_length": 777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426915.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAJB13",
          "gene_hgnc_id": 30718,
          "hgvs_c": "c.410T>A",
          "hgvs_p": "p.Met137Lys",
          "transcript": "XM_011545015.3",
          "protein_id": "XP_011543317.1",
          "transcript_support_level": null,
          "aa_start": 137,
          "aa_end": null,
          "aa_length": 175,
          "cds_start": 410,
          "cds_end": null,
          "cds_length": 528,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011545015.3"
        }
      ],
      "gene_symbol": "DNAJB13",
      "gene_hgnc_id": 30718,
      "dbsnp": "rs754776389",
      "frequency_reference_population": 0.0000013704262,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000137043,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9498002529144287,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.819,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9801,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.13,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 7.027,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 8,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PM5,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 8,
          "benign_score": 0,
          "pathogenic_score": 8,
          "criteria": [
            "PM2",
            "PM5",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_153614.4",
          "gene_symbol": "DNAJB13",
          "hgnc_id": 30718,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.833T>A",
          "hgvs_p": "p.Met278Lys"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "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.