← 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: 5-82276183-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "5",
      "pos": 82276183,
      "ref": "A",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001025.5",
      "consequences": [
        {
          "aa_ref": "F",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPS23",
          "gene_hgnc_id": 10410,
          "hgvs_c": "c.358T>A",
          "hgvs_p": "p.Phe120Ile",
          "transcript": "NM_001025.5",
          "protein_id": "NP_001016.1",
          "transcript_support_level": null,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 143,
          "cds_start": 358,
          "cds_end": null,
          "cds_length": 432,
          "cdna_start": 389,
          "cdna_end": null,
          "cdna_length": 3252,
          "mane_select": "ENST00000296674.13",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001025.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPS23",
          "gene_hgnc_id": 10410,
          "hgvs_c": "c.358T>A",
          "hgvs_p": "p.Phe120Ile",
          "transcript": "ENST00000296674.13",
          "protein_id": "ENSP00000296674.8",
          "transcript_support_level": 1,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 143,
          "cds_start": 358,
          "cds_end": null,
          "cds_length": 432,
          "cdna_start": 389,
          "cdna_end": null,
          "cdna_length": 3252,
          "mane_select": "NM_001025.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000296674.13"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPS23",
          "gene_hgnc_id": 10410,
          "hgvs_c": "n.453T>A",
          "hgvs_p": null,
          "transcript": "ENST00000504293.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000504293.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPS23",
          "gene_hgnc_id": 10410,
          "hgvs_c": "c.391T>A",
          "hgvs_p": "p.Phe131Ile",
          "transcript": "ENST00000912103.1",
          "protein_id": "ENSP00000582162.1",
          "transcript_support_level": null,
          "aa_start": 131,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 391,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 422,
          "cdna_end": null,
          "cdna_length": 545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912103.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPS23",
          "gene_hgnc_id": 10410,
          "hgvs_c": "c.358T>A",
          "hgvs_p": "p.Phe120Ile",
          "transcript": "ENST00000651545.1",
          "protein_id": "ENSP00000498621.1",
          "transcript_support_level": null,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 143,
          "cds_start": 358,
          "cds_end": null,
          "cds_length": 432,
          "cdna_start": 403,
          "cdna_end": null,
          "cdna_length": 3142,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000651545.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPS23",
          "gene_hgnc_id": 10410,
          "hgvs_c": "c.349T>A",
          "hgvs_p": "p.Phe117Ile",
          "transcript": "ENST00000912102.1",
          "protein_id": "ENSP00000582161.1",
          "transcript_support_level": null,
          "aa_start": 117,
          "aa_end": null,
          "aa_length": 140,
          "cds_start": 349,
          "cds_end": null,
          "cds_length": 423,
          "cdna_start": 440,
          "cdna_end": null,
          "cdna_length": 564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912102.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPS23",
          "gene_hgnc_id": 10410,
          "hgvs_c": "c.358T>A",
          "hgvs_p": "p.Phe120Ile",
          "transcript": "ENST00000510210.5",
          "protein_id": "ENSP00000427043.1",
          "transcript_support_level": 2,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 134,
          "cds_start": 358,
          "cds_end": null,
          "cds_length": 405,
          "cdna_start": 376,
          "cdna_end": null,
          "cdna_length": 1058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000510210.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPS23",
          "gene_hgnc_id": 10410,
          "hgvs_c": "c.358T>A",
          "hgvs_p": "p.Phe120Ile",
          "transcript": "ENST00000512493.5",
          "protein_id": "ENSP00000425865.1",
          "transcript_support_level": 3,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 134,
          "cds_start": 358,
          "cds_end": null,
          "cds_length": 405,
          "cdna_start": 386,
          "cdna_end": null,
          "cdna_length": 443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000512493.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPS23",
          "gene_hgnc_id": 10410,
          "hgvs_c": "c.322T>A",
          "hgvs_p": "p.Phe108Ile",
          "transcript": "ENST00000912101.1",
          "protein_id": "ENSP00000582160.1",
          "transcript_support_level": null,
          "aa_start": 108,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 322,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": 407,
          "cdna_end": null,
          "cdna_length": 752,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912101.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATG10",
          "gene_hgnc_id": 20315,
          "hgvs_c": "c.*43A>T",
          "hgvs_p": null,
          "transcript": "ENST00000866604.1",
          "protein_id": "ENSP00000536663.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 220,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866604.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPS23",
          "gene_hgnc_id": 10410,
          "hgvs_c": "c.*128T>A",
          "hgvs_p": null,
          "transcript": "ENST00000507980.1",
          "protein_id": "ENSP00000422071.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 123,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 836,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000507980.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "RPS23",
          "gene_hgnc_id": 10410,
          "hgvs_c": "c.233-49T>A",
          "hgvs_p": null,
          "transcript": "ENST00000510019.5",
          "protein_id": "ENSP00000425833.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 85,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000510019.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPS23",
          "gene_hgnc_id": 10410,
          "hgvs_c": "n.567T>A",
          "hgvs_p": null,
          "transcript": "ENST00000503605.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000503605.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATG10",
          "gene_hgnc_id": 20315,
          "hgvs_c": "n.299A>T",
          "hgvs_p": null,
          "transcript": "ENST00000508814.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 413,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000508814.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATG10",
          "gene_hgnc_id": 20315,
          "hgvs_c": "n.230A>T",
          "hgvs_p": null,
          "transcript": "ENST00000514253.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 904,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000514253.2"
        }
      ],
      "gene_symbol": "RPS23",
      "gene_hgnc_id": 10410,
      "dbsnp": "rs1060505035",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.7602963447570801,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.567,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9992,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.39,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.152,
      "phylop100way_prediction": "Pathogenic",
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3,PP5",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3",
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001025.5",
          "gene_symbol": "RPS23",
          "hgnc_id": 10410,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "Unknown,AD",
          "hgvs_c": "c.358T>A",
          "hgvs_p": "p.Phe120Ile"
        },
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3",
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000866604.1",
          "gene_symbol": "ATG10",
          "hgnc_id": 20315,
          "effects": [
            "3_prime_UTR_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.*43A>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " and developmental delay, trichomegaly,Brachycephaly",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Brachycephaly, trichomegaly, and developmental delay",
      "pathogenicity_classification_combined": "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.