GenoMatrix™ API Documentation
16 standardized endpoints · RESTful design · Complete equine genomics data interface
https://api.genomatrix.ai/v1Returns API version, service status, and available endpoint metadata.
Returns system operational status, database connectivity, and resource utilization.
Lightweight health check endpoint for load balancers and monitoring systems.
Returns all available genes in the system. Supports pagination and search filtering.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
page | integer | No | Page number, default 1 |
limit | integer | No | Results per page, default 50, max 200 |
search | string | No | Search by gene name |
chromosome | string | No | Filter by chromosome (e.g., chr1, chrX) |
Returns complete information for a specified gene, including coordinates, functional annotations, associated variants, and causal evidence.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
symbol | string | Gene symbol (e.g., MSTN, DMRT3, BDNF) |
Returns all variant positions within a gene region, including VEP annotations and SIFT/PolyPhen predictions.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
consequence | string | Filter: missense, synonymous, stop_gained, etc. |
sift | string | SIFT prediction: tolerated, deleterious |
polyphen | string | PolyPhen: benign, possibly_damaging, probably_damaging |
Returns all breeds supported by the JumpHealth system and their preconfigured disease panels.
Generates a JumpHealth hereditary disease risk assessment report based on breed and genotype data.
Request Body (JSON)
| Field | Type | Required | Description |
|---|---|---|---|
breed | string | Yes | Breed name |
genotype | object | No | Genotype data (rsid: allele) |
Returns all screenable hereditary diseases and their associated genes.
Returns complete architecture information for the NCDS v3.4 (Neuro-Centric Differentiable System) model.
Returns the complete list of 102 functional genes in the NCDS model with module assignments and annotations.
Returns equine breed data overview including breed listings and allele frequency statistics.
NCDS model-based athletic aptitude classification and performance prediction.
Returns gene regulatory network knowledge graph data with node and edge information.
Query causal regulatory relationships between genes, with filtering by direction, strength, and evidence source.
Query equine structural variant data across DEL / INS / INV / DUP / CNV types.
Query allele frequency distribution for specific variant positions across different breeds.