← 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: 9-95476805-GC-TA (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=95476805&ref=GC&alt=TA&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 95476805,
      "ref": "GC",
      "alt": "TA",
      "effect": "missense_variant",
      "transcript": "NM_000264.5",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1555_1556delGCinsTA",
          "hgvs_p": "p.Ala519Tyr",
          "transcript": "NM_000264.5",
          "protein_id": "NP_000255.2",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 1447,
          "cds_start": 1555,
          "cds_end": null,
          "cds_length": 4344,
          "cdna_start": 2461,
          "cdna_end": null,
          "cdna_length": 8662,
          "mane_select": "ENST00000331920.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000264.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1555_1556delGCinsTA",
          "hgvs_p": "p.Ala519Tyr",
          "transcript": "ENST00000331920.11",
          "protein_id": "ENSP00000332353.6",
          "transcript_support_level": 5,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 1447,
          "cds_start": 1555,
          "cds_end": null,
          "cds_length": 4344,
          "cdna_start": 2461,
          "cdna_end": null,
          "cdna_length": 8662,
          "mane_select": "NM_000264.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000331920.11"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1552_1553delGCinsTA",
          "hgvs_p": "p.Ala518Tyr",
          "transcript": "NM_001083603.3",
          "protein_id": "NP_001077072.1",
          "transcript_support_level": null,
          "aa_start": 518,
          "aa_end": null,
          "aa_length": 1446,
          "cds_start": 1552,
          "cds_end": null,
          "cds_length": 4341,
          "cdna_start": 1704,
          "cdna_end": null,
          "cdna_length": 7905,
          "mane_select": null,
          "mane_plus": "ENST00000437951.6",
          "biotype": "protein_coding",
          "feature": "NM_001083603.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1552_1553delGCinsTA",
          "hgvs_p": "p.Ala518Tyr",
          "transcript": "ENST00000437951.6",
          "protein_id": "ENSP00000389744.2",
          "transcript_support_level": 5,
          "aa_start": 518,
          "aa_end": null,
          "aa_length": 1446,
          "cds_start": 1552,
          "cds_end": null,
          "cds_length": 4341,
          "cdna_start": 1704,
          "cdna_end": null,
          "cdna_length": 7905,
          "mane_select": null,
          "mane_plus": "NM_001083603.3",
          "biotype": "protein_coding",
          "feature": "ENST00000437951.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1102_1103delGCinsTA",
          "hgvs_p": "p.Ala368Tyr",
          "transcript": "ENST00000429896.6",
          "protein_id": "ENSP00000414823.2",
          "transcript_support_level": 1,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 1296,
          "cds_start": 1102,
          "cds_end": null,
          "cds_length": 3891,
          "cdna_start": 1544,
          "cdna_end": null,
          "cdna_length": 6563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000429896.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.550_551delGCinsTA",
          "hgvs_p": "p.Ala184Tyr",
          "transcript": "ENST00000375271.4",
          "protein_id": "ENSP00000364420.4",
          "transcript_support_level": 1,
          "aa_start": 184,
          "aa_end": null,
          "aa_length": 351,
          "cds_start": 550,
          "cds_end": null,
          "cds_length": 1058,
          "cdna_start": 551,
          "cdna_end": null,
          "cdna_length": 1058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000375271.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1399_1400delGCinsTA",
          "hgvs_p": "p.Ala467Tyr",
          "transcript": "NM_001354918.2",
          "protein_id": "NP_001341847.1",
          "transcript_support_level": null,
          "aa_start": 467,
          "aa_end": null,
          "aa_length": 1395,
          "cds_start": 1399,
          "cds_end": null,
          "cds_length": 4188,
          "cdna_start": 2305,
          "cdna_end": null,
          "cdna_length": 8506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354918.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1357_1358delGCinsTA",
          "hgvs_p": "p.Ala453Tyr",
          "transcript": "NM_001083602.3",
          "protein_id": "NP_001077071.1",
          "transcript_support_level": null,
          "aa_start": 453,
          "aa_end": null,
          "aa_length": 1381,
          "cds_start": 1357,
          "cds_end": null,
          "cds_length": 4146,
          "cdna_start": 1858,
          "cdna_end": null,
          "cdna_length": 8059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001083602.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1357_1358delGCinsTA",
          "hgvs_p": "p.Ala453Tyr",
          "transcript": "ENST00000430669.6",
          "protein_id": "ENSP00000410287.2",
          "transcript_support_level": 5,
          "aa_start": 453,
          "aa_end": null,
          "aa_length": 1381,
          "cds_start": 1357,
          "cds_end": null,
          "cds_length": 4146,
          "cdna_start": 1944,
          "cdna_end": null,
          "cdna_length": 8232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000430669.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1357_1358delGCinsTA",
          "hgvs_p": "p.Ala453Tyr",
          "transcript": "ENST00000711046.1",
          "protein_id": "ENSP00000518556.1",
          "transcript_support_level": null,
          "aa_start": 453,
          "aa_end": null,
          "aa_length": 1381,
          "cds_start": 1357,
          "cds_end": null,
          "cds_length": 4146,
          "cdna_start": 1858,
          "cdna_end": null,
          "cdna_length": 8059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000711046.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1102_1103delGCinsTA",
          "hgvs_p": "p.Ala368Tyr",
          "transcript": "NM_001083604.3",
          "protein_id": "NP_001077073.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 1296,
          "cds_start": 1102,
          "cds_end": null,
          "cds_length": 3891,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 7663,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001083604.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1102_1103delGCinsTA",
          "hgvs_p": "p.Ala368Tyr",
          "transcript": "NM_001083605.3",
          "protein_id": "NP_001077074.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 1296,
          "cds_start": 1102,
          "cds_end": null,
          "cds_length": 3891,
          "cdna_start": 1445,
          "cdna_end": null,
          "cdna_length": 7646,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001083605.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1102_1103delGCinsTA",
          "hgvs_p": "p.Ala368Tyr",
          "transcript": "NM_001083606.3",
          "protein_id": "NP_001077075.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 1296,
          "cds_start": 1102,
          "cds_end": null,
          "cds_length": 3891,
          "cdna_start": 1554,
          "cdna_end": null,
          "cdna_length": 7755,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001083606.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1102_1103delGCinsTA",
          "hgvs_p": "p.Ala368Tyr",
          "transcript": "NM_001083607.3",
          "protein_id": "NP_001077076.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 1296,
          "cds_start": 1102,
          "cds_end": null,
          "cds_length": 3891,
          "cdna_start": 1618,
          "cdna_end": null,
          "cdna_length": 7819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001083607.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "c.1102_1103delGCinsTA",
          "hgvs_p": "p.Ala368Tyr",
          "transcript": "ENST00000692981.1",
          "protein_id": "ENSP00000510238.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 1296,
          "cds_start": 1102,
          "cds_end": null,
          "cds_length": 3891,
          "cdna_start": 1244,
          "cdna_end": null,
          "cdna_length": 7000,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000692981.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "n.1192_1193delGCinsTA",
          "hgvs_p": null,
          "transcript": "ENST00000375290.6",
          "protein_id": "ENSP00000364439.2",
          "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": 10631,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000375290.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "n.1102_1103delGCinsTA",
          "hgvs_p": null,
          "transcript": "ENST00000690194.1",
          "protein_id": "ENSP00000509379.1",
          "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": 7135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000690194.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTCH1",
          "gene_hgnc_id": 9585,
          "hgvs_c": "n.2460_2461delGCinsTA",
          "hgvs_p": null,
          "transcript": "NR_149061.2",
          "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": 8496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_149061.2"
        }
      ],
      "gene_symbol": "PTCH1",
      "gene_hgnc_id": 9585,
      "dbsnp": "rs1554698275",
      "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": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 9.374,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM1,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM1",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_000264.5",
          "gene_symbol": "PTCH1",
          "hgnc_id": 9585,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1555_1556delGCinsTA",
          "hgvs_p": "p.Ala519Tyr"
        }
      ],
      "clinvar_disease": "Gorlin syndrome,Hereditary cancer-predisposing syndrome",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "Gorlin syndrome|Hereditary cancer-predisposing syndrome",
      "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.