← 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: 12-115972141-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 115972141,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000281928.9",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "c.5827C>G",
          "hgvs_p": "p.Pro1943Ala",
          "transcript": "NM_015335.5",
          "protein_id": "NP_056150.1",
          "transcript_support_level": null,
          "aa_start": 1943,
          "aa_end": null,
          "aa_length": 2210,
          "cds_start": 5827,
          "cds_end": null,
          "cds_length": 6633,
          "cdna_start": 6389,
          "cdna_end": null,
          "cdna_length": 9885,
          "mane_select": "ENST00000281928.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "c.5827C>G",
          "hgvs_p": "p.Pro1943Ala",
          "transcript": "ENST00000281928.9",
          "protein_id": "ENSP00000281928.3",
          "transcript_support_level": 1,
          "aa_start": 1943,
          "aa_end": null,
          "aa_length": 2210,
          "cds_start": 5827,
          "cds_end": null,
          "cds_length": 6633,
          "cdna_start": 6389,
          "cdna_end": null,
          "cdna_length": 9885,
          "mane_select": "NM_015335.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "c.5863C>G",
          "hgvs_p": "p.Pro1955Ala",
          "transcript": "ENST00000650226.1",
          "protein_id": "ENSP00000496981.1",
          "transcript_support_level": null,
          "aa_start": 1955,
          "aa_end": null,
          "aa_length": 2222,
          "cds_start": 5863,
          "cds_end": null,
          "cds_length": 6669,
          "cdna_start": 5906,
          "cdna_end": null,
          "cdna_length": 8717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "c.4009C>G",
          "hgvs_p": "p.Pro1337Ala",
          "transcript": "ENST00000649607.1",
          "protein_id": "ENSP00000497064.1",
          "transcript_support_level": null,
          "aa_start": 1337,
          "aa_end": null,
          "aa_length": 1604,
          "cds_start": 4009,
          "cds_end": null,
          "cds_length": 4815,
          "cdna_start": 4011,
          "cdna_end": null,
          "cdna_length": 6740,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "c.5824C>G",
          "hgvs_p": "p.Pro1942Ala",
          "transcript": "XM_017019090.2",
          "protein_id": "XP_016874579.1",
          "transcript_support_level": null,
          "aa_start": 1942,
          "aa_end": null,
          "aa_length": 2209,
          "cds_start": 5824,
          "cds_end": null,
          "cds_length": 6630,
          "cdna_start": 6386,
          "cdna_end": null,
          "cdna_length": 9882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "c.5797C>G",
          "hgvs_p": "p.Pro1933Ala",
          "transcript": "XM_047428605.1",
          "protein_id": "XP_047284561.1",
          "transcript_support_level": null,
          "aa_start": 1933,
          "aa_end": null,
          "aa_length": 2200,
          "cds_start": 5797,
          "cds_end": null,
          "cds_length": 6603,
          "cdna_start": 6018,
          "cdna_end": null,
          "cdna_length": 9514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "c.5794C>G",
          "hgvs_p": "p.Pro1932Ala",
          "transcript": "XM_047428607.1",
          "protein_id": "XP_047284563.1",
          "transcript_support_level": null,
          "aa_start": 1932,
          "aa_end": null,
          "aa_length": 2199,
          "cds_start": 5794,
          "cds_end": null,
          "cds_length": 6600,
          "cdna_start": 6015,
          "cdna_end": null,
          "cdna_length": 9511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "c.5425C>G",
          "hgvs_p": "p.Pro1809Ala",
          "transcript": "XM_047428608.1",
          "protein_id": "XP_047284564.1",
          "transcript_support_level": null,
          "aa_start": 1809,
          "aa_end": null,
          "aa_length": 2076,
          "cds_start": 5425,
          "cds_end": null,
          "cds_length": 6231,
          "cdna_start": 6151,
          "cdna_end": null,
          "cdna_length": 9647,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "c.5425C>G",
          "hgvs_p": "p.Pro1809Ala",
          "transcript": "XM_047428609.1",
          "protein_id": "XP_047284565.1",
          "transcript_support_level": null,
          "aa_start": 1809,
          "aa_end": null,
          "aa_length": 2076,
          "cds_start": 5425,
          "cds_end": null,
          "cds_length": 6231,
          "cdna_start": 9521,
          "cdna_end": null,
          "cdna_length": 13017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "c.5425C>G",
          "hgvs_p": "p.Pro1809Ala",
          "transcript": "XM_047428610.1",
          "protein_id": "XP_047284566.1",
          "transcript_support_level": null,
          "aa_start": 1809,
          "aa_end": null,
          "aa_length": 2076,
          "cds_start": 5425,
          "cds_end": null,
          "cds_length": 6231,
          "cdna_start": 7318,
          "cdna_end": null,
          "cdna_length": 10814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "c.5425C>G",
          "hgvs_p": "p.Pro1809Ala",
          "transcript": "XM_047428611.1",
          "protein_id": "XP_047284567.1",
          "transcript_support_level": null,
          "aa_start": 1809,
          "aa_end": null,
          "aa_length": 2076,
          "cds_start": 5425,
          "cds_end": null,
          "cds_length": 6231,
          "cdna_start": 7414,
          "cdna_end": null,
          "cdna_length": 10910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "n.817C>G",
          "hgvs_p": null,
          "transcript": "ENST00000548694.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "n.2041C>G",
          "hgvs_p": null,
          "transcript": "ENST00000548784.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "n.4195C>G",
          "hgvs_p": null,
          "transcript": "ENST00000648379.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "n.5591C>G",
          "hgvs_p": null,
          "transcript": "ENST00000648737.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8299,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "n.4012C>G",
          "hgvs_p": null,
          "transcript": "ENST00000648825.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6478,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "n.3838C>G",
          "hgvs_p": null,
          "transcript": "ENST00000648916.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "n.*830C>G",
          "hgvs_p": null,
          "transcript": "ENST00000649775.1",
          "protein_id": "ENSP00000496984.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4852,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED13L",
          "gene_hgnc_id": 22962,
          "hgvs_c": "n.*830C>G",
          "hgvs_p": null,
          "transcript": "ENST00000649775.1",
          "protein_id": "ENSP00000496984.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4852,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MED13L",
      "gene_hgnc_id": 22962,
      "dbsnp": "rs1555241424",
      "frequency_reference_population": 6.841246e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84125e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.816697359085083,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.856,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.8203,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.37,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.602,
      "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": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000281928.9",
          "gene_symbol": "MED13L",
          "hgnc_id": 22962,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.5827C>G",
          "hgvs_p": "p.Pro1943Ala"
        }
      ],
      "clinvar_disease": " dextro-looped,Transposition of the great arteries",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Transposition of the great arteries, dextro-looped",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}