← 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: 2-38779105-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "GEMIN6",
          "hgnc_id": 20044,
          "hgvs_c": "c.115C>A",
          "hgvs_p": "p.Pro39Thr",
          "inheritance_mode": "",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_024775.10",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_score": 4,
      "allele_count_reference_population": 9,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.6832,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.2,
      "chr": "2",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.897058367729187,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 167,
          "aa_ref": "P",
          "aa_start": 39,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3705,
          "cdna_start": 206,
          "cds_end": null,
          "cds_length": 504,
          "cds_start": 115,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_024775.10",
          "gene_hgnc_id": 20044,
          "gene_symbol": "GEMIN6",
          "hgvs_c": "c.115C>A",
          "hgvs_p": "p.Pro39Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000281950.8",
          "protein_coding": true,
          "protein_id": "NP_079051.9",
          "strand": true,
          "transcript": "NM_024775.10",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 167,
          "aa_ref": "P",
          "aa_start": 39,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3705,
          "cdna_start": 206,
          "cds_end": null,
          "cds_length": 504,
          "cds_start": 115,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000281950.8",
          "gene_hgnc_id": 20044,
          "gene_symbol": "GEMIN6",
          "hgvs_c": "c.115C>A",
          "hgvs_p": "p.Pro39Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_024775.10",
          "protein_coding": true,
          "protein_id": "ENSP00000281950.2",
          "strand": true,
          "transcript": "ENST00000281950.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 69,
          "aa_ref": "P",
          "aa_start": 39,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1210,
          "cdna_start": 680,
          "cds_end": null,
          "cds_length": 210,
          "cds_start": 115,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000409011.5",
          "gene_hgnc_id": 20044,
          "gene_symbol": "GEMIN6",
          "hgvs_c": "c.115C>A",
          "hgvs_p": "p.Pro39Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000387191.1",
          "strand": true,
          "transcript": "ENST00000409011.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 167,
          "aa_ref": "P",
          "aa_start": 39,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 693,
          "cdna_start": 234,
          "cds_end": null,
          "cds_length": 504,
          "cds_start": 115,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000911088.1",
          "gene_hgnc_id": 20044,
          "gene_symbol": "GEMIN6",
          "hgvs_c": "c.115C>A",
          "hgvs_p": "p.Pro39Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581147.1",
          "strand": true,
          "transcript": "ENST00000911088.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 167,
          "aa_ref": "P",
          "aa_start": 39,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1092,
          "cdna_start": 634,
          "cds_end": null,
          "cds_length": 504,
          "cds_start": 115,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000911089.1",
          "gene_hgnc_id": 20044,
          "gene_symbol": "GEMIN6",
          "hgvs_c": "c.115C>A",
          "hgvs_p": "p.Pro39Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581148.1",
          "strand": true,
          "transcript": "ENST00000911089.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 167,
          "aa_ref": "P",
          "aa_start": 39,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1195,
          "cdna_start": 243,
          "cds_end": null,
          "cds_length": 504,
          "cds_start": 115,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000937587.1",
          "gene_hgnc_id": 20044,
          "gene_symbol": "GEMIN6",
          "hgvs_c": "c.115C>A",
          "hgvs_p": "p.Pro39Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607646.1",
          "strand": true,
          "transcript": "ENST00000937587.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 167,
          "aa_ref": "P",
          "aa_start": 39,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 639,
          "cdna_start": 177,
          "cds_end": null,
          "cds_length": 504,
          "cds_start": 115,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000937588.1",
          "gene_hgnc_id": 20044,
          "gene_symbol": "GEMIN6",
          "hgvs_c": "c.115C>A",
          "hgvs_p": "p.Pro39Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607647.1",
          "strand": true,
          "transcript": "ENST00000937588.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 167,
          "aa_ref": "P",
          "aa_start": 39,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1849,
          "cdna_start": 899,
          "cds_end": null,
          "cds_length": 504,
          "cds_start": 115,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000954658.1",
          "gene_hgnc_id": 20044,
          "gene_symbol": "GEMIN6",
          "hgvs_c": "c.115C>A",
          "hgvs_p": "p.Pro39Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000624717.1",
          "strand": true,
          "transcript": "ENST00000954658.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 111,
          "aa_ref": "P",
          "aa_start": 39,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 834,
          "cdna_start": 206,
          "cds_end": null,
          "cds_length": 336,
          "cds_start": 115,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000409566.1",
          "gene_hgnc_id": 20044,
          "gene_symbol": "GEMIN6",
          "hgvs_c": "c.115C>A",
          "hgvs_p": "p.Pro39Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000386613.1",
          "strand": true,
          "transcript": "ENST00000409566.1",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs757128366",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000061637334,
      "gene_hgnc_id": 20044,
      "gene_symbol": "GEMIN6",
      "gnomad_exomes_ac": 9,
      "gnomad_exomes_af": 0.00000616373,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 5.376,
      "pos": 38779105,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.588,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_024775.10"
    }
  ]
}
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.