← 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: 13-110641548-A-AT (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "13",
      "pos": 110641548,
      "ref": "A",
      "alt": "AT",
      "effect": "frameshift_variant",
      "transcript": "ENST00000257347.9",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "c.1683dupA",
          "hgvs_p": "p.Ser562fs",
          "transcript": "NM_024537.4",
          "protein_id": "NP_078813.1",
          "transcript_support_level": null,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 564,
          "cds_start": 1683,
          "cds_end": null,
          "cds_length": 1695,
          "cdna_start": 1706,
          "cdna_end": null,
          "cdna_length": 1838,
          "mane_select": "ENST00000257347.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "c.1683dupA",
          "hgvs_p": "p.Ser562fs",
          "transcript": "ENST00000257347.9",
          "protein_id": "ENSP00000257347.4",
          "transcript_support_level": 1,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 564,
          "cds_start": 1683,
          "cds_end": null,
          "cds_length": 1695,
          "cdna_start": 1706,
          "cdna_end": null,
          "cdna_length": 1838,
          "mane_select": "NM_024537.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "c.897dupA",
          "hgvs_p": "p.Ser300fs",
          "transcript": "NM_001352252.2",
          "protein_id": "NP_001339181.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": 897,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": 1817,
          "cdna_end": null,
          "cdna_length": 1949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "c.1344dupA",
          "hgvs_p": "p.Ser449fs",
          "transcript": "XM_006719953.4",
          "protein_id": "XP_006720016.1",
          "transcript_support_level": null,
          "aa_start": 448,
          "aa_end": null,
          "aa_length": 451,
          "cds_start": 1344,
          "cds_end": null,
          "cds_length": 1356,
          "cdna_start": 1845,
          "cdna_end": null,
          "cdna_length": 1977,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "c.1338dupA",
          "hgvs_p": "p.Ser447fs",
          "transcript": "XM_047430606.1",
          "protein_id": "XP_047286562.1",
          "transcript_support_level": null,
          "aa_start": 446,
          "aa_end": null,
          "aa_length": 449,
          "cds_start": 1338,
          "cds_end": null,
          "cds_length": 1350,
          "cdna_start": 1429,
          "cdna_end": null,
          "cdna_length": 1561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "c.897dupA",
          "hgvs_p": "p.Ser300fs",
          "transcript": "XM_047430609.1",
          "protein_id": "XP_047286565.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": 897,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": 1198,
          "cdna_end": null,
          "cdna_length": 1330,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "n.2615dupA",
          "hgvs_p": null,
          "transcript": "ENST00000375781.9",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 2747,
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "n.1117dupA",
          "hgvs_p": null,
          "transcript": "ENST00000481787.6",
          "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": 1223,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "n.2183dupA",
          "hgvs_p": null,
          "transcript": "ENST00000535516.5",
          "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": 2313,
          "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": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "n.3095dupA",
          "hgvs_p": null,
          "transcript": "ENST00000537802.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 3225,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "n.1348dupA",
          "hgvs_p": null,
          "transcript": "ENST00000540006.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 1485,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "n.3379dupA",
          "hgvs_p": null,
          "transcript": "ENST00000541239.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 3516,
          "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": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "n.1767dupA",
          "hgvs_p": null,
          "transcript": "NR_147941.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": 1906,
          "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": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "n.2102dupA",
          "hgvs_p": null,
          "transcript": "NR_147942.2",
          "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": 2234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "n.*352dupA",
          "hgvs_p": null,
          "transcript": "ENST00000487253.6",
          "protein_id": "ENSP00000438267.1",
          "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": 844,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CARS2",
          "gene_hgnc_id": 25695,
          "hgvs_c": "n.*35dupA",
          "hgvs_p": null,
          "transcript": "ENST00000542774.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 647,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CARS2",
      "gene_hgnc_id": 25695,
      "dbsnp": "rs575601185",
      "frequency_reference_population": 0.0033558337,
      "hom_count_reference_population": 6,
      "allele_count_reference_population": 5415,
      "gnomad_exomes_af": 0.00349533,
      "gnomad_genomes_af": 0.00201669,
      "gnomad_exomes_ac": 5108,
      "gnomad_genomes_ac": 307,
      "gnomad_exomes_homalt": 6,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": -0.061,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -3,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PVS1_Moderate,BP6,BS2",
      "acmg_by_gene": [
        {
          "score": -3,
          "benign_score": 5,
          "pathogenic_score": 2,
          "criteria": [
            "PVS1_Moderate",
            "BP6",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000257347.9",
          "gene_symbol": "CARS2",
          "hgnc_id": 25695,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1683dupA",
          "hgvs_p": "p.Ser562fs"
        }
      ],
      "clinvar_disease": "CARS2-related disorder,Combined oxidative phosphorylation defect type 27,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:3 LB:2",
      "phenotype_combined": "not provided|Combined oxidative phosphorylation defect type 27|CARS2-related disorder",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}