← 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: 2-84544443-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 84544443,
      "ref": "C",
      "alt": "T",
      "effect": "synonymous_variant",
      "transcript": "ENST00000389394.8",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 77,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.873C>T",
          "hgvs_p": "p.Ser291Ser",
          "transcript": "NM_001370.2",
          "protein_id": "NP_001361.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 4158,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 12477,
          "cdna_start": 967,
          "cdna_end": null,
          "cdna_length": 12752,
          "mane_select": "ENST00000389394.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 77,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.873C>T",
          "hgvs_p": "p.Ser291Ser",
          "transcript": "ENST00000389394.8",
          "protein_id": "ENSP00000374045.3",
          "transcript_support_level": 5,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 4158,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 12477,
          "cdna_start": 967,
          "cdna_end": null,
          "cdna_length": 12752,
          "mane_select": "NM_001370.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 9,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "n.230-3845C>T",
          "hgvs_p": null,
          "transcript": "ENST00000494025.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 77,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.873C>T",
          "hgvs_p": "p.Ser291Ser",
          "transcript": "XM_006711956.3",
          "protein_id": "XP_006712019.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 4158,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 12477,
          "cdna_start": 1208,
          "cdna_end": null,
          "cdna_length": 12993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 77,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.873C>T",
          "hgvs_p": "p.Ser291Ser",
          "transcript": "XM_011532649.3",
          "protein_id": "XP_011530951.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 4158,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 12477,
          "cdna_start": 980,
          "cdna_end": null,
          "cdna_length": 12765,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 77,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.873C>T",
          "hgvs_p": "p.Ser291Ser",
          "transcript": "XM_011532650.4",
          "protein_id": "XP_011530952.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 4158,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 12477,
          "cdna_start": 985,
          "cdna_end": null,
          "cdna_length": 12770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 76,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.873C>T",
          "hgvs_p": "p.Ser291Ser",
          "transcript": "XM_011532652.2",
          "protein_id": "XP_011530954.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 4116,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 12351,
          "cdna_start": 967,
          "cdna_end": null,
          "cdna_length": 12626,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 76,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.873C>T",
          "hgvs_p": "p.Ser291Ser",
          "transcript": "XM_011532653.2",
          "protein_id": "XP_011530955.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 4109,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 12330,
          "cdna_start": 967,
          "cdna_end": null,
          "cdna_length": 12605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 75,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.873C>T",
          "hgvs_p": "p.Ser291Ser",
          "transcript": "XM_017003521.2",
          "protein_id": "XP_016859010.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 4067,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 12204,
          "cdna_start": 967,
          "cdna_end": null,
          "cdna_length": 12479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 76,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.483C>T",
          "hgvs_p": "p.Ser161Ser",
          "transcript": "XM_011532654.1",
          "protein_id": "XP_011530956.1",
          "transcript_support_level": null,
          "aa_start": 161,
          "aa_end": null,
          "aa_length": 4028,
          "cds_start": 483,
          "cds_end": null,
          "cds_length": 12087,
          "cdna_start": 743,
          "cdna_end": null,
          "cdna_length": 12528,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.873C>T",
          "hgvs_p": "p.Ser291Ser",
          "transcript": "XM_011532660.2",
          "protein_id": "XP_011530962.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 2275,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 6828,
          "cdna_start": 967,
          "cdna_end": null,
          "cdna_length": 7030,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.873C>T",
          "hgvs_p": "p.Ser291Ser",
          "transcript": "XM_017003524.2",
          "protein_id": "XP_016859013.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 2213,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 6642,
          "cdna_start": 967,
          "cdna_end": null,
          "cdna_length": 6832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "n.537-3845C>T",
          "hgvs_p": null,
          "transcript": "ENST00000476689.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2435,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 73,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.-54-2825C>T",
          "hgvs_p": null,
          "transcript": "XM_011532655.2",
          "protein_id": "XP_011530957.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3830,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 11493,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 71,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.-77-3845C>T",
          "hgvs_p": null,
          "transcript": "XM_011532657.1",
          "protein_id": "XP_011530959.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3737,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 11214,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 71,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "c.-77-3845C>T",
          "hgvs_p": null,
          "transcript": "XM_047443589.1",
          "protein_id": "XP_047299545.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3737,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 11214,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNAH6",
          "gene_hgnc_id": 2951,
          "hgvs_c": "n.*114C>T",
          "hgvs_p": null,
          "transcript": "ENST00000468661.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "DNAH6",
      "gene_hgnc_id": 2951,
      "dbsnp": "rs1542477",
      "frequency_reference_population": 0.9109327,
      "hom_count_reference_population": 640892,
      "allele_count_reference_population": 1392736,
      "gnomad_exomes_af": 0.921198,
      "gnomad_genomes_af": 0.818012,
      "gnomad_exomes_ac": 1268318,
      "gnomad_genomes_ac": 124418,
      "gnomad_exomes_homalt": 587436,
      "gnomad_genomes_homalt": 53456,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.3799999952316284,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.38,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.457,
      "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": -19,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BA1",
      "acmg_by_gene": [
        {
          "score": -19,
          "benign_score": 19,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6_Very_Strong",
            "BP7",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000389394.8",
          "gene_symbol": "DNAH6",
          "hgnc_id": 2951,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.873C>T",
          "hgvs_p": "p.Ser291Ser"
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:3",
      "phenotype_combined": "not specified|not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}