← 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-186657954-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 186657954,
      "ref": "A",
      "alt": "G",
      "effect": "intron_variant",
      "transcript": "NM_002210.5",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1720-1084A>G",
          "hgvs_p": null,
          "transcript": "NM_002210.5",
          "protein_id": "NP_002201.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1048,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3147,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7039,
          "mane_select": "ENST00000261023.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1720-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000261023.8",
          "protein_id": "ENSP00000261023.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1048,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3147,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7039,
          "mane_select": "NM_002210.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1612-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000374907.7",
          "protein_id": "ENSP00000364042.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1012,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3039,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1720-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696906.1",
          "protein_id": "ENSP00000512967.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1044,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3135,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1720-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696913.1",
          "protein_id": "ENSP00000512974.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1021,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3066,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1612-1084A>G",
          "hgvs_p": null,
          "transcript": "NM_001145000.3",
          "protein_id": "NP_001138472.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1012,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3039,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1612-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696912.1",
          "protein_id": "ENSP00000512973.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1012,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3039,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1720-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696911.1",
          "protein_id": "ENSP00000512972.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1010,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3033,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1582-1084A>G",
          "hgvs_p": null,
          "transcript": "NM_001144999.3",
          "protein_id": "NP_001138471.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1002,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3009,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6748,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1582-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000433736.6",
          "protein_id": "ENSP00000404291.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1002,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3009,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1543-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696909.1",
          "protein_id": "ENSP00000512970.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 989,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2970,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1720-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696910.1",
          "protein_id": "ENSP00000512971.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 974,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2925,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.1435-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696907.1",
          "protein_id": "ENSP00000512968.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 953,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2862,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000227227",
          "gene_hgnc_id": null,
          "hgvs_c": "n.219+2540T>C",
          "hgvs_p": null,
          "transcript": "ENST00000453665.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "n.*1130-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696908.1",
          "protein_id": "ENSP00000512969.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6988,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "n.*1272-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696914.1",
          "protein_id": "ENSP00000512975.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "n.2229-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696917.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "n.1181-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696918.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7951,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "n.1990-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696936.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "n.1720-1084A>G",
          "hgvs_p": null,
          "transcript": "ENST00000696937.1",
          "protein_id": "ENSP00000512982.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7138,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ITGAV",
          "gene_hgnc_id": 6150,
          "hgvs_c": "c.877-1084A>G",
          "hgvs_p": null,
          "transcript": "XM_047444225.1",
          "protein_id": "XP_047300181.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ITGAV",
      "gene_hgnc_id": 6150,
      "dbsnp": "rs7565633",
      "frequency_reference_population": 0.40142283,
      "hom_count_reference_population": 6739,
      "allele_count_reference_population": 43222,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.401423,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 43222,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 6739,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8700000047683716,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.87,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.003,
      "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": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_002210.5",
          "gene_symbol": "ITGAV",
          "hgnc_id": 6150,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1720-1084A>G",
          "hgvs_p": null
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000453665.1",
          "gene_symbol": "ENSG00000227227",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.219+2540T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}