← 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: 10-7563336-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 7563336,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_030569.7",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.2576C>G",
          "hgvs_p": "p.Pro859Arg",
          "transcript": "NM_030569.7",
          "protein_id": "NP_085046.5",
          "transcript_support_level": null,
          "aa_start": 859,
          "aa_end": null,
          "aa_length": 942,
          "cds_start": 2576,
          "cds_end": null,
          "cds_length": 2829,
          "cdna_start": 2650,
          "cdna_end": null,
          "cdna_length": 6716,
          "mane_select": "ENST00000397146.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_030569.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": true,
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.2576C>G",
          "hgvs_p": "p.Pro859Arg",
          "transcript": "ENST00000397146.7",
          "protein_id": "ENSP00000380333.3",
          "transcript_support_level": 1,
          "aa_start": 859,
          "aa_end": null,
          "aa_length": 942,
          "cds_start": 2576,
          "cds_end": null,
          "cds_length": 2829,
          "cdna_start": 2650,
          "cdna_end": null,
          "cdna_length": 6716,
          "mane_select": "NM_030569.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000397146.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.1934C>G",
          "hgvs_p": "p.Pro645Arg",
          "transcript": "ENST00000613909.4",
          "protein_id": "ENSP00000485414.1",
          "transcript_support_level": 1,
          "aa_start": 645,
          "aa_end": null,
          "aa_length": 728,
          "cds_start": 1934,
          "cds_end": null,
          "cds_length": 2187,
          "cdna_start": 2004,
          "cdna_end": null,
          "cdna_length": 2916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000613909.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.2651C>G",
          "hgvs_p": "p.Pro884Arg",
          "transcript": "ENST00000884049.1",
          "protein_id": "ENSP00000554108.1",
          "transcript_support_level": null,
          "aa_start": 884,
          "aa_end": null,
          "aa_length": 967,
          "cds_start": 2651,
          "cds_end": null,
          "cds_length": 2904,
          "cdna_start": 2780,
          "cdna_end": null,
          "cdna_length": 6272,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884049.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.2597C>G",
          "hgvs_p": "p.Pro866Arg",
          "transcript": "ENST00000884048.1",
          "protein_id": "ENSP00000554107.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 949,
          "cds_start": 2597,
          "cds_end": null,
          "cds_length": 2850,
          "cdna_start": 2705,
          "cdna_end": null,
          "cdna_length": 6368,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884048.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.2567C>G",
          "hgvs_p": "p.Pro856Arg",
          "transcript": "ENST00000884051.1",
          "protein_id": "ENSP00000554110.1",
          "transcript_support_level": null,
          "aa_start": 856,
          "aa_end": null,
          "aa_length": 939,
          "cds_start": 2567,
          "cds_end": null,
          "cds_length": 2820,
          "cdna_start": 2691,
          "cdna_end": null,
          "cdna_length": 3603,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884051.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.2531C>G",
          "hgvs_p": "p.Pro844Arg",
          "transcript": "ENST00000884052.1",
          "protein_id": "ENSP00000554111.1",
          "transcript_support_level": null,
          "aa_start": 844,
          "aa_end": null,
          "aa_length": 927,
          "cds_start": 2531,
          "cds_end": null,
          "cds_length": 2784,
          "cdna_start": 2631,
          "cdna_end": null,
          "cdna_length": 3543,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884052.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.2522C>G",
          "hgvs_p": "p.Pro841Arg",
          "transcript": "ENST00000884050.1",
          "protein_id": "ENSP00000554109.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2522,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 2617,
          "cdna_end": null,
          "cdna_length": 6109,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884050.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.2516C>G",
          "hgvs_p": "p.Pro839Arg",
          "transcript": "ENST00000884056.1",
          "protein_id": "ENSP00000554115.1",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 922,
          "cds_start": 2516,
          "cds_end": null,
          "cds_length": 2769,
          "cdna_start": 2578,
          "cdna_end": null,
          "cdna_length": 3183,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884056.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.2480C>G",
          "hgvs_p": "p.Pro827Arg",
          "transcript": "ENST00000884055.1",
          "protein_id": "ENSP00000554114.1",
          "transcript_support_level": null,
          "aa_start": 827,
          "aa_end": null,
          "aa_length": 910,
          "cds_start": 2480,
          "cds_end": null,
          "cds_length": 2733,
          "cdna_start": 2523,
          "cdna_end": null,
          "cdna_length": 3437,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884055.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.2459C>G",
          "hgvs_p": "p.Pro820Arg",
          "transcript": "ENST00000884054.1",
          "protein_id": "ENSP00000554113.1",
          "transcript_support_level": null,
          "aa_start": 820,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 2459,
          "cds_end": null,
          "cds_length": 2712,
          "cdna_start": 2531,
          "cdna_end": null,
          "cdna_length": 3443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884054.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.2198C>G",
          "hgvs_p": "p.Pro733Arg",
          "transcript": "ENST00000884053.1",
          "protein_id": "ENSP00000554112.1",
          "transcript_support_level": null,
          "aa_start": 733,
          "aa_end": null,
          "aa_length": 816,
          "cds_start": 2198,
          "cds_end": null,
          "cds_length": 2451,
          "cdna_start": 2270,
          "cdna_end": null,
          "cdna_length": 3182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884053.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.1934C>G",
          "hgvs_p": "p.Pro645Arg",
          "transcript": "NM_032817.6",
          "protein_id": "NP_116206.4",
          "transcript_support_level": null,
          "aa_start": 645,
          "aa_end": null,
          "aa_length": 728,
          "cds_start": 1934,
          "cds_end": null,
          "cds_length": 2187,
          "cdna_start": 2017,
          "cdna_end": null,
          "cdna_length": 6083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_032817.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000945639.1",
          "protein_id": "ENSP00000615698.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 659,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 1980,
          "cdna_start": 1796,
          "cdna_end": null,
          "cdna_length": 2705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945639.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000945640.1",
          "protein_id": "ENSP00000615699.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 659,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 1980,
          "cdna_start": 1801,
          "cdna_end": null,
          "cdna_length": 2429,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945640.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "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": "ITIH5",
          "gene_hgnc_id": 21449,
          "hgvs_c": "c.2651C>G",
          "hgvs_p": "p.Pro884Arg",
          "transcript": "XM_011519713.4",
          "protein_id": "XP_011518015.1",
          "transcript_support_level": null,
          "aa_start": 884,
          "aa_end": null,
          "aa_length": 967,
          "cds_start": 2651,
          "cds_end": null,
          "cds_length": 2904,
          "cdna_start": 2725,
          "cdna_end": null,
          "cdna_length": 6791,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011519713.4"
        }
      ],
      "gene_symbol": "ITIH5",
      "gene_hgnc_id": 21449,
      "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.09064969420433044,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.104,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.058,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.62,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.316,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "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_030569.7",
          "gene_symbol": "ITIH5",
          "hgnc_id": 21449,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2576C>G",
          "hgvs_p": "p.Pro859Arg"
        }
      ],
      "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
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.