{ "opencollection": "1.0.0", "info": { "name": "American Gene Technologies Content Blogs API", "version": "wp/v2" }, "items": [ { "info": { "name": "Blogs", "type": "folder" }, "items": [ { "info": { "name": "List Blogs", "type": "http" }, "http": { "method": "GET", "url": "https://www.americangene.com/wp-json/wp/v2/blog", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in 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 in result set." }, { "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": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified 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_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 post attribute." }, { "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "blog_categories", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the blog_categories taxonomy." }, { "name": "blog_categories_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the blog_categories taxonomy." }, { "name": "blog_tags", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the blog_tags taxonomy." }, { "name": "blog_tags_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the blog_tags taxonomy." }, { "name": "blog-post-hiv-tag", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the blog-post-hiv-tag taxonomy." }, { "name": "blog-post-hiv-tag_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the blog-post-hiv-tag taxonomy." }, { "name": "featured-media", "value": "", "type": "query", "description": "Limit result set to items with specific terms assigned in the featured-media taxonomy." }, { "name": "featured-media_exclude", "value": "", "type": "query", "description": "Limit result set to items except those with specific terms assigned in the featured-media taxonomy." } ] }, "docs": "AGT blog posts." }, { "info": { "name": "Get a single Blogs item", "type": "http" }, "http": { "method": "GET", "url": "https://www.americangene.com/wp-json/wp/v2/blog/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the item." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "Retrieve one Blogs item by its numeric WordPress post ID." } ] } ], "bundled": true }