← 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: 16-3027379-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 3027379,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000326266.13",
      "consequences": [
        {
          "aa_ref": "G",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "THOC6",
          "gene_hgnc_id": 28369,
          "hgvs_c": "c.824G>A",
          "hgvs_p": "p.Gly275Asp",
          "transcript": "NM_024339.5",
          "protein_id": "NP_077315.2",
          "transcript_support_level": null,
          "aa_start": 275,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 824,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 1116,
          "cdna_end": null,
          "cdna_length": 1411,
          "mane_select": "ENST00000326266.13",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "THOC6",
          "gene_hgnc_id": 28369,
          "hgvs_c": "c.824G>A",
          "hgvs_p": "p.Gly275Asp",
          "transcript": "ENST00000326266.13",
          "protein_id": "ENSP00000326531.8",
          "transcript_support_level": 1,
          "aa_start": 275,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 824,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 1116,
          "cdna_end": null,
          "cdna_length": 1411,
          "mane_select": "NM_024339.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "THOC6",
          "gene_hgnc_id": 28369,
          "hgvs_c": "c.752G>A",
          "hgvs_p": "p.Gly251Asp",
          "transcript": "ENST00000574549.5",
          "protein_id": "ENSP00000458295.1",
          "transcript_support_level": 1,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 317,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 954,
          "cdna_start": 1000,
          "cdna_end": null,
          "cdna_length": 1300,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "THOC6",
          "gene_hgnc_id": 28369,
          "hgvs_c": "c.824G>A",
          "hgvs_p": "p.Gly275Asp",
          "transcript": "NM_001347704.2",
          "protein_id": "NP_001334633.1",
          "transcript_support_level": null,
          "aa_start": 275,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 824,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 1010,
          "cdna_end": null,
          "cdna_length": 1305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "THOC6",
          "gene_hgnc_id": 28369,
          "hgvs_c": "c.752G>A",
          "hgvs_p": "p.Gly251Asp",
          "transcript": "NM_001347703.2",
          "protein_id": "NP_001334632.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 317,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 954,
          "cdna_start": 1006,
          "cdna_end": null,
          "cdna_length": 1301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "THOC6",
          "gene_hgnc_id": 28369,
          "hgvs_c": "c.752G>A",
          "hgvs_p": "p.Gly251Asp",
          "transcript": "ENST00000575576.5",
          "protein_id": "ENSP00000460015.1",
          "transcript_support_level": 5,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 317,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 954,
          "cdna_start": 1093,
          "cdna_end": null,
          "cdna_length": 1360,
          "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": 12,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "THOC6",
          "gene_hgnc_id": 28369,
          "hgvs_c": "c.810+99G>A",
          "hgvs_p": null,
          "transcript": "NM_001142350.3",
          "protein_id": "NP_001135822.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 296,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1276,
          "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": 12,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "THOC6",
          "gene_hgnc_id": 28369,
          "hgvs_c": "c.810+99G>A",
          "hgvs_p": null,
          "transcript": "ENST00000253952.9",
          "protein_id": "ENSP00000253952.9",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 296,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "THOC6",
      "gene_hgnc_id": 28369,
      "dbsnp": "rs200426926",
      "frequency_reference_population": 0.00036394614,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 587,
      "gnomad_exomes_af": 0.000380695,
      "gnomad_genomes_af": 0.000203428,
      "gnomad_exomes_ac": 556,
      "gnomad_genomes_ac": 31,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6511344313621521,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.03999999910593033,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.371,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9562,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.11,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 4.154,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.04,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PP5",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 0,
          "pathogenic_score": 1,
          "criteria": [
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000326266.13",
          "gene_symbol": "THOC6",
          "hgnc_id": 28369,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.824G>A",
          "hgvs_p": "p.Gly275Asp"
        }
      ],
      "clinvar_disease": " and/or spastic paraplegia, early-onset,Dystonia,Inborn genetic diseases,Intellectual disability,THOC6-related developmental delay-microcephaly-facial dysmorphism syndrome,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "P:5 LP:5 US:1",
      "phenotype_combined": "Inborn genetic diseases|THOC6-related developmental delay-microcephaly-facial dysmorphism syndrome|not provided|Dystonia, early-onset, and/or spastic paraplegia|Intellectual disability",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}