← 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: 14-90644166-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 90644166,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001401365.1",
      "consequences": [
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "c.1633C>G",
          "hgvs_p": "p.Gln545Glu",
          "transcript": "NM_001010854.2",
          "protein_id": "NP_001010854.1",
          "transcript_support_level": null,
          "aa_start": 545,
          "aa_end": null,
          "aa_length": 843,
          "cds_start": 1633,
          "cds_end": null,
          "cds_length": 2532,
          "cdna_start": 1768,
          "cdna_end": null,
          "cdna_length": 19471,
          "mane_select": "ENST00000328459.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001010854.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "c.1633C>G",
          "hgvs_p": "p.Gln545Glu",
          "transcript": "ENST00000328459.11",
          "protein_id": "ENSP00000336127.4",
          "transcript_support_level": 1,
          "aa_start": 545,
          "aa_end": null,
          "aa_length": 843,
          "cds_start": 1633,
          "cds_end": null,
          "cds_length": 2532,
          "cdna_start": 1768,
          "cdna_end": null,
          "cdna_length": 19471,
          "mane_select": "NM_001010854.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000328459.11"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "c.43C>G",
          "hgvs_p": "p.Gln15Glu",
          "transcript": "ENST00000553972.5",
          "protein_id": "ENSP00000451440.1",
          "transcript_support_level": 1,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 330,
          "cds_start": 43,
          "cds_end": null,
          "cds_length": 993,
          "cdna_start": 43,
          "cdna_end": null,
          "cdna_length": 1719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000553972.5"
        },
        {
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B-AS1",
          "gene_hgnc_id": 56196,
          "hgvs_c": "n.92-578G>C",
          "hgvs_p": null,
          "transcript": "ENST00000557007.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 1237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000557007.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "c.1633C>G",
          "hgvs_p": "p.Gln545Glu",
          "transcript": "NM_001401365.1",
          "protein_id": "NP_001388294.1",
          "transcript_support_level": null,
          "aa_start": 545,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": 1633,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": 1768,
          "cdna_end": null,
          "cdna_length": 19684,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001401365.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "c.1633C>G",
          "hgvs_p": "p.Gln545Glu",
          "transcript": "ENST00000963264.1",
          "protein_id": "ENSP00000633323.1",
          "transcript_support_level": null,
          "aa_start": 545,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 1633,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 1823,
          "cdna_end": null,
          "cdna_length": 3663,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963264.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "c.1633C>G",
          "hgvs_p": "p.Gln545Glu",
          "transcript": "ENST00000963265.1",
          "protein_id": "ENSP00000633324.1",
          "transcript_support_level": null,
          "aa_start": 545,
          "aa_end": null,
          "aa_length": 868,
          "cds_start": 1633,
          "cds_end": null,
          "cds_length": 2607,
          "cdna_start": 1719,
          "cdna_end": null,
          "cdna_length": 3472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963265.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "c.1657C>G",
          "hgvs_p": "p.Gln553Glu",
          "transcript": "ENST00000963266.1",
          "protein_id": "ENSP00000633325.1",
          "transcript_support_level": null,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 1657,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 1732,
          "cdna_end": null,
          "cdna_length": 3410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963266.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "c.1633C>G",
          "hgvs_p": "p.Gln545Glu",
          "transcript": "ENST00000919976.1",
          "protein_id": "ENSP00000590035.1",
          "transcript_support_level": null,
          "aa_start": 545,
          "aa_end": null,
          "aa_length": 796,
          "cds_start": 1633,
          "cds_end": null,
          "cds_length": 2391,
          "cdna_start": 1838,
          "cdna_end": null,
          "cdna_length": 3372,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919976.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "c.1327C>G",
          "hgvs_p": "p.Gln443Glu",
          "transcript": "NM_001320421.2",
          "protein_id": "NP_001307350.1",
          "transcript_support_level": null,
          "aa_start": 443,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1327,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": 1764,
          "cdna_end": null,
          "cdna_length": 19518,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320421.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "c.1309C>G",
          "hgvs_p": "p.Gln437Glu",
          "transcript": "ENST00000919977.1",
          "protein_id": "ENSP00000590036.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 735,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2208,
          "cdna_start": 1406,
          "cdna_end": null,
          "cdna_length": 3085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919977.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "n.171C>G",
          "hgvs_p": null,
          "transcript": "ENST00000554654.5",
          "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": 1847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000554654.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "n.856C>G",
          "hgvs_p": null,
          "transcript": "ENST00000555005.5",
          "protein_id": "ENSP00000451825.1",
          "transcript_support_level": 2,
          "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": 2730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000555005.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "n.308C>G",
          "hgvs_p": null,
          "transcript": "ENST00000555239.5",
          "protein_id": "ENSP00000450520.1",
          "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": 591,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000555239.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B",
          "gene_hgnc_id": 19858,
          "hgvs_c": "n.567C>G",
          "hgvs_p": null,
          "transcript": "ENST00000556490.5",
          "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": 685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000556490.5"
        },
        {
          "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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B-AS1",
          "gene_hgnc_id": 56196,
          "hgvs_c": "n.129-578G>C",
          "hgvs_p": null,
          "transcript": "ENST00000553826.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000553826.2"
        },
        {
          "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": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B-AS1",
          "gene_hgnc_id": 56196,
          "hgvs_c": "n.84-578G>C",
          "hgvs_p": null,
          "transcript": "ENST00000662027.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000662027.1"
        },
        {
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TTC7B-AS1",
          "gene_hgnc_id": 56196,
          "hgvs_c": "n.103-578G>C",
          "hgvs_p": null,
          "transcript": "NR_110134.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 1245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_110134.1"
        }
      ],
      "gene_symbol": "TTC7B",
      "gene_hgnc_id": 19858,
      "dbsnp": "rs750822086",
      "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.45958995819091797,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.254,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1339,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.02,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 9.602,
      "phylop100way_prediction": "Pathogenic",
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001401365.1",
          "gene_symbol": "TTC7B",
          "hgnc_id": 19858,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.1633C>G",
          "hgvs_p": "p.Gln545Glu"
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000557007.1",
          "gene_symbol": "TTC7B-AS1",
          "hgnc_id": 56196,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.92-578G>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
}
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.