← 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: 17-7226245-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 7226245,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_004422.3",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1831G>T",
          "hgvs_p": "p.Ala611Ser",
          "transcript": "NM_004422.3",
          "protein_id": "NP_004413.1",
          "transcript_support_level": null,
          "aa_start": 611,
          "aa_end": null,
          "aa_length": 736,
          "cds_start": 1831,
          "cds_end": null,
          "cds_length": 2211,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000005340.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004422.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1831G>T",
          "hgvs_p": "p.Ala611Ser",
          "transcript": "ENST00000005340.10",
          "protein_id": "ENSP00000005340.4",
          "transcript_support_level": 1,
          "aa_start": 611,
          "aa_end": null,
          "aa_length": 736,
          "cds_start": 1831,
          "cds_end": null,
          "cds_length": 2211,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_004422.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000005340.10"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1897G>T",
          "hgvs_p": "p.Ala633Ser",
          "transcript": "ENST00000951245.1",
          "protein_id": "ENSP00000621304.1",
          "transcript_support_level": null,
          "aa_start": 633,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1897,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951245.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1885G>T",
          "hgvs_p": "p.Ala629Ser",
          "transcript": "ENST00000930220.1",
          "protein_id": "ENSP00000600279.1",
          "transcript_support_level": null,
          "aa_start": 629,
          "aa_end": null,
          "aa_length": 754,
          "cds_start": 1885,
          "cds_end": null,
          "cds_length": 2265,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930220.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1885G>T",
          "hgvs_p": "p.Ala629Ser",
          "transcript": "ENST00000930222.1",
          "protein_id": "ENSP00000600281.1",
          "transcript_support_level": null,
          "aa_start": 629,
          "aa_end": null,
          "aa_length": 754,
          "cds_start": 1885,
          "cds_end": null,
          "cds_length": 2265,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930222.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1825G>T",
          "hgvs_p": "p.Ala609Ser",
          "transcript": "ENST00000904799.1",
          "protein_id": "ENSP00000574858.1",
          "transcript_support_level": null,
          "aa_start": 609,
          "aa_end": null,
          "aa_length": 734,
          "cds_start": 1825,
          "cds_end": null,
          "cds_length": 2205,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000904799.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1813G>T",
          "hgvs_p": "p.Ala605Ser",
          "transcript": "ENST00000575458.5",
          "protein_id": "ENSP00000459797.1",
          "transcript_support_level": 2,
          "aa_start": 605,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 1813,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000575458.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1801G>T",
          "hgvs_p": "p.Ala601Ser",
          "transcript": "ENST00000930218.1",
          "protein_id": "ENSP00000600277.1",
          "transcript_support_level": null,
          "aa_start": 601,
          "aa_end": null,
          "aa_length": 726,
          "cds_start": 1801,
          "cds_end": null,
          "cds_length": 2181,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930218.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1750G>T",
          "hgvs_p": "p.Ala584Ser",
          "transcript": "ENST00000930219.1",
          "protein_id": "ENSP00000600278.1",
          "transcript_support_level": null,
          "aa_start": 584,
          "aa_end": null,
          "aa_length": 709,
          "cds_start": 1750,
          "cds_end": null,
          "cds_length": 2130,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930219.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1723G>T",
          "hgvs_p": "p.Ala575Ser",
          "transcript": "ENST00000951246.1",
          "protein_id": "ENSP00000621305.1",
          "transcript_support_level": null,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 700,
          "cds_start": 1723,
          "cds_end": null,
          "cds_length": 2103,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951246.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1621G>T",
          "hgvs_p": "p.Ala541Ser",
          "transcript": "ENST00000951247.1",
          "protein_id": "ENSP00000621306.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1621,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951247.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1609G>T",
          "hgvs_p": "p.Ala537Ser",
          "transcript": "ENST00000930223.1",
          "protein_id": "ENSP00000600282.1",
          "transcript_support_level": null,
          "aa_start": 537,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1609,
          "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": "ENST00000930223.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1585G>T",
          "hgvs_p": "p.Ala529Ser",
          "transcript": "ENST00000930221.1",
          "protein_id": "ENSP00000600280.1",
          "transcript_support_level": null,
          "aa_start": 529,
          "aa_end": null,
          "aa_length": 654,
          "cds_start": 1585,
          "cds_end": null,
          "cds_length": 1965,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930221.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "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": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.790G>T",
          "hgvs_p": "p.Ala264Ser",
          "transcript": "ENST00000575086.1",
          "protein_id": "ENSP00000458465.1",
          "transcript_support_level": 3,
          "aa_start": 264,
          "aa_end": null,
          "aa_length": 298,
          "cds_start": 790,
          "cds_end": null,
          "cds_length": 898,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000575086.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1819G>T",
          "hgvs_p": "p.Ala607Ser",
          "transcript": "XM_005256502.3",
          "protein_id": "XP_005256559.1",
          "transcript_support_level": null,
          "aa_start": 607,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1819,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005256502.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1525G>T",
          "hgvs_p": "p.Ala509Ser",
          "transcript": "XM_047435518.1",
          "protein_id": "XP_047291474.1",
          "transcript_support_level": null,
          "aa_start": 509,
          "aa_end": null,
          "aa_length": 634,
          "cds_start": 1525,
          "cds_end": null,
          "cds_length": 1905,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435518.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DVL2",
          "gene_hgnc_id": 3086,
          "hgvs_c": "c.1051G>T",
          "hgvs_p": "p.Ala351Ser",
          "transcript": "XM_047435522.1",
          "protein_id": "XP_047291478.1",
          "transcript_support_level": null,
          "aa_start": 351,
          "aa_end": null,
          "aa_length": 476,
          "cds_start": 1051,
          "cds_end": null,
          "cds_length": 1431,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435522.1"
        }
      ],
      "gene_symbol": "DVL2",
      "gene_hgnc_id": 3086,
      "dbsnp": null,
      "frequency_reference_population": 6.854461e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.85446e-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.14450344443321228,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.067,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0675,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.68,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.587,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "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_004422.3",
          "gene_symbol": "DVL2",
          "hgnc_id": 3086,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1831G>T",
          "hgvs_p": "p.Ala611Ser"
        }
      ],
      "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
}