← 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: 1-27892190-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 27892190,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001297558.1",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.786C>A",
          "hgvs_p": "p.Asp262Glu",
          "transcript": "NM_002946.5",
          "protein_id": "NP_002937.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 786,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000373912.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002946.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": true,
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.786C>A",
          "hgvs_p": "p.Asp262Glu",
          "transcript": "ENST00000373912.8",
          "protein_id": "ENSP00000363021.3",
          "transcript_support_level": 1,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 786,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_002946.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000373912.8"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.1050C>A",
          "hgvs_p": "p.Asp350Glu",
          "transcript": "ENST00000313433.11",
          "protein_id": "ENSP00000363015.3",
          "transcript_support_level": 1,
          "aa_start": 350,
          "aa_end": null,
          "aa_length": 358,
          "cds_start": 1050,
          "cds_end": null,
          "cds_length": 1077,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000313433.11"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.831C>A",
          "hgvs_p": "p.Asp277Glu",
          "transcript": "ENST00000935486.1",
          "protein_id": "ENSP00000605545.1",
          "transcript_support_level": null,
          "aa_start": 277,
          "aa_end": null,
          "aa_length": 285,
          "cds_start": 831,
          "cds_end": null,
          "cds_length": 858,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935486.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.810C>A",
          "hgvs_p": "p.Asp270Glu",
          "transcript": "NM_001297558.1",
          "protein_id": "NP_001284487.1",
          "transcript_support_level": null,
          "aa_start": 270,
          "aa_end": null,
          "aa_length": 278,
          "cds_start": 810,
          "cds_end": null,
          "cds_length": 837,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001297558.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.810C>A",
          "hgvs_p": "p.Asp270Glu",
          "transcript": "ENST00000373909.7",
          "protein_id": "ENSP00000363017.3",
          "transcript_support_level": 3,
          "aa_start": 270,
          "aa_end": null,
          "aa_length": 278,
          "cds_start": 810,
          "cds_end": null,
          "cds_length": 837,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000373909.7"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.798C>A",
          "hgvs_p": "p.Asp266Glu",
          "transcript": "NM_001355129.2",
          "protein_id": "NP_001342058.1",
          "transcript_support_level": null,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 274,
          "cds_start": 798,
          "cds_end": null,
          "cds_length": 825,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001355129.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.711C>A",
          "hgvs_p": "p.Asp237Glu",
          "transcript": "ENST00000882504.1",
          "protein_id": "ENSP00000552563.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 245,
          "cds_start": 711,
          "cds_end": null,
          "cds_length": 738,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882504.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.672C>A",
          "hgvs_p": "p.Asp224Glu",
          "transcript": "ENST00000882506.1",
          "protein_id": "ENSP00000552565.1",
          "transcript_support_level": null,
          "aa_start": 224,
          "aa_end": null,
          "aa_length": 232,
          "cds_start": 672,
          "cds_end": null,
          "cds_length": 699,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882506.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.606C>A",
          "hgvs_p": "p.Asp202Glu",
          "transcript": "ENST00000935485.1",
          "protein_id": "ENSP00000605544.1",
          "transcript_support_level": null,
          "aa_start": 202,
          "aa_end": null,
          "aa_length": 210,
          "cds_start": 606,
          "cds_end": null,
          "cds_length": 633,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935485.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.594C>A",
          "hgvs_p": "p.Asp198Glu",
          "transcript": "ENST00000882505.1",
          "protein_id": "ENSP00000552564.1",
          "transcript_support_level": null,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 206,
          "cds_start": 594,
          "cds_end": null,
          "cds_length": 621,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882505.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.570C>A",
          "hgvs_p": "p.Asp190Glu",
          "transcript": "ENST00000882507.1",
          "protein_id": "ENSP00000552566.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 198,
          "cds_start": 570,
          "cds_end": null,
          "cds_length": 597,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882507.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.498C>A",
          "hgvs_p": "p.Asp166Glu",
          "transcript": "NM_001286076.2",
          "protein_id": "NP_001273005.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 174,
          "cds_start": 498,
          "cds_end": null,
          "cds_length": 525,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001286076.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.498C>A",
          "hgvs_p": "p.Asp166Glu",
          "transcript": "NM_001355128.2",
          "protein_id": "NP_001342057.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 174,
          "cds_start": 498,
          "cds_end": null,
          "cds_length": 525,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001355128.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.342C>A",
          "hgvs_p": "p.Asp114Glu",
          "transcript": "ENST00000419958.5",
          "protein_id": "ENSP00000413541.1",
          "transcript_support_level": 3,
          "aa_start": 114,
          "aa_end": null,
          "aa_length": 122,
          "cds_start": 342,
          "cds_end": null,
          "cds_length": 369,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000419958.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.735C>A",
          "hgvs_p": "p.Asp245Glu",
          "transcript": "XM_024448862.2",
          "protein_id": "XP_024304630.1",
          "transcript_support_level": null,
          "aa_start": 245,
          "aa_end": null,
          "aa_length": 253,
          "cds_start": 735,
          "cds_end": null,
          "cds_length": 762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024448862.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "RPA2",
          "gene_hgnc_id": 10290,
          "hgvs_c": "c.711C>A",
          "hgvs_p": "p.Asp237Glu",
          "transcript": "XM_024448864.2",
          "protein_id": "XP_024304632.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 245,
          "cds_start": 711,
          "cds_end": null,
          "cds_length": 738,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024448864.2"
        }
      ],
      "gene_symbol": "RPA2",
      "gene_hgnc_id": 10290,
      "dbsnp": "rs367687334",
      "frequency_reference_population": 0.0000034236587,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000342366,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 5,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.17073902487754822,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.056,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.221,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.58,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.17,
      "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": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 6,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001297558.1",
          "gene_symbol": "RPA2",
          "hgnc_id": 10290,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.810C>A",
          "hgvs_p": "p.Asp270Glu"
        }
      ],
      "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
}