openapi: 3.1.0 info: title: Tokamak Energy Posts API version: wp/v2 description: 'Public, unauthenticated read access to the Tokamak Energy news archive at tokamakenergy.com/latest-news/, served by the WordPress core REST API. Verified live at 84 published posts on 2026-08-30. Read-only: the underlying routes also accept POST/PUT/PATCH/DELETE, but those require WordPress Application Password authentication and are not part of the anonymous surface described here.' contact: name: Tokamak Energy url: https://tokamakenergy.com/contact-us/ x-derived-from: Live WordPress REST API route descriptors and OPTIONS item schemas served by https://tokamakenergy.com/wp-json/ (probed 2026-08-30). servers: - url: https://tokamakenergy.com/wp-json description: Tokamak Energy WordPress REST API tags: - name: Posts description: Public, unauthenticated read access to the Tokamak Energy news archive at tokamakenergy.com/latest-news/, served by the WordPress core REST API. Verified live at 84 published posts on 2026-08-30. Read paths: /wp/v2/posts: get: operationId: listPosts summary: List posts description: Returns a paginated collection of posts published on tokamakenergy.com. Anonymous, read-only. Probed live 2026-08-30 (84 items). tags: - Posts parameters: - name: context in: query description: Scope under which the request is made; determines fields present in response. required: false schema: type: string enum: - view - embed - edit default: view - name: page in: query description: Current page of the collection. required: false schema: type: integer minimum: 1 default: 1 - name: per_page in: query description: Maximum number of items to be returned in result set. required: false schema: type: integer minimum: 1 maximum: 100 default: 10 - name: search in: query description: Limit results to those matching a string. required: false schema: type: string - name: after in: query description: Limit response to posts published after a given ISO8601 compliant date. required: false schema: type: string format: date-time - name: modified_after in: query description: Limit response to posts modified after a given ISO8601 compliant date. required: false schema: type: string format: date-time - name: author in: query description: Limit result set to posts assigned to specific authors. required: false schema: type: array default: [] items: type: integer - name: author_exclude in: query description: Ensure result set excludes posts assigned to specific authors. required: false schema: type: array default: [] items: type: integer - name: before in: query description: Limit response to posts published before a given ISO8601 compliant date. required: false schema: type: string format: date-time - name: modified_before in: query description: Limit response to posts modified before a given ISO8601 compliant date. required: false schema: type: string format: date-time - name: exclude in: query description: Ensure result set excludes specific IDs. required: false schema: type: array default: [] items: type: integer - name: include in: query description: Limit result set to specific IDs. required: false schema: type: array default: [] items: type: integer - name: search_semantics in: query description: How to interpret the search input. required: false schema: type: string enum: - exact - name: offset in: query description: Offset the result set by a specific number of items. required: false schema: type: integer - name: order in: query description: Order sort attribute ascending or descending. required: false schema: type: string enum: - asc - desc default: desc - name: orderby in: query description: Sort collection by post attribute. required: false schema: type: string enum: - author - date - id - include - modified - parent - relevance - slug - include_slugs - title default: date - name: search_columns in: query description: Array of column names to be searched. required: false schema: type: array default: [] items: enum: - post_title - post_content - post_excerpt type: string - name: slug in: query description: Limit result set to posts with one or more specific slugs. required: false schema: type: array items: type: string - name: status in: query description: Limit result set to posts assigned one or more statuses. required: false schema: type: array default: publish items: enum: - publish - future - draft - pending - private - trash - auto-draft - inherit - request-pending - request-confirmed - request-failed - request-completed - dp-rewrite-republish - any type: string - name: tax_relation in: query description: Limit result set based on relationship between multiple taxonomies. required: false schema: type: string enum: - AND - OR - name: categories in: query description: Limit result set to items with specific terms assigned in the categories taxonomy. required: false schema: type: - object - array - name: categories_exclude in: query description: Limit result set to items, except those with specific terms assigned in the categories taxonomy. required: false schema: type: - object - array - name: tags in: query description: Limit result set to items with specific terms assigned in the tags taxonomy. required: false schema: type: - object - array - name: tags_exclude in: query description: Limit result set to items, except those with specific terms assigned in the tags taxonomy. required: false schema: type: - object - array - name: sticky in: query description: Limit result set to items that are sticky. required: false schema: type: boolean - name: ignore_sticky in: query description: Whether to ignore sticky posts or not. required: false schema: type: boolean default: true - name: format in: query description: Limit result set to items assigned one or more given formats. required: false schema: type: array items: enum: - standard - aside - chat - gallery - link - image - quote - status - video - audio type: string responses: '200': description: A page of posts. headers: X-WP-Total: description: Total number of items in the collection. schema: type: integer X-WP-TotalPages: description: Total number of pages available at the current per_page value. schema: type: integer Link: description: RFC 8288 pagination links (rel="next" / rel="prev"). schema: type: string content: application/json: schema: type: array items: $ref: '#/components/schemas/Post' example: - id: 9774 date: '2026-08-18T08:59:47' date_gmt: '2026-08-18T07:59:47' guid: rendered: https://tokamakenergy.com/?p=9774 modified: '2026-08-18T09:25:04' modified_gmt: '2026-08-18T08:25:04' slug: tokamak-energys-cocus-collection-featured-in-prestigious-nuclear-fusion-journal status: publish type: post link: https://tokamakenergy.com/2026/08/18/tokamak-energys-cocus-collection-featured-in-prestigious-nuclear-fusion-journal/ title: rendered: Tokamak Energy’s ‘Focus Collection’ featured in prestigious Nuclear Fusion journal content: rendered: '
We’re celebrating this week’s publication of a Tokamak Energy special edition of Nuclear Fusion, the most prestigious fusion energy journal in the world.
Our ‘Focus Collection’ of 11 papers brings together open, peer-reviewed work spanning plasma physics, engineering systems, and commercial considerations for a fusion pilot plant.
While we will not go on to construct it, the papers are a model for accelerating fusion development and showcase our deep design expertise and broad systems integration capabilities. As the only private company with 15 years’ experience designing, bu … [truncated by API Evangelist for readability; full value returned by the live API]' protected: false excerpt: rendered: '
We’re celebrating this week’s publication of a Tokamak Energy special edition of Nuclear Fusion, the most prestigious fusion energy journal in the world. Our ‘Focus Collection’ of 11 papers brings together open, peer-reviewed work spanning plasma physics, engineering systems, and commercial considerations for a fusion pilot plant. While we will not go on to construct […]
' protected: false author: 4 featured_media: 9775 comment_status: closed ping_status: closed sticky: false template: '' format: standard meta: inline_featured_image: false footnotes: '' categories: - 4 tags: [] class_list: - post-9774 - post - type-post - status-publish - format-standard - has-post-thumbnail - hentry - category-news - grve-isotope-item - grve-blog-item yoast_head: '