← 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: 9-128107080-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "SLC25A25",
          "hgnc_id": 20663,
          "hgvs_c": "c.1264G>A",
          "hgvs_p": "p.Gly422Ser",
          "inheritance_mode": "",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_001330988.2",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP2,PP3",
      "acmg_score": 4,
      "allele_count_reference_population": 10,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.2236,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": 0.09,
      "chr": "9",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.7463040351867676,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 515,
          "aa_ref": "G",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3437,
          "cdna_start": 1352,
          "cds_end": null,
          "cds_length": 1548,
          "cds_start": 1264,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001330988.2",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1264G>A",
          "hgvs_p": "p.Gly422Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000373069.10",
          "protein_coding": true,
          "protein_id": "NP_001317917.1",
          "strand": true,
          "transcript": "NM_001330988.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 515,
          "aa_ref": "G",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3437,
          "cdna_start": 1352,
          "cds_end": null,
          "cds_length": 1548,
          "cds_start": 1264,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000373069.10",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1264G>A",
          "hgvs_p": "p.Gly422Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001330988.2",
          "protein_coding": true,
          "protein_id": "ENSP00000362160.5",
          "strand": true,
          "transcript": "ENST00000373069.10",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 503,
          "aa_ref": "G",
          "aa_start": 410,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3431,
          "cdna_start": 1347,
          "cds_end": null,
          "cds_length": 1512,
          "cds_start": 1228,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000373068.6",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1228G>A",
          "hgvs_p": "p.Gly410Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000362159.2",
          "strand": true,
          "transcript": "ENST00000373068.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 501,
          "aa_ref": "G",
          "aa_start": 408,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3714,
          "cdna_start": 1629,
          "cds_end": null,
          "cds_length": 1506,
          "cds_start": 1222,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000373066.9",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1222G>A",
          "hgvs_p": "p.Gly408Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000362157.5",
          "strand": true,
          "transcript": "ENST00000373066.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 489,
          "aa_ref": "G",
          "aa_start": 396,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3678,
          "cdna_start": 1593,
          "cds_end": null,
          "cds_length": 1470,
          "cds_start": 1186,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000432073.6",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1186G>A",
          "hgvs_p": "p.Gly396Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000410053.2",
          "strand": true,
          "transcript": "ENST00000432073.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "G",
          "aa_start": 376,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3474,
          "cdna_start": 1389,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 1126,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000373064.9",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1126G>A",
          "hgvs_p": "p.Gly376Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000362155.5",
          "strand": true,
          "transcript": "ENST00000373064.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 541,
          "aa_ref": "G",
          "aa_start": 448,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3821,
          "cdna_start": 1749,
          "cds_end": null,
          "cds_length": 1626,
          "cds_start": 1342,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000682371.1",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1342G>A",
          "hgvs_p": "p.Gly448Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000508277.1",
          "strand": true,
          "transcript": "ENST00000682371.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 503,
          "aa_ref": "G",
          "aa_start": 410,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3401,
          "cdna_start": 1316,
          "cds_end": null,
          "cds_length": 1512,
          "cds_start": 1228,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001006641.4",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1228G>A",
          "hgvs_p": "p.Gly410Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001006642.1",
          "strand": true,
          "transcript": "NM_001006641.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 501,
          "aa_ref": "G",
          "aa_start": 408,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3723,
          "cdna_start": 1638,
          "cds_end": null,
          "cds_length": 1506,
          "cds_start": 1222,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001265614.3",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1222G>A",
          "hgvs_p": "p.Gly408Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001252543.1",
          "strand": true,
          "transcript": "NM_001265614.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 489,
          "aa_ref": "G",
          "aa_start": 396,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3687,
          "cdna_start": 1602,
          "cds_end": null,
          "cds_length": 1470,
          "cds_start": 1186,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001006642.4",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1186G>A",
          "hgvs_p": "p.Gly396Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001006643.1",
          "strand": true,
          "transcript": "NM_001006642.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 481,
          "aa_ref": "G",
          "aa_start": 388,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3307,
          "cdna_start": 1222,
          "cds_end": null,
          "cds_length": 1446,
          "cds_start": 1162,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001387057.1",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1162G>A",
          "hgvs_p": "p.Gly388Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001373986.1",
          "strand": true,
          "transcript": "NM_001387057.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "G",
          "aa_start": 376,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3271,
          "cdna_start": 1186,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 1126,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_052901.5",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1126G>A",
          "hgvs_p": "p.Gly376Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_443133.2",
          "strand": true,
          "transcript": "NM_052901.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "G",
          "aa_start": 371,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3324,
          "cdna_start": 1241,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 1111,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000971447.1",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1111G>A",
          "hgvs_p": "p.Gly371Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641506.1",
          "strand": true,
          "transcript": "ENST00000971447.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 450,
          "aa_ref": "G",
          "aa_start": 357,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3239,
          "cdna_start": 1157,
          "cds_end": null,
          "cds_length": 1353,
          "cds_start": 1069,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000971448.1",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.1069G>A",
          "hgvs_p": "p.Gly357Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641507.1",
          "strand": true,
          "transcript": "ENST00000971448.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 416,
          "aa_ref": "G",
          "aa_start": 323,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3195,
          "cdna_start": 1118,
          "cds_end": null,
          "cds_length": 1251,
          "cds_start": 967,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000971446.1",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.967G>A",
          "hgvs_p": "p.Gly323Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641505.1",
          "strand": true,
          "transcript": "ENST00000971446.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 378,
          "aa_ref": "G",
          "aa_start": 285,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3389,
          "cdna_start": 1317,
          "cds_end": null,
          "cds_length": 1137,
          "cds_start": 853,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000683206.1",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.853G>A",
          "hgvs_p": "p.Gly285Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506909.1",
          "strand": true,
          "transcript": "ENST00000683206.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 164,
          "aa_ref": "G",
          "aa_start": 113,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 905,
          "cdna_start": 338,
          "cds_end": null,
          "cds_length": 495,
          "cds_start": 337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000466983.1",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "c.337G>A",
          "hgvs_p": "p.Gly113Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000418600.1",
          "strand": true,
          "transcript": "ENST00000466983.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3910,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000682638.1",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "n.2015G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000682638.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3314,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_049766.3",
          "gene_hgnc_id": 20663,
          "gene_symbol": "SLC25A25",
          "hgvs_c": "n.1229G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_049766.3",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs778606816",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000006195833,
      "gene_hgnc_id": 20663,
      "gene_symbol": "SLC25A25",
      "gnomad_exomes_ac": 5,
      "gnomad_exomes_af": 0.00000342045,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 5,
      "gnomad_genomes_af": 0.0000328537,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 10.003,
      "pos": 128107080,
      "ref": "G",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.528,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001330988.2"
    }
  ]
}
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.