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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 101455057,
      "ref": "G",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "NM_004621.6",
      "consequences": [
        {
          "aa_ref": "F",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.2529C>T",
          "hgvs_p": "p.Phe843Phe",
          "transcript": "NM_004621.6",
          "protein_id": "NP_004612.2",
          "transcript_support_level": null,
          "aa_start": 843,
          "aa_end": null,
          "aa_length": 931,
          "cds_start": 2529,
          "cds_end": null,
          "cds_length": 2796,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000344327.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004621.6"
        },
        {
          "aa_ref": "F",
          "aa_alt": "F",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.2529C>T",
          "hgvs_p": "p.Phe843Phe",
          "transcript": "ENST00000344327.8",
          "protein_id": "ENSP00000340913.3",
          "transcript_support_level": 1,
          "aa_start": 843,
          "aa_end": null,
          "aa_length": 931,
          "cds_start": 2529,
          "cds_end": null,
          "cds_length": 2796,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_004621.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000344327.8"
        },
        {
          "aa_ref": "F",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.2364C>T",
          "hgvs_p": "p.Phe788Phe",
          "transcript": "ENST00000360497.4",
          "protein_id": "ENSP00000353687.4",
          "transcript_support_level": 1,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000360497.4"
        },
        {
          "aa_ref": "F",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.2181C>T",
          "hgvs_p": "p.Phe727Phe",
          "transcript": "ENST00000348423.8",
          "protein_id": "ENSP00000343672.4",
          "transcript_support_level": 1,
          "aa_start": 727,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 2181,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000348423.8"
        },
        {
          "aa_ref": "F",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.2457C>T",
          "hgvs_p": "p.Phe819Phe",
          "transcript": "ENST00000893221.1",
          "protein_id": "ENSP00000563280.1",
          "transcript_support_level": null,
          "aa_start": 819,
          "aa_end": null,
          "aa_length": 907,
          "cds_start": 2457,
          "cds_end": null,
          "cds_length": 2724,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000893221.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.2454C>T",
          "hgvs_p": "p.Phe818Phe",
          "transcript": "ENST00000893220.1",
          "protein_id": "ENSP00000563279.1",
          "transcript_support_level": null,
          "aa_start": 818,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 2454,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000893220.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.2346C>T",
          "hgvs_p": "p.Phe782Phe",
          "transcript": "ENST00000962874.1",
          "protein_id": "ENSP00000632933.1",
          "transcript_support_level": null,
          "aa_start": 782,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 2346,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000962874.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.2295C>T",
          "hgvs_p": "p.Phe765Phe",
          "transcript": "ENST00000532133.5",
          "protein_id": "ENSP00000435574.1",
          "transcript_support_level": 5,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 853,
          "cds_start": 2295,
          "cds_end": null,
          "cds_length": 2562,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000532133.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.2181C>T",
          "hgvs_p": "p.Phe727Phe",
          "transcript": "NM_001439335.1",
          "protein_id": "NP_001426264.1",
          "transcript_support_level": null,
          "aa_start": 727,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 2181,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001439335.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.2364C>T",
          "hgvs_p": "p.Phe788Phe",
          "transcript": "XM_011542968.4",
          "protein_id": "XP_011541270.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011542968.4"
        },
        {
          "aa_ref": "F",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.2271C>T",
          "hgvs_p": "p.Phe757Phe",
          "transcript": "XM_047427509.1",
          "protein_id": "XP_047283465.1",
          "transcript_support_level": null,
          "aa_start": 757,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 2271,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427509.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.2271C>T",
          "hgvs_p": "p.Phe757Phe",
          "transcript": "XM_047427511.1",
          "protein_id": "XP_047283467.1",
          "transcript_support_level": null,
          "aa_start": 757,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 2271,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427511.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "c.*31C>T",
          "hgvs_p": null,
          "transcript": "XM_047427510.1",
          "protein_id": "XP_047283466.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 832,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2499,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427510.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPC6",
          "gene_hgnc_id": 12338,
          "hgvs_c": "n.521C>T",
          "hgvs_p": null,
          "transcript": "ENST00000532184.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000532184.1"
        }
      ],
      "gene_symbol": "TRPC6",
      "gene_hgnc_id": 12338,
      "dbsnp": "rs72984209",
      "frequency_reference_population": 0.08477653,
      "hom_count_reference_population": 9280,
      "allele_count_reference_population": 136527,
      "gnomad_exomes_af": 0.0781858,
      "gnomad_genomes_af": 0.147986,
      "gnomad_exomes_ac": 114024,
      "gnomad_genomes_ac": 22503,
      "gnomad_exomes_homalt": 6368,
      "gnomad_genomes_homalt": 2912,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.6800000071525574,
      "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.68,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.187,
      "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": -21,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
      "acmg_by_gene": [
        {
          "score": -21,
          "benign_score": 21,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_004621.6",
          "gene_symbol": "TRPC6",
          "hgnc_id": 12338,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2529C>T",
          "hgvs_p": "p.Phe843Phe"
        }
      ],
      "clinvar_disease": "Focal segmental glomerulosclerosis 2,not provided,not specified",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:6",
      "phenotype_combined": "not specified|Focal segmental glomerulosclerosis 2|not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}