← 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: 6-166365990-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP3_Strong",
            "PP5_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MPC1",
          "hgnc_id": 21606,
          "hgvs_c": "c.289C>T",
          "hgvs_p": "p.Arg97Trp",
          "inheritance_mode": "AR",
          "pathogenic_score": 12,
          "score": 12,
          "transcript": "NM_016098.4",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM1,PM2,PM5,PP3_Strong,PP5_Moderate",
      "acmg_score": 12,
      "allele_count_reference_population": 7,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.9388,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.23,
      "chr": "6",
      "clinvar_classification": "Pathogenic",
      "clinvar_disease": "Mitochondrial pyruvate carrier deficiency",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.9897264242172241,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 109,
          "aa_ref": "R",
          "aa_start": 97,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 904,
          "cdna_start": 353,
          "cds_end": null,
          "cds_length": 330,
          "cds_start": 289,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_016098.4",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "c.289C>T",
          "hgvs_p": "p.Arg97Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000360961.11",
          "protein_coding": true,
          "protein_id": "NP_057182.1",
          "strand": false,
          "transcript": "NM_016098.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 109,
          "aa_ref": "R",
          "aa_start": 97,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 904,
          "cdna_start": 353,
          "cds_end": null,
          "cds_length": 330,
          "cds_start": 289,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000360961.11",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "c.289C>T",
          "hgvs_p": "p.Arg97Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_016098.4",
          "protein_coding": true,
          "protein_id": "ENSP00000354223.6",
          "strand": false,
          "transcript": "ENST00000360961.11",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 109,
          "aa_ref": "R",
          "aa_start": 97,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 977,
          "cdna_start": 426,
          "cds_end": null,
          "cds_length": 330,
          "cds_start": 289,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000621630.1",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "c.289C>T",
          "hgvs_p": "p.Arg97Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000479789.1",
          "strand": false,
          "transcript": "ENST00000621630.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 66,
          "aa_ref": "R",
          "aa_start": 54,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1120,
          "cdna_start": 569,
          "cds_end": null,
          "cds_length": 201,
          "cds_start": 160,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001270879.2",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "c.160C>T",
          "hgvs_p": "p.Arg54Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001257808.1",
          "strand": false,
          "transcript": "NM_001270879.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 66,
          "aa_ref": "R",
          "aa_start": 54,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1307,
          "cdna_start": 756,
          "cds_end": null,
          "cds_length": 201,
          "cds_start": 160,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001376565.1",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "c.160C>T",
          "hgvs_p": "p.Arg54Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363494.1",
          "strand": false,
          "transcript": "NM_001376565.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 66,
          "aa_ref": "R",
          "aa_start": 54,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 900,
          "cdna_start": 349,
          "cds_end": null,
          "cds_length": 201,
          "cds_start": 160,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001376566.1",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "c.160C>T",
          "hgvs_p": "p.Arg54Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363495.1",
          "strand": false,
          "transcript": "NM_001376566.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 66,
          "aa_ref": "R",
          "aa_start": 54,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1116,
          "cdna_start": 565,
          "cds_end": null,
          "cds_length": 201,
          "cds_start": 160,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001376567.1",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "c.160C>T",
          "hgvs_p": "p.Arg54Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363496.1",
          "strand": false,
          "transcript": "NM_001376567.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 66,
          "aa_ref": "R",
          "aa_start": 54,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1091,
          "cdna_start": 540,
          "cds_end": null,
          "cds_length": 201,
          "cds_start": 160,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001376568.1",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "c.160C>T",
          "hgvs_p": "p.Arg54Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363497.1",
          "strand": false,
          "transcript": "NM_001376568.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 65,
          "aa_ref": "R",
          "aa_start": 53,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 776,
          "cdna_start": 225,
          "cds_end": null,
          "cds_length": 198,
          "cds_start": 157,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000922734.1",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "c.157C>T",
          "hgvs_p": "p.Arg53Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592793.1",
          "strand": false,
          "transcript": "ENST00000922734.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 70,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 854,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 213,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001376569.1",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "c.*26C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363498.1",
          "strand": false,
          "transcript": "NM_001376569.1",
          "transcript_support_level": null
        },
        {
          "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": 572,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000366868.5",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "n.332C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000366868.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 651,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000475708.1",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "n.513C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000475708.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 918,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000487218.5",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "n.522C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000487218.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1133,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NR_073093.2",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "n.582C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_073093.2",
          "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": 856,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_164828.1",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "n.305C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_164828.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": 850,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_164830.1",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "n.299C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_164830.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": 834,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_164831.1",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "n.283C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_164831.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": 767,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_164829.1",
          "gene_hgnc_id": 21606,
          "gene_symbol": "MPC1",
          "hgvs_c": "n.233-537C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_164829.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs387907237",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000047921967,
      "gene_hgnc_id": 21606,
      "gene_symbol": "MPC1",
      "gnomad_exomes_ac": 7,
      "gnomad_exomes_af": 0.0000047922,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Pathogenic",
      "phenotype_combined": "Mitochondrial pyruvate carrier deficiency",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 3.965,
      "pos": 166365990,
      "ref": "G",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.856,
      "splice_prediction_selected": "Uncertain_significance",
      "splice_score_selected": 0.25,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.25,
      "transcript": "NM_016098.4"
    }
  ]
}
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.