← 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: 5-123090166-A-AGCC (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 5,
          "criteria": [
            "PM4_Supporting",
            "BP6",
            "BS2"
          ],
          "effects": [
            "disruptive_inframe_insertion"
          ],
          "gene_symbol": "PRDM6",
          "hgnc_id": 9350,
          "hgvs_c": "c.165_167dupGCC",
          "hgvs_p": "p.Pro56dup",
          "inheritance_mode": "AD",
          "pathogenic_score": 1,
          "score": -4,
          "transcript": "NM_001136239.4",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 5,
          "criteria": [
            "BP6",
            "BS2"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "PRDM6-AS1",
          "hgnc_id": 55869,
          "hgvs_c": "n.131_133dupGGC",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -5,
          "transcript": "ENST00000458103.3",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM4_Supporting,BP6,BS2",
      "acmg_score": -4,
      "allele_count_reference_population": 2423,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "AGCC",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "5",
      "clinvar_classification": "Benign",
      "clinvar_disease": "PRDM6-related disorder",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "PP",
          "aa_end": null,
          "aa_length": 595,
          "aa_ref": "P",
          "aa_start": 56,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9147,
          "cdna_start": 462,
          "cds_end": null,
          "cds_length": 1788,
          "cds_start": 168,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 8,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001136239.4",
          "gene_hgnc_id": 9350,
          "gene_symbol": "PRDM6",
          "hgvs_c": "c.165_167dupGCC",
          "hgvs_p": "p.Pro56dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000407847.5",
          "protein_coding": true,
          "protein_id": "NP_001129711.1",
          "strand": true,
          "transcript": "NM_001136239.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "PP",
          "aa_end": null,
          "aa_length": 595,
          "aa_ref": "P",
          "aa_start": 56,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 9147,
          "cdna_start": 462,
          "cds_end": null,
          "cds_length": 1788,
          "cds_start": 168,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 8,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000407847.5",
          "gene_hgnc_id": 9350,
          "gene_symbol": "PRDM6",
          "hgvs_c": "c.165_167dupGCC",
          "hgvs_p": "p.Pro56dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001136239.4",
          "protein_coding": true,
          "protein_id": "ENSP00000384725.3",
          "strand": true,
          "transcript": "ENST00000407847.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "PP",
          "aa_end": null,
          "aa_length": 595,
          "aa_ref": "P",
          "aa_start": 56,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2920,
          "cdna_start": 469,
          "cds_end": null,
          "cds_length": 1788,
          "cds_start": 168,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 7,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000890813.1",
          "gene_hgnc_id": 9350,
          "gene_symbol": "PRDM6",
          "hgvs_c": "c.165_167dupGCC",
          "hgvs_p": "p.Pro56dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560872.1",
          "strand": true,
          "transcript": "ENST00000890813.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "PP",
          "aa_end": null,
          "aa_length": 300,
          "aa_ref": "P",
          "aa_start": 56,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1488,
          "cdna_start": 462,
          "cds_end": null,
          "cds_length": 903,
          "cds_start": 168,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047417878.1",
          "gene_hgnc_id": 9350,
          "gene_symbol": "PRDM6",
          "hgvs_c": "c.165_167dupGCC",
          "hgvs_p": "p.Pro56dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047273834.1",
          "strand": true,
          "transcript": "XM_047417878.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1937,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000458103.3",
          "gene_hgnc_id": 55869,
          "gene_symbol": "PRDM6-AS1",
          "hgvs_c": "n.131_133dupGGC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000458103.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1954,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NR_146771.1",
          "gene_hgnc_id": 55869,
          "gene_symbol": "PRDM6-AS1",
          "hgvs_c": "n.148_150dupGGC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_146771.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2340,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_001742346.2",
          "gene_hgnc_id": 9350,
          "gene_symbol": "PRDM6",
          "hgvs_c": "n.459_461dupGCC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_001742346.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 723,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000798745.1",
          "gene_hgnc_id": 55869,
          "gene_symbol": "PRDM6-AS1",
          "hgvs_c": "n.115+688_115+690dupGGC",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000798745.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs563892036",
      "effect": "disruptive_inframe_insertion",
      "frequency_reference_population": 0.0016270262,
      "gene_hgnc_id": 9350,
      "gene_symbol": "PRDM6",
      "gnomad_exomes_ac": 2259,
      "gnomad_exomes_af": 0.001685,
      "gnomad_exomes_homalt": 7,
      "gnomad_genomes_ac": 164,
      "gnomad_genomes_af": 0.00110389,
      "gnomad_genomes_homalt": 1,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 8,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign",
      "phenotype_combined": "PRDM6-related disorder",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.418,
      "pos": 123090166,
      "ref": "A",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_001136239.4"
    }
  ]
}
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.