← 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: X-68210239-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 68210239,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_002547.3",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.746T>C",
          "hgvs_p": "p.Leu249Pro",
          "transcript": "NM_002547.3",
          "protein_id": "NP_002538.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000355520.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002547.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.746T>C",
          "hgvs_p": "p.Leu249Pro",
          "transcript": "ENST00000355520.6",
          "protein_id": "ENSP00000347710.5",
          "transcript_support_level": 1,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_002547.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355520.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.746T>C",
          "hgvs_p": "p.Leu249Pro",
          "transcript": "ENST00000905069.1",
          "protein_id": "ENSP00000575128.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000905069.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.641T>C",
          "hgvs_p": "p.Leu214Pro",
          "transcript": "ENST00000681408.1",
          "protein_id": "ENSP00000506619.1",
          "transcript_support_level": null,
          "aa_start": 214,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 641,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000681408.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.746T>C",
          "hgvs_p": "p.Leu249Pro",
          "transcript": "NM_001437258.1",
          "protein_id": "NP_001424187.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001437258.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.746T>C",
          "hgvs_p": "p.Leu249Pro",
          "transcript": "ENST00000679748.1",
          "protein_id": "ENSP00000505800.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000679748.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.650T>C",
          "hgvs_p": "p.Leu217Pro",
          "transcript": "ENST00000917825.1",
          "protein_id": "ENSP00000587884.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 650,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917825.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.641T>C",
          "hgvs_p": "p.Leu214Pro",
          "transcript": "ENST00000949826.1",
          "protein_id": "ENSP00000619885.1",
          "transcript_support_level": null,
          "aa_start": 214,
          "aa_end": null,
          "aa_length": 659,
          "cds_start": 641,
          "cds_end": null,
          "cds_length": 1980,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949826.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.746T>C",
          "hgvs_p": "p.Leu249Pro",
          "transcript": "ENST00000679822.1",
          "protein_id": "ENSP00000505810.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 641,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 1926,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000679822.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.746T>C",
          "hgvs_p": "p.Leu249Pro",
          "transcript": "ENST00000680612.1",
          "protein_id": "ENSP00000505365.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 597,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 1794,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000680612.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.29T>C",
          "hgvs_p": "p.Leu10Pro",
          "transcript": "ENST00000467444.1",
          "protein_id": "ENSP00000505570.1",
          "transcript_support_level": 5,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 226,
          "cds_start": 29,
          "cds_end": null,
          "cds_length": 681,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000467444.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.746T>C",
          "hgvs_p": "p.Leu249Pro",
          "transcript": "XM_011530961.2",
          "protein_id": "XP_011529263.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011530961.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.746T>C",
          "hgvs_p": "p.Leu249Pro",
          "transcript": "XM_006724653.3",
          "protein_id": "XP_006724716.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 793,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 2382,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006724653.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.443T>C",
          "hgvs_p": "p.Leu148Pro",
          "transcript": "XM_047442144.1",
          "protein_id": "XP_047298100.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 701,
          "cds_start": 443,
          "cds_end": null,
          "cds_length": 2106,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047442144.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.746T>C",
          "hgvs_p": "p.Leu249Pro",
          "transcript": "XM_017029555.2",
          "protein_id": "XP_016885044.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017029555.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "c.746T>C",
          "hgvs_p": "p.Leu249Pro",
          "transcript": "XM_047442145.1",
          "protein_id": "XP_047298101.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047442145.1"
        },
        {
          "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": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "n.1105T>C",
          "hgvs_p": null,
          "transcript": "ENST00000679914.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000679914.1"
        },
        {
          "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": "OPHN1",
          "gene_hgnc_id": 8148,
          "hgvs_c": "n.3248T>C",
          "hgvs_p": null,
          "transcript": "ENST00000680503.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000680503.1"
        }
      ],
      "gene_symbol": "OPHN1",
      "gene_hgnc_id": 8148,
      "dbsnp": "rs1057518963",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8270353078842163,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.43,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9977,
      "alphamissense_prediction": "Pathogenic",
      "bayesdelnoaf_score": -0.02,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 8.253,
      "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": 5,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3,PP5_Moderate",
      "acmg_by_gene": [
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM2",
            "PP3",
            "PP5_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_002547.3",
          "gene_symbol": "OPHN1",
          "hgnc_id": 8148,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.746T>C",
          "hgvs_p": "p.Leu249Pro"
        }
      ],
      "clinvar_disease": "6 conditions",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LP:1",
      "phenotype_combined": "6 conditions",
      "pathogenicity_classification_combined": "Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}