← 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: 4-51994527-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 51994527,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001024611.3",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LRRC66",
          "gene_hgnc_id": 34299,
          "hgvs_c": "c.2495C>A",
          "hgvs_p": "p.Ser832Tyr",
          "transcript": "NM_001024611.3",
          "protein_id": "NP_001019782.1",
          "transcript_support_level": null,
          "aa_start": 832,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 2495,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": 2560,
          "cdna_end": null,
          "cdna_length": 3435,
          "mane_select": "ENST00000682860.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001024611.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "Y",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LRRC66",
          "gene_hgnc_id": 34299,
          "hgvs_c": "c.2495C>A",
          "hgvs_p": "p.Ser832Tyr",
          "transcript": "ENST00000682860.1",
          "protein_id": "ENSP00000508002.1",
          "transcript_support_level": null,
          "aa_start": 832,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 2495,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": 2560,
          "cdna_end": null,
          "cdna_length": 3435,
          "mane_select": "NM_001024611.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000682860.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LRRC66",
          "gene_hgnc_id": 34299,
          "hgvs_c": "c.2495C>A",
          "hgvs_p": "p.Ser832Tyr",
          "transcript": "ENST00000343457.3",
          "protein_id": "ENSP00000341944.3",
          "transcript_support_level": 1,
          "aa_start": 832,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 2495,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": 2502,
          "cdna_end": null,
          "cdna_length": 3327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000343457.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LRRC66",
          "gene_hgnc_id": 34299,
          "hgvs_c": "c.2495C>A",
          "hgvs_p": "p.Ser832Tyr",
          "transcript": "ENST00000893847.1",
          "protein_id": "ENSP00000563906.1",
          "transcript_support_level": null,
          "aa_start": 832,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 2495,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": 2577,
          "cdna_end": null,
          "cdna_length": 3490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000893847.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LRRC66",
          "gene_hgnc_id": 34299,
          "hgvs_c": "c.2135C>A",
          "hgvs_p": "p.Ser712Tyr",
          "transcript": "ENST00000893845.1",
          "protein_id": "ENSP00000563904.1",
          "transcript_support_level": null,
          "aa_start": 712,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 2135,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": 2200,
          "cdna_end": null,
          "cdna_length": 3087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000893845.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LRRC66",
          "gene_hgnc_id": 34299,
          "hgvs_c": "c.2135C>A",
          "hgvs_p": "p.Ser712Tyr",
          "transcript": "ENST00000893846.1",
          "protein_id": "ENSP00000563905.1",
          "transcript_support_level": null,
          "aa_start": 712,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 2135,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": 2217,
          "cdna_end": null,
          "cdna_length": 3130,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000893846.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LRRC66",
          "gene_hgnc_id": 34299,
          "hgvs_c": "c.2651C>A",
          "hgvs_p": "p.Ser884Tyr",
          "transcript": "XM_047415644.1",
          "protein_id": "XP_047271600.1",
          "transcript_support_level": null,
          "aa_start": 884,
          "aa_end": null,
          "aa_length": 932,
          "cds_start": 2651,
          "cds_end": null,
          "cds_length": 2799,
          "cdna_start": 4981,
          "cdna_end": null,
          "cdna_length": 5856,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047415644.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LRRC66",
          "gene_hgnc_id": 34299,
          "hgvs_c": "c.2291C>A",
          "hgvs_p": "p.Ser764Tyr",
          "transcript": "XM_047415645.1",
          "protein_id": "XP_047271601.1",
          "transcript_support_level": null,
          "aa_start": 764,
          "aa_end": null,
          "aa_length": 812,
          "cds_start": 2291,
          "cds_end": null,
          "cds_length": 2439,
          "cdna_start": 4621,
          "cdna_end": null,
          "cdna_length": 5496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047415645.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LRRC66",
          "gene_hgnc_id": 34299,
          "hgvs_c": "c.1787C>A",
          "hgvs_p": "p.Ser596Tyr",
          "transcript": "XM_047415646.1",
          "protein_id": "XP_047271602.1",
          "transcript_support_level": null,
          "aa_start": 596,
          "aa_end": null,
          "aa_length": 644,
          "cds_start": 1787,
          "cds_end": null,
          "cds_length": 1935,
          "cdna_start": 2060,
          "cdna_end": null,
          "cdna_length": 2935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047415646.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LRRC66",
          "gene_hgnc_id": 34299,
          "hgvs_c": "c.1787C>A",
          "hgvs_p": "p.Ser596Tyr",
          "transcript": "XM_047415647.1",
          "protein_id": "XP_047271603.1",
          "transcript_support_level": null,
          "aa_start": 596,
          "aa_end": null,
          "aa_length": 644,
          "cds_start": 1787,
          "cds_end": null,
          "cds_length": 1935,
          "cdna_start": 5620,
          "cdna_end": null,
          "cdna_length": 6495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047415647.1"
        }
      ],
      "gene_symbol": "LRRC66",
      "gene_hgnc_id": 34299,
      "dbsnp": "rs756929880",
      "frequency_reference_population": 6.84075e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84075e-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.20521464943885803,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.11,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1103,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.42,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.598,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001024611.3",
          "gene_symbol": "LRRC66",
          "hgnc_id": 34299,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.2495C>A",
          "hgvs_p": "p.Ser832Tyr"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
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.