← 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: 8-96245912-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MTERF3",
          "hgnc_id": 24258,
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "inheritance_mode": "AR",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_015942.5",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_score": 3,
      "allele_count_reference_population": 2,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.8768,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": -0.01,
      "chr": "8",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.838875412940979,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1463,
          "cdna_start": 965,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_015942.5",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000287025.4",
          "protein_coding": true,
          "protein_id": "NP_057026.3",
          "strand": false,
          "transcript": "NM_015942.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1463,
          "cdna_start": 965,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000287025.4",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_015942.5",
          "protein_coding": true,
          "protein_id": "ENSP00000287025.3",
          "strand": false,
          "transcript": "ENST00000287025.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 361,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1529,
          "cdna_start": 965,
          "cds_end": null,
          "cds_length": 1086,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000523821.5",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000429400.1",
          "strand": false,
          "transcript": "ENST00000523821.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 431,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1485,
          "cdna_start": 1003,
          "cds_end": null,
          "cds_length": 1296,
          "cds_start": 887,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000903462.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.887G>C",
          "hgvs_p": "p.Arg296Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573521.1",
          "strand": false,
          "transcript": "ENST00000903462.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 431,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4297,
          "cdna_start": 3815,
          "cds_end": null,
          "cds_length": 1296,
          "cds_start": 887,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000912663.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.887G>C",
          "hgvs_p": "p.Arg296Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000582722.1",
          "strand": false,
          "transcript": "ENST00000912663.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 431,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1552,
          "cdna_start": 1073,
          "cds_end": null,
          "cds_length": 1296,
          "cds_start": 887,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000912665.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.887G>C",
          "hgvs_p": "p.Arg296Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000582724.1",
          "strand": false,
          "transcript": "ENST00000912665.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5474,
          "cdna_start": 3743,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000903459.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573518.1",
          "strand": false,
          "transcript": "ENST00000903459.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1556,
          "cdna_start": 1073,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000903460.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573519.1",
          "strand": false,
          "transcript": "ENST00000903460.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1507,
          "cdna_start": 1024,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000903463.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573522.1",
          "strand": false,
          "transcript": "ENST00000903463.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2807,
          "cdna_start": 2328,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000912664.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000582723.1",
          "strand": false,
          "transcript": "ENST00000912664.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2965,
          "cdna_start": 2490,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000912666.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000582725.1",
          "strand": false,
          "transcript": "ENST00000912666.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1528,
          "cdna_start": 1052,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000956101.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626160.1",
          "strand": false,
          "transcript": "ENST00000956101.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2046,
          "cdna_start": 1564,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000956102.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626161.1",
          "strand": false,
          "transcript": "ENST00000956102.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 383,
          "aa_ref": "R",
          "aa_start": 248,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1346,
          "cdna_start": 863,
          "cds_end": null,
          "cds_length": 1152,
          "cds_start": 743,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000903461.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.743G>C",
          "hgvs_p": "p.Arg248Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573520.1",
          "strand": false,
          "transcript": "ENST00000903461.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1273,
          "cdna_start": 956,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000524341.6",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000429267.2",
          "strand": false,
          "transcript": "ENST00000524341.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 361,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1532,
          "cdna_start": 968,
          "cds_end": null,
          "cds_length": 1086,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001286643.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.845G>C",
          "hgvs_p": "p.Arg282Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001273572.1",
          "strand": false,
          "transcript": "NM_001286643.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 227,
          "aa_ref": "R",
          "aa_start": 92,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1435,
          "cdna_start": 933,
          "cds_end": null,
          "cds_length": 684,
          "cds_start": 275,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001362964.1",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.275G>C",
          "hgvs_p": "p.Arg92Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001349893.1",
          "strand": false,
          "transcript": "NM_001362964.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 304,
          "aa_ref": "R",
          "aa_start": 169,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1600,
          "cdna_start": 1098,
          "cds_end": null,
          "cds_length": 915,
          "cds_start": 506,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011517054.3",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "c.506G>C",
          "hgvs_p": "p.Arg169Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011515356.1",
          "strand": false,
          "transcript": "XM_011517054.3",
          "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": 1148,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000522822.6",
          "gene_hgnc_id": 24258,
          "gene_symbol": "MTERF3",
          "hgvs_c": "n.672G>C",
          "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": "ENST00000522822.6",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs757226262",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000013683203,
      "gene_hgnc_id": 24258,
      "gene_symbol": "MTERF3",
      "gnomad_exomes_ac": 2,
      "gnomad_exomes_af": 0.00000136832,
      "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": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.978,
      "pos": 96245912,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.264,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_015942.5"
    }
  ]
}
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.