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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 150791568,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001101312.2",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "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": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.776C>T",
          "hgvs_p": "p.Pro259Leu",
          "transcript": "NM_001101312.2",
          "protein_id": "NP_001094782.1",
          "transcript_support_level": null,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 776,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": 848,
          "cdna_end": null,
          "cdna_length": 1115,
          "mane_select": "ENST00000326442.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": true,
          "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": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.776C>T",
          "hgvs_p": "p.Pro259Leu",
          "transcript": "ENST00000326442.10",
          "protein_id": "ENSP00000318409.5",
          "transcript_support_level": 1,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 776,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": 848,
          "cdna_end": null,
          "cdna_length": 1115,
          "mane_select": "NM_001101312.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "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": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.776C>T",
          "hgvs_p": "p.Pro259Leu",
          "transcript": "ENST00000447204.6",
          "protein_id": "ENSP00000410269.2",
          "transcript_support_level": 1,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 776,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": 1149,
          "cdna_end": null,
          "cdna_length": 1430,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "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": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "transcript": "NM_001362691.2",
          "protein_id": "NP_001349620.1",
          "transcript_support_level": null,
          "aa_start": 275,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 824,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 914,
          "cdna_end": null,
          "cdna_length": 1181,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "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": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "transcript": "NM_001362692.2",
          "protein_id": "NP_001349621.1",
          "transcript_support_level": null,
          "aa_start": 275,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 824,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 906,
          "cdna_end": null,
          "cdna_length": 1173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "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": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.776C>T",
          "hgvs_p": "p.Pro259Leu",
          "transcript": "NM_001101311.2",
          "protein_id": "NP_001094781.1",
          "transcript_support_level": null,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 776,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": 856,
          "cdna_end": null,
          "cdna_length": 1123,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "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": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.776C>T",
          "hgvs_p": "p.Pro259Leu",
          "transcript": "NM_014020.4",
          "protein_id": "NP_054739.3",
          "transcript_support_level": null,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 776,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": 1149,
          "cdna_end": null,
          "cdna_length": 1416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.776C>T",
          "hgvs_p": "p.Pro259Leu",
          "transcript": "ENST00000429904.6",
          "protein_id": "ENSP00000397810.2",
          "transcript_support_level": 2,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 776,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": 939,
          "cdna_end": null,
          "cdna_length": 1206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "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": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.776C>T",
          "hgvs_p": "p.Pro259Leu",
          "transcript": "ENST00000492607.5",
          "protein_id": "ENSP00000419258.1",
          "transcript_support_level": 5,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 776,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": 982,
          "cdna_end": null,
          "cdna_length": 1265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.665C>T",
          "hgvs_p": "p.Pro222Leu",
          "transcript": "NM_001101314.2",
          "protein_id": "NP_001094784.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 233,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 702,
          "cdna_start": 737,
          "cdna_end": null,
          "cdna_length": 1004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.665C>T",
          "hgvs_p": "p.Pro222Leu",
          "transcript": "ENST00000450753.2",
          "protein_id": "ENSP00000404831.2",
          "transcript_support_level": 2,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 233,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 702,
          "cdna_start": 740,
          "cdna_end": null,
          "cdna_length": 1006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "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": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.992C>T",
          "hgvs_p": "p.Pro331Leu",
          "transcript": "XM_047420258.1",
          "protein_id": "XP_047276214.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": 1132,
          "cdna_end": null,
          "cdna_length": 1399,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "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": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.776C>T",
          "hgvs_p": "p.Pro259Leu",
          "transcript": "XM_024446734.2",
          "protein_id": "XP_024302502.1",
          "transcript_support_level": null,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 776,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": 805,
          "cdna_end": null,
          "cdna_length": 1072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "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": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.776C>T",
          "hgvs_p": "p.Pro259Leu",
          "transcript": "XM_047420259.1",
          "protein_id": "XP_047276215.1",
          "transcript_support_level": null,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 776,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": 886,
          "cdna_end": null,
          "cdna_length": 1153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "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": "TMEM176B",
          "gene_hgnc_id": 29596,
          "hgvs_c": "c.665C>T",
          "hgvs_p": "p.Pro222Leu",
          "transcript": "XM_006715933.5",
          "protein_id": "XP_006715996.2",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 233,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 702,
          "cdna_start": 745,
          "cdna_end": null,
          "cdna_length": 1012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TMEM176B",
      "gene_hgnc_id": 29596,
      "dbsnp": "rs369568484",
      "frequency_reference_population": 0.0000013681837,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000136818,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1395907998085022,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.058,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1008,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.45,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.205,
      "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_001101312.2",
          "gene_symbol": "TMEM176B",
          "hgnc_id": 29596,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.776C>T",
          "hgvs_p": "p.Pro259Leu"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}