← 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-20975100-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "13",
      "pos": 20975100,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_014572.3",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.3037G>A",
          "hgvs_p": "p.Asp1013Asn",
          "transcript": "NM_014572.3",
          "protein_id": "NP_055387.2",
          "transcript_support_level": null,
          "aa_start": 1013,
          "aa_end": null,
          "aa_length": 1088,
          "cds_start": 3037,
          "cds_end": null,
          "cds_length": 3267,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000382592.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014572.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.3037G>A",
          "hgvs_p": "p.Asp1013Asn",
          "transcript": "ENST00000382592.5",
          "protein_id": "ENSP00000372035.4",
          "transcript_support_level": 1,
          "aa_start": 1013,
          "aa_end": null,
          "aa_length": 1088,
          "cds_start": 3037,
          "cds_end": null,
          "cds_length": 3267,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_014572.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000382592.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.3037G>A",
          "hgvs_p": "p.Asp1013Asn",
          "transcript": "ENST00000906119.1",
          "protein_id": "ENSP00000576178.1",
          "transcript_support_level": null,
          "aa_start": 1013,
          "aa_end": null,
          "aa_length": 1088,
          "cds_start": 3037,
          "cds_end": null,
          "cds_length": 3267,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000906119.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.3037G>A",
          "hgvs_p": "p.Asp1013Asn",
          "transcript": "ENST00000906120.1",
          "protein_id": "ENSP00000576179.1",
          "transcript_support_level": null,
          "aa_start": 1013,
          "aa_end": null,
          "aa_length": 1088,
          "cds_start": 3037,
          "cds_end": null,
          "cds_length": 3267,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000906120.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.3037G>A",
          "hgvs_p": "p.Asp1013Asn",
          "transcript": "ENST00000940303.1",
          "protein_id": "ENSP00000610362.1",
          "transcript_support_level": null,
          "aa_start": 1013,
          "aa_end": null,
          "aa_length": 1088,
          "cds_start": 3037,
          "cds_end": null,
          "cds_length": 3267,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000940303.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.3034G>A",
          "hgvs_p": "p.Asp1012Asn",
          "transcript": "ENST00000940305.1",
          "protein_id": "ENSP00000610364.1",
          "transcript_support_level": null,
          "aa_start": 1012,
          "aa_end": null,
          "aa_length": 1087,
          "cds_start": 3034,
          "cds_end": null,
          "cds_length": 3264,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000940305.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.2854G>A",
          "hgvs_p": "p.Asp952Asn",
          "transcript": "ENST00000940304.1",
          "protein_id": "ENSP00000610363.1",
          "transcript_support_level": null,
          "aa_start": 952,
          "aa_end": null,
          "aa_length": 1027,
          "cds_start": 2854,
          "cds_end": null,
          "cds_length": 3084,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000940304.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.1480G>A",
          "hgvs_p": "p.Asp494Asn",
          "transcript": "ENST00000961821.1",
          "protein_id": "ENSP00000631880.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1480,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961821.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.3037G>A",
          "hgvs_p": "p.Asp1013Asn",
          "transcript": "XM_005266342.1",
          "protein_id": "XP_005266399.1",
          "transcript_support_level": null,
          "aa_start": 1013,
          "aa_end": null,
          "aa_length": 1088,
          "cds_start": 3037,
          "cds_end": null,
          "cds_length": 3267,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005266342.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.3037G>A",
          "hgvs_p": "p.Asp1013Asn",
          "transcript": "XM_047430266.1",
          "protein_id": "XP_047286222.1",
          "transcript_support_level": null,
          "aa_start": 1013,
          "aa_end": null,
          "aa_length": 1088,
          "cds_start": 3037,
          "cds_end": null,
          "cds_length": 3267,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047430266.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.2776G>A",
          "hgvs_p": "p.Asp926Asn",
          "transcript": "XM_011535042.3",
          "protein_id": "XP_011533344.1",
          "transcript_support_level": null,
          "aa_start": 926,
          "aa_end": null,
          "aa_length": 1001,
          "cds_start": 2776,
          "cds_end": null,
          "cds_length": 3006,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011535042.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.2716G>A",
          "hgvs_p": "p.Asp906Asn",
          "transcript": "XM_017020541.2",
          "protein_id": "XP_016876030.1",
          "transcript_support_level": null,
          "aa_start": 906,
          "aa_end": null,
          "aa_length": 981,
          "cds_start": 2716,
          "cds_end": null,
          "cds_length": 2946,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020541.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.*209G>A",
          "hgvs_p": null,
          "transcript": "XM_017020542.2",
          "protein_id": "XP_016876031.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020542.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LATS2",
          "gene_hgnc_id": 6515,
          "hgvs_c": "c.*209G>A",
          "hgvs_p": null,
          "transcript": "XM_047430267.1",
          "protein_id": "XP_047286223.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047430267.1"
        }
      ],
      "gene_symbol": "LATS2",
      "gene_hgnc_id": 6515,
      "dbsnp": "rs149434310",
      "frequency_reference_population": 0.0010816624,
      "hom_count_reference_population": 23,
      "allele_count_reference_population": 1746,
      "gnomad_exomes_af": 0.000586227,
      "gnomad_genomes_af": 0.00583755,
      "gnomad_exomes_ac": 857,
      "gnomad_genomes_ac": 889,
      "gnomad_exomes_homalt": 13,
      "gnomad_genomes_homalt": 10,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0034824013710021973,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.132,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0774,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.59,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.524,
      "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": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_014572.3",
          "gene_symbol": "LATS2",
          "hgnc_id": 6515,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3037G>A",
          "hgvs_p": "p.Asp1013Asn"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:2",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}