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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 66995320,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_016038.4",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBDS",
          "gene_hgnc_id": 19440,
          "hgvs_c": "c.98A>G",
          "hgvs_p": "p.Lys33Arg",
          "transcript": "NM_016038.4",
          "protein_id": "NP_057122.2",
          "transcript_support_level": null,
          "aa_start": 33,
          "aa_end": null,
          "aa_length": 250,
          "cds_start": 98,
          "cds_end": null,
          "cds_length": 753,
          "cdna_start": 267,
          "cdna_end": null,
          "cdna_length": 1613,
          "mane_select": "ENST00000246868.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBDS",
          "gene_hgnc_id": 19440,
          "hgvs_c": "c.98A>G",
          "hgvs_p": "p.Lys33Arg",
          "transcript": "ENST00000246868.7",
          "protein_id": "ENSP00000246868.2",
          "transcript_support_level": 1,
          "aa_start": 33,
          "aa_end": null,
          "aa_length": 250,
          "cds_start": 98,
          "cds_end": null,
          "cds_length": 753,
          "cdna_start": 267,
          "cdna_end": null,
          "cdna_length": 1613,
          "mane_select": "NM_016038.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBDS",
          "gene_hgnc_id": 19440,
          "hgvs_c": "c.98A>G",
          "hgvs_p": "p.Lys33Arg",
          "transcript": "ENST00000697897.1",
          "protein_id": "ENSP00000513469.1",
          "transcript_support_level": null,
          "aa_start": 33,
          "aa_end": null,
          "aa_length": 250,
          "cds_start": 98,
          "cds_end": null,
          "cds_length": 753,
          "cdna_start": 239,
          "cdna_end": null,
          "cdna_length": 1164,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBDS",
          "gene_hgnc_id": 19440,
          "hgvs_c": "c.41A>G",
          "hgvs_p": "p.Lys14Arg",
          "transcript": "ENST00000697863.1",
          "protein_id": "ENSP00000513462.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 231,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 696,
          "cdna_start": 100,
          "cdna_end": null,
          "cdna_length": 1424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBDS",
          "gene_hgnc_id": 19440,
          "hgvs_c": "c.41A>G",
          "hgvs_p": "p.Lys14Arg",
          "transcript": "ENST00000697865.1",
          "protein_id": "ENSP00000513463.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 231,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 696,
          "cdna_start": 163,
          "cdna_end": null,
          "cdna_length": 1487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBDS",
          "gene_hgnc_id": 19440,
          "hgvs_c": "c.98A>G",
          "hgvs_p": "p.Lys33Arg",
          "transcript": "ENST00000697861.1",
          "protein_id": "ENSP00000513460.1",
          "transcript_support_level": null,
          "aa_start": 33,
          "aa_end": null,
          "aa_length": 183,
          "cds_start": 98,
          "cds_end": null,
          "cds_length": 552,
          "cdna_start": 214,
          "cdna_end": null,
          "cdna_length": 1339,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBDS",
          "gene_hgnc_id": 19440,
          "hgvs_c": "n.98A>G",
          "hgvs_p": null,
          "transcript": "ENST00000414306.6",
          "protein_id": "ENSP00000394586.1",
          "transcript_support_level": 5,
          "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": 1585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYW1",
          "gene_hgnc_id": 25598,
          "hgvs_c": "n.148T>C",
          "hgvs_p": null,
          "transcript": "ENST00000491969.5",
          "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": 495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBDS",
          "gene_hgnc_id": 19440,
          "hgvs_c": "n.98A>G",
          "hgvs_p": null,
          "transcript": "ENST00000697862.1",
          "protein_id": "ENSP00000513461.1",
          "transcript_support_level": null,
          "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": 1532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBDS",
          "gene_hgnc_id": 19440,
          "hgvs_c": "n.294A>G",
          "hgvs_p": null,
          "transcript": "ENST00000697864.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 2566,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBDS",
          "gene_hgnc_id": 19440,
          "hgvs_c": "n.98A>G",
          "hgvs_p": null,
          "transcript": "ENST00000697868.1",
          "protein_id": "ENSP00000513466.1",
          "transcript_support_level": null,
          "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": 1524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBDS",
          "gene_hgnc_id": 19440,
          "hgvs_c": "n.98A>G",
          "hgvs_p": null,
          "transcript": "ENST00000697869.1",
          "protein_id": "ENSP00000513467.1",
          "transcript_support_level": null,
          "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": 573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBDS",
          "gene_hgnc_id": 19440,
          "hgvs_c": "c.-413A>G",
          "hgvs_p": null,
          "transcript": "ENST00000697866.1",
          "protein_id": "ENSP00000513464.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 144,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 435,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SBDS",
      "gene_hgnc_id": 19440,
      "dbsnp": "rs373730800",
      "frequency_reference_population": 0.000042752465,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 69,
      "gnomad_exomes_af": 0.0000417321,
      "gnomad_genomes_af": 0.0000525493,
      "gnomad_exomes_ac": 61,
      "gnomad_genomes_ac": 8,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.25979316234588623,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.61,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1241,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.15,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.713,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.01,
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM1,PM2,PM5,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 2,
          "pathogenic_score": 6,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_016038.4",
          "gene_symbol": "SBDS",
          "hgnc_id": 19440,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.98A>G",
          "hgvs_p": "p.Lys33Arg"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000491969.5",
          "gene_symbol": "TYW1",
          "hgnc_id": 25598,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "n.148T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}