{ "opencollection": "1.0.0", "info": { "name": "Kriya Therapeutics Content News API", "version": "wp/v2" }, "items": [ { "info": { "name": "news", "type": "folder" }, "items": [ { "info": { "name": "List news items", "type": "http" }, "http": { "method": "GET", "url": "https://kriyatherapeutics.com/wp-json/wp/v2/news", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in the response." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned per page. Values above 100 are rejected with rest_invalid_param." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to items with one or more specific slugs." }, { "name": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to items with particular parent IDs." }, { "name": "parent_exclude", "value": "", "type": "query", "description": "Limit result set to all items except those of a particular parent ID." }, { "name": "newscategories", "value": "", "type": "query", "description": "Limit result set to items with specific `newscategories` terms." }, { "name": "newscategories_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific `newscategories` terms." }, { "name": "tax_relation", "value": "", "type": "query", "description": "Limit result set based on relationship between multiple taxonomies." } ] }, "docs": "Lists published items of the `news` custom post type — Kriya Therapeutics' press-release archive. This is the richest collection on the deployment (28 items at harvest, from the May 2020 Series A announcement to the June 2026 FDA PreCheck Pilot Program selection) and the only place the archive is individually addressable and date-filterable." }, { "info": { "name": "Get a news item", "type": "http" }, "http": { "method": "GET", "url": "https://kriyatherapeutics.com/wp-json/wp/v2/news/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the object." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in the response." } ] }, "docs": "Get a news item" } ] } ], "bundled": true }