← 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: 19-49188653-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 49188653,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000252826.10",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.1756G>C",
          "hgvs_p": "p.Val586Leu",
          "transcript": "NM_017636.4",
          "protein_id": "NP_060106.2",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 1214,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 3645,
          "cdna_start": 1831,
          "cdna_end": null,
          "cdna_length": 4058,
          "mane_select": "ENST00000252826.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.1756G>C",
          "hgvs_p": "p.Val586Leu",
          "transcript": "ENST00000252826.10",
          "protein_id": "ENSP00000252826.4",
          "transcript_support_level": 1,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 1214,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 3645,
          "cdna_start": 1831,
          "cdna_end": null,
          "cdna_length": 4058,
          "mane_select": "NM_017636.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.1756G>C",
          "hgvs_p": "p.Val586Leu",
          "transcript": "ENST00000427978.6",
          "protein_id": "ENSP00000407492.1",
          "transcript_support_level": 1,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 1069,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 3210,
          "cdna_start": 1808,
          "cdna_end": null,
          "cdna_length": 3444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.*1166G>C",
          "hgvs_p": null,
          "transcript": "ENST00000595519.5",
          "protein_id": "ENSP00000469893.1",
          "transcript_support_level": 1,
          "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": 3702,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.*869G>C",
          "hgvs_p": null,
          "transcript": "ENST00000598502.5",
          "protein_id": "ENSP00000470229.1",
          "transcript_support_level": 1,
          "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": 3695,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.*1166G>C",
          "hgvs_p": null,
          "transcript": "ENST00000595519.5",
          "protein_id": "ENSP00000469893.1",
          "transcript_support_level": 1,
          "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": 3702,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.*869G>C",
          "hgvs_p": null,
          "transcript": "ENST00000598502.5",
          "protein_id": "ENSP00000470229.1",
          "transcript_support_level": 1,
          "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": 3695,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.1411G>C",
          "hgvs_p": "p.Val471Leu",
          "transcript": "NM_001321281.2",
          "protein_id": "NP_001308210.1",
          "transcript_support_level": null,
          "aa_start": 471,
          "aa_end": null,
          "aa_length": 1099,
          "cds_start": 1411,
          "cds_end": null,
          "cds_length": 3300,
          "cdna_start": 1486,
          "cdna_end": null,
          "cdna_length": 3713,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.1756G>C",
          "hgvs_p": "p.Val586Leu",
          "transcript": "NM_001195227.2",
          "protein_id": "NP_001182156.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 1069,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 3210,
          "cdna_start": 1831,
          "cdna_end": null,
          "cdna_length": 3623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.1234G>C",
          "hgvs_p": "p.Val412Leu",
          "transcript": "NM_001321283.2",
          "protein_id": "NP_001308212.1",
          "transcript_support_level": null,
          "aa_start": 412,
          "aa_end": null,
          "aa_length": 1040,
          "cds_start": 1234,
          "cds_end": null,
          "cds_length": 3123,
          "cdna_start": 1475,
          "cdna_end": null,
          "cdna_length": 3702,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.694G>C",
          "hgvs_p": "p.Val232Leu",
          "transcript": "NM_001321285.2",
          "protein_id": "NP_001308214.1",
          "transcript_support_level": null,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 860,
          "cds_start": 694,
          "cds_end": null,
          "cds_length": 2583,
          "cdna_start": 1098,
          "cdna_end": null,
          "cdna_length": 3325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.148G>C",
          "hgvs_p": "p.Val50Leu",
          "transcript": "NM_001321282.2",
          "protein_id": "NP_001308211.1",
          "transcript_support_level": null,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 678,
          "cds_start": 148,
          "cds_end": null,
          "cds_length": 2037,
          "cdna_start": 1595,
          "cdna_end": null,
          "cdna_length": 3822,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.2227G>C",
          "hgvs_p": "p.Val743Leu",
          "transcript": "XM_047438992.1",
          "protein_id": "XP_047294948.1",
          "transcript_support_level": null,
          "aa_start": 743,
          "aa_end": null,
          "aa_length": 1371,
          "cds_start": 2227,
          "cds_end": null,
          "cds_length": 4116,
          "cdna_start": 3184,
          "cdna_end": null,
          "cdna_length": 5411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.469G>C",
          "hgvs_p": "p.Val157Leu",
          "transcript": "XM_047438993.1",
          "protein_id": "XP_047294949.1",
          "transcript_support_level": null,
          "aa_start": 157,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 469,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 589,
          "cdna_end": null,
          "cdna_length": 2816,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.545G>C",
          "hgvs_p": null,
          "transcript": "ENST00000595071.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 2947,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.1678G>C",
          "hgvs_p": null,
          "transcript": "ENST00000596338.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 3993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.*711G>C",
          "hgvs_p": null,
          "transcript": "ENST00000598697.5",
          "protein_id": "ENSP00000468989.1",
          "transcript_support_level": 2,
          "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": 3349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.*711G>C",
          "hgvs_p": null,
          "transcript": "ENST00000598697.5",
          "protein_id": "ENSP00000468989.1",
          "transcript_support_level": 2,
          "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": 3349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.-215G>C",
          "hgvs_p": null,
          "transcript": "ENST00000595882.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": 579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TRPM4",
      "gene_hgnc_id": 17993,
      "dbsnp": "rs369462197",
      "frequency_reference_population": 0.000078678306,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 127,
      "gnomad_exomes_af": 0.0000779814,
      "gnomad_genomes_af": 0.0000853691,
      "gnomad_exomes_ac": 114,
      "gnomad_genomes_ac": 13,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5272772312164307,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.364,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.479,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.21,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.738,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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": "BS2",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000252826.10",
          "gene_symbol": "TRPM4",
          "hgnc_id": 17993,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1756G>C",
          "hgvs_p": "p.Val586Leu"
        }
      ],
      "clinvar_disease": "Cardiovascular phenotype,Erythrokeratodermia variabilis et progressiva 6,Progressive familial heart block type IB,TRPM4-related disorder,not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:5",
      "phenotype_combined": "Progressive familial heart block type IB|not provided|Cardiovascular phenotype|Erythrokeratodermia variabilis et progressiva 6;Progressive familial heart block type IB|TRPM4-related disorder",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}