← 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: 2-68819201-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 68819201,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001007231.3",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.1082C>T",
          "hgvs_p": "p.Pro361Leu",
          "transcript": "NM_001007231.3",
          "protein_id": "NP_001007232.2",
          "transcript_support_level": null,
          "aa_start": 361,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 1082,
          "cds_end": null,
          "cds_length": 1941,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000409202.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001007231.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.1082C>T",
          "hgvs_p": "p.Pro361Leu",
          "transcript": "ENST00000409202.8",
          "protein_id": "ENSP00000386911.3",
          "transcript_support_level": 2,
          "aa_start": 361,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 1082,
          "cds_end": null,
          "cds_length": 1941,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001007231.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409202.8"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.1061C>T",
          "hgvs_p": "p.Pro354Leu",
          "transcript": "ENST00000409220.5",
          "protein_id": "ENSP00000386241.1",
          "transcript_support_level": 1,
          "aa_start": 354,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": 1061,
          "cds_end": null,
          "cds_length": 1920,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409220.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Pro353Leu",
          "transcript": "ENST00000409030.7",
          "protein_id": "ENSP00000386863.3",
          "transcript_support_level": 1,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409030.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.1061C>T",
          "hgvs_p": "p.Pro354Leu",
          "transcript": "ENST00000497079.5",
          "protein_id": "ENSP00000417139.1",
          "transcript_support_level": 1,
          "aa_start": 354,
          "aa_end": null,
          "aa_length": 458,
          "cds_start": 1061,
          "cds_end": null,
          "cds_length": 1377,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000497079.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.1079C>T",
          "hgvs_p": "p.Pro360Leu",
          "transcript": "NM_001364819.1",
          "protein_id": "NP_001351748.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 645,
          "cds_start": 1079,
          "cds_end": null,
          "cds_length": 1938,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001364819.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.1061C>T",
          "hgvs_p": "p.Pro354Leu",
          "transcript": "NM_001166276.2",
          "protein_id": "NP_001159748.1",
          "transcript_support_level": null,
          "aa_start": 354,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": 1061,
          "cds_end": null,
          "cds_length": 1920,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001166276.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Pro353Leu",
          "transcript": "NM_014882.3",
          "protein_id": "NP_055697.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014882.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.1004C>T",
          "hgvs_p": "p.Pro335Leu",
          "transcript": "NM_001364821.1",
          "protein_id": "NP_001351750.1",
          "transcript_support_level": null,
          "aa_start": 335,
          "aa_end": null,
          "aa_length": 620,
          "cds_start": 1004,
          "cds_end": null,
          "cds_length": 1863,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001364821.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.965C>T",
          "hgvs_p": "p.Pro322Leu",
          "transcript": "NM_001364820.1",
          "protein_id": "NP_001351749.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 965,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001364820.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.962C>T",
          "hgvs_p": "p.Pro321Leu",
          "transcript": "NM_001166277.2",
          "protein_id": "NP_001159749.1",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 606,
          "cds_start": 962,
          "cds_end": null,
          "cds_length": 1821,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001166277.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.962C>T",
          "hgvs_p": "p.Pro321Leu",
          "transcript": "ENST00000467265.5",
          "protein_id": "ENSP00000420583.1",
          "transcript_support_level": 2,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 606,
          "cds_start": 962,
          "cds_end": null,
          "cds_length": 1821,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000467265.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.656C>T",
          "hgvs_p": "p.Pro219Leu",
          "transcript": "ENST00000497259.5",
          "protein_id": "ENSP00000417818.1",
          "transcript_support_level": 5,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 656,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000497259.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Pro54Leu",
          "transcript": "ENST00000479844.1",
          "protein_id": "ENSP00000417467.1",
          "transcript_support_level": 5,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000479844.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.1004C>T",
          "hgvs_p": "p.Pro335Leu",
          "transcript": "XM_011533207.4",
          "protein_id": "XP_011531509.1",
          "transcript_support_level": null,
          "aa_start": 335,
          "aa_end": null,
          "aa_length": 620,
          "cds_start": 1004,
          "cds_end": null,
          "cds_length": 1863,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011533207.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.728C>T",
          "hgvs_p": "p.Pro243Leu",
          "transcript": "XM_011533209.3",
          "protein_id": "XP_011531511.1",
          "transcript_support_level": null,
          "aa_start": 243,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 728,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011533209.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.260C>T",
          "hgvs_p": "p.Pro87Leu",
          "transcript": "XM_011533210.4",
          "protein_id": "XP_011531512.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 372,
          "cds_start": 260,
          "cds_end": null,
          "cds_length": 1119,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011533210.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP25",
          "gene_hgnc_id": 28951,
          "hgvs_c": "c.260C>T",
          "hgvs_p": "p.Pro87Leu",
          "transcript": "XM_017005426.2",
          "protein_id": "XP_016860915.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 372,
          "cds_start": 260,
          "cds_end": null,
          "cds_length": 1119,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017005426.2"
        }
      ],
      "gene_symbol": "ARHGAP25",
      "gene_hgnc_id": 28951,
      "dbsnp": null,
      "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.1288425326347351,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.083,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0756,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.55,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.503,
      "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_001007231.3",
          "gene_symbol": "ARHGAP25",
          "hgnc_id": 28951,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1082C>T",
          "hgvs_p": "p.Pro361Leu"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}