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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 24600985,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001010980.5",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCMAP",
          "gene_hgnc_id": 29332,
          "hgvs_c": "c.128T>C",
          "hgvs_p": "p.Ile43Thr",
          "transcript": "NM_001010980.5",
          "protein_id": "NP_001010980.1",
          "transcript_support_level": null,
          "aa_start": 43,
          "aa_end": null,
          "aa_length": 102,
          "cds_start": 128,
          "cds_end": null,
          "cds_length": 309,
          "cdna_start": 218,
          "cdna_end": null,
          "cdna_length": 3980,
          "mane_select": "ENST00000374392.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001010980.5"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCMAP",
          "gene_hgnc_id": 29332,
          "hgvs_c": "c.128T>C",
          "hgvs_p": "p.Ile43Thr",
          "transcript": "ENST00000374392.3",
          "protein_id": "ENSP00000363513.2",
          "transcript_support_level": 1,
          "aa_start": 43,
          "aa_end": null,
          "aa_length": 102,
          "cds_start": 128,
          "cds_end": null,
          "cds_length": 309,
          "cdna_start": 218,
          "cdna_end": null,
          "cdna_length": 3980,
          "mane_select": "NM_001010980.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000374392.3"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCMAP",
          "gene_hgnc_id": 29332,
          "hgvs_c": "c.128T>C",
          "hgvs_p": "p.Ile43Thr",
          "transcript": "ENST00000870896.1",
          "protein_id": "ENSP00000540955.1",
          "transcript_support_level": null,
          "aa_start": 43,
          "aa_end": null,
          "aa_length": 102,
          "cds_start": 128,
          "cds_end": null,
          "cds_length": 309,
          "cdna_start": 451,
          "cdna_end": null,
          "cdna_length": 2389,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870896.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCMAP",
          "gene_hgnc_id": 29332,
          "hgvs_c": "c.128T>C",
          "hgvs_p": "p.Ile43Thr",
          "transcript": "ENST00000870897.1",
          "protein_id": "ENSP00000540956.1",
          "transcript_support_level": null,
          "aa_start": 43,
          "aa_end": null,
          "aa_length": 102,
          "cds_start": 128,
          "cds_end": null,
          "cds_length": 309,
          "cdna_start": 686,
          "cdna_end": null,
          "cdna_length": 2632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870897.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCMAP",
          "gene_hgnc_id": 29332,
          "hgvs_c": "c.128T>C",
          "hgvs_p": "p.Ile43Thr",
          "transcript": "ENST00000952399.1",
          "protein_id": "ENSP00000622458.1",
          "transcript_support_level": null,
          "aa_start": 43,
          "aa_end": null,
          "aa_length": 102,
          "cds_start": 128,
          "cds_end": null,
          "cds_length": 309,
          "cdna_start": 394,
          "cdna_end": null,
          "cdna_length": 4156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000952399.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCMAP",
          "gene_hgnc_id": 29332,
          "hgvs_c": "c.128T>C",
          "hgvs_p": "p.Ile43Thr",
          "transcript": "ENST00000952400.1",
          "protein_id": "ENSP00000622459.1",
          "transcript_support_level": null,
          "aa_start": 43,
          "aa_end": null,
          "aa_length": 102,
          "cds_start": 128,
          "cds_end": null,
          "cds_length": 309,
          "cdna_start": 390,
          "cdna_end": null,
          "cdna_length": 2700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000952400.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCMAP",
          "gene_hgnc_id": 29332,
          "hgvs_c": "c.128T>C",
          "hgvs_p": "p.Ile43Thr",
          "transcript": "XM_005245872.4",
          "protein_id": "XP_005245929.1",
          "transcript_support_level": null,
          "aa_start": 43,
          "aa_end": null,
          "aa_length": 102,
          "cds_start": 128,
          "cds_end": null,
          "cds_length": 309,
          "cdna_start": 310,
          "cdna_end": null,
          "cdna_length": 4072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005245872.4"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCMAP",
          "gene_hgnc_id": 29332,
          "hgvs_c": "c.128T>C",
          "hgvs_p": "p.Ile43Thr",
          "transcript": "XM_011541463.3",
          "protein_id": "XP_011539765.1",
          "transcript_support_level": null,
          "aa_start": 43,
          "aa_end": null,
          "aa_length": 102,
          "cds_start": 128,
          "cds_end": null,
          "cds_length": 309,
          "cdna_start": 2033,
          "cdna_end": null,
          "cdna_length": 5795,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541463.3"
        },
        {
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCMAP",
          "gene_hgnc_id": 29332,
          "hgvs_c": "n.301T>C",
          "hgvs_p": null,
          "transcript": "ENST00000486262.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": 4063,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000486262.1"
        }
      ],
      "gene_symbol": "NCMAP",
      "gene_hgnc_id": 29332,
      "dbsnp": null,
      "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.5067853331565857,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.219,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.3723,
      "alphamissense_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": 0.06,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 3.139,
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001010980.5",
          "gene_symbol": "NCMAP",
          "hgnc_id": 29332,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.128T>C",
          "hgvs_p": "p.Ile43Thr"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "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.