← 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: 11-126424615-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 126424615,
      "ref": "G",
      "alt": "A",
      "effect": "stop_gained",
      "transcript": "ENST00000525144.7",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2302C>T",
          "hgvs_p": "p.Arg768*",
          "transcript": "NM_032531.4",
          "protein_id": "NP_115920.1",
          "transcript_support_level": null,
          "aa_start": 768,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 2302,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 2563,
          "cdna_end": null,
          "cdna_length": 3820,
          "mane_select": "ENST00000525144.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2302C>T",
          "hgvs_p": "p.Arg768*",
          "transcript": "ENST00000525144.7",
          "protein_id": "ENSP00000435466.2",
          "transcript_support_level": 1,
          "aa_start": 768,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 2302,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 2563,
          "cdna_end": null,
          "cdna_length": 3820,
          "mane_select": "NM_032531.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2266C>T",
          "hgvs_p": "p.Arg756*",
          "transcript": "ENST00000529097.6",
          "protein_id": "ENSP00000434081.2",
          "transcript_support_level": 1,
          "aa_start": 756,
          "aa_end": null,
          "aa_length": 766,
          "cds_start": 2266,
          "cds_end": null,
          "cds_length": 2301,
          "cdna_start": 2277,
          "cdna_end": null,
          "cdna_length": 3397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2410C>T",
          "hgvs_p": "p.Arg804*",
          "transcript": "NM_001441252.1",
          "protein_id": "NP_001428181.1",
          "transcript_support_level": null,
          "aa_start": 804,
          "aa_end": null,
          "aa_length": 814,
          "cds_start": 2410,
          "cds_end": null,
          "cds_length": 2445,
          "cdna_start": 2671,
          "cdna_end": null,
          "cdna_length": 3928,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2377C>T",
          "hgvs_p": "p.Arg793*",
          "transcript": "NM_001441253.1",
          "protein_id": "NP_001428182.1",
          "transcript_support_level": null,
          "aa_start": 793,
          "aa_end": null,
          "aa_length": 803,
          "cds_start": 2377,
          "cds_end": null,
          "cds_length": 2412,
          "cdna_start": 2638,
          "cdna_end": null,
          "cdna_length": 3895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2341C>T",
          "hgvs_p": "p.Arg781*",
          "transcript": "NM_001441251.1",
          "protein_id": "NP_001428180.1",
          "transcript_support_level": null,
          "aa_start": 781,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 2341,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 2602,
          "cdna_end": null,
          "cdna_length": 3859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2341C>T",
          "hgvs_p": "p.Arg781*",
          "transcript": "NM_001441254.1",
          "protein_id": "NP_001428183.1",
          "transcript_support_level": null,
          "aa_start": 781,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 2341,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 2602,
          "cdna_end": null,
          "cdna_length": 3859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2335C>T",
          "hgvs_p": "p.Arg779*",
          "transcript": "NM_001441255.1",
          "protein_id": "NP_001428184.1",
          "transcript_support_level": null,
          "aa_start": 779,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 2335,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 2813,
          "cdna_end": null,
          "cdna_length": 4070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2305C>T",
          "hgvs_p": "p.Arg769*",
          "transcript": "NM_001441256.1",
          "protein_id": "NP_001428185.1",
          "transcript_support_level": null,
          "aa_start": 769,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 2305,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": 2566,
          "cdna_end": null,
          "cdna_length": 3823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2302C>T",
          "hgvs_p": "p.Arg768*",
          "transcript": "NM_001441257.1",
          "protein_id": "NP_001428186.1",
          "transcript_support_level": null,
          "aa_start": 768,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 2302,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 2719,
          "cdna_end": null,
          "cdna_length": 3976,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2302C>T",
          "hgvs_p": "p.Arg768*",
          "transcript": "NM_001441258.1",
          "protein_id": "NP_001428187.1",
          "transcript_support_level": null,
          "aa_start": 768,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 2302,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 2802,
          "cdna_end": null,
          "cdna_length": 4059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2266C>T",
          "hgvs_p": "p.Arg756*",
          "transcript": "NM_001301097.2",
          "protein_id": "NP_001288026.1",
          "transcript_support_level": null,
          "aa_start": 756,
          "aa_end": null,
          "aa_length": 766,
          "cds_start": 2266,
          "cds_end": null,
          "cds_length": 2301,
          "cdna_start": 2527,
          "cdna_end": null,
          "cdna_length": 3784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2260C>T",
          "hgvs_p": "p.Arg754*",
          "transcript": "NM_001441259.1",
          "protein_id": "NP_001428188.1",
          "transcript_support_level": null,
          "aa_start": 754,
          "aa_end": null,
          "aa_length": 764,
          "cds_start": 2260,
          "cds_end": null,
          "cds_length": 2295,
          "cdna_start": 2738,
          "cdna_end": null,
          "cdna_length": 3995,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2224C>T",
          "hgvs_p": "p.Arg742*",
          "transcript": "NM_001441260.1",
          "protein_id": "NP_001428189.1",
          "transcript_support_level": null,
          "aa_start": 742,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": 2224,
          "cds_end": null,
          "cds_length": 2259,
          "cdna_start": 2702,
          "cdna_end": null,
          "cdna_length": 3959,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2158C>T",
          "hgvs_p": "p.Arg720*",
          "transcript": "NM_001441261.1",
          "protein_id": "NP_001428190.1",
          "transcript_support_level": null,
          "aa_start": 720,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 2158,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": 2419,
          "cdna_end": null,
          "cdna_length": 3676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.2116C>T",
          "hgvs_p": "p.Arg706*",
          "transcript": "NM_001441262.1",
          "protein_id": "NP_001428191.1",
          "transcript_support_level": null,
          "aa_start": 706,
          "aa_end": null,
          "aa_length": 716,
          "cds_start": 2116,
          "cds_end": null,
          "cds_length": 2151,
          "cdna_start": 2377,
          "cdna_end": null,
          "cdna_length": 3634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIRREL3",
          "gene_hgnc_id": 23204,
          "hgvs_c": "c.1735C>T",
          "hgvs_p": "p.Arg579*",
          "transcript": "XM_047427715.1",
          "protein_id": "XP_047283671.1",
          "transcript_support_level": null,
          "aa_start": 579,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1735,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 5709,
          "cdna_end": null,
          "cdna_length": 6966,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL4",
          "gene_hgnc_id": 10864,
          "hgvs_c": "n.629+15204G>A",
          "hgvs_p": null,
          "transcript": "ENST00000524834.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": 788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "KIRREL3",
      "gene_hgnc_id": 23204,
      "dbsnp": "rs368469108",
      "frequency_reference_population": 0.0000061960864,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 10,
      "gnomad_exomes_af": 0.00000615734,
      "gnomad_genomes_af": 0.00000656806,
      "gnomad_exomes_ac": 9,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5099999904632568,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "BayesDel_noAF",
      "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": 0.51,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.02,
      "phylop100way_prediction": "Uncertain_significance",
      "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": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP6_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP6_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000525144.7",
          "gene_symbol": "KIRREL3",
          "hgnc_id": 23204,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AD,Unknown",
          "hgvs_c": "c.2302C>T",
          "hgvs_p": "p.Arg768*"
        },
        {
          "score": 4,
          "benign_score": 2,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "BP6_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000524834.5",
          "gene_symbol": "ST3GAL4",
          "hgnc_id": 10864,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "n.629+15204G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Developmental disorder",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "phenotype_combined": "Developmental disorder",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}