# A2 Biotherapeutics Wp/v2 API

**Canonical:** https://apis.io/apis/a2-biotherapeutics/a2-biotherapeutics-wp-v2-api/  
**Provider:** A2 Biotherapeutics — https://apis.io/providers/a2-biotherapeutics/  
**Base URL:** https://www.a2bio.com/wp-json/  
**Documentation:** https://www.a2bio.com/wp-json/

A2 Biotherapeutics Wp/v2 API is one of 5 APIs that [A2 Biotherapeutics](https://apis.io/providers/a2-biotherapeutics/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include wp/v2. The published artifact set on APIs.io includes an OpenAPI specification.

WordPress core content API (posts, pages, media, taxonomies, users, settings).

## Operations (60 of 270)

| Method | Path | Summary |
|---|---|---|
| GET | `/wp-json/wp/v2` | GET /wp/v2 |
| GET | `/wp-json/wp/v2/block-directory/search` | GET /wp/v2/block-directory/search |
| GET | `/wp-json/wp/v2/block-patterns/categories` | GET /wp/v2/block-patterns/categories |
| GET | `/wp-json/wp/v2/block-patterns/patterns` | GET /wp/v2/block-patterns/patterns |
| GET | `/wp-json/wp/v2/block-renderer/{name}` | GET /wp/v2/block-renderer/(?P<name>[a-z0-9-]+/[a-z0-9-]+) |
| POST | `/wp-json/wp/v2/block-renderer/{name}` | POST /wp/v2/block-renderer/(?P<name>[a-z0-9-]+/[a-z0-9-]+) |
| GET | `/wp-json/wp/v2/block-types` | GET /wp/v2/block-types |
| GET | `/wp-json/wp/v2/block-types/{namespace}` | GET /wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+) |
| GET | `/wp-json/wp/v2/block-types/{namespace}/{name}` | GET /wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)/(?P<name>[a-zA-Z0-9_-]+) |
| GET | `/wp-json/wp/v2/blocks` | GET /wp/v2/blocks |
| POST | `/wp-json/wp/v2/blocks` | POST /wp/v2/blocks |
| GET | `/wp-json/wp/v2/blocks/{id}` | GET /wp/v2/blocks/(?P<id>[\d]+) |
| POST | `/wp-json/wp/v2/blocks/{id}` | POST /wp/v2/blocks/(?P<id>[\d]+) |
| PUT | `/wp-json/wp/v2/blocks/{id}` | PUT /wp/v2/blocks/(?P<id>[\d]+) |
| PATCH | `/wp-json/wp/v2/blocks/{id}` | PATCH /wp/v2/blocks/(?P<id>[\d]+) |
| DELETE | `/wp-json/wp/v2/blocks/{id}` | DELETE /wp/v2/blocks/(?P<id>[\d]+) |
| GET | `/wp-json/wp/v2/blocks/{id}/autosaves` | GET /wp/v2/blocks/(?P<id>[\d]+)/autosaves |
| POST | `/wp-json/wp/v2/blocks/{id}/autosaves` | POST /wp/v2/blocks/(?P<id>[\d]+)/autosaves |
| GET | `/wp-json/wp/v2/blocks/{parent}/autosaves/{id}` | GET /wp/v2/blocks/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+) |
| GET | `/wp-json/wp/v2/blocks/{parent}/revisions` | GET /wp/v2/blocks/(?P<parent>[\d]+)/revisions |
| GET | `/wp-json/wp/v2/blocks/{parent}/revisions/{id}` | GET /wp/v2/blocks/(?P<parent>[\d]+)/revisions/(?P<id>[\d]+) |
| DELETE | `/wp-json/wp/v2/blocks/{parent}/revisions/{id}` | DELETE /wp/v2/blocks/(?P<parent>[\d]+)/revisions/(?P<id>[\d]+) |
| GET | `/wp-json/wp/v2/categories` | GET /wp/v2/categories |
| POST | `/wp-json/wp/v2/categories` | POST /wp/v2/categories |
| GET | `/wp-json/wp/v2/categories/{id}` | GET /wp/v2/categories/(?P<id>[\d]+) |
| POST | `/wp-json/wp/v2/categories/{id}` | POST /wp/v2/categories/(?P<id>[\d]+) |
| PUT | `/wp-json/wp/v2/categories/{id}` | PUT /wp/v2/categories/(?P<id>[\d]+) |
| PATCH | `/wp-json/wp/v2/categories/{id}` | PATCH /wp/v2/categories/(?P<id>[\d]+) |
| DELETE | `/wp-json/wp/v2/categories/{id}` | DELETE /wp/v2/categories/(?P<id>[\d]+) |
| GET | `/wp-json/wp/v2/comments` | GET /wp/v2/comments |
| POST | `/wp-json/wp/v2/comments` | POST /wp/v2/comments |
| GET | `/wp-json/wp/v2/comments/{id}` | GET /wp/v2/comments/(?P<id>[\d]+) |
| POST | `/wp-json/wp/v2/comments/{id}` | POST /wp/v2/comments/(?P<id>[\d]+) |
| PUT | `/wp-json/wp/v2/comments/{id}` | PUT /wp/v2/comments/(?P<id>[\d]+) |
| PATCH | `/wp-json/wp/v2/comments/{id}` | PATCH /wp/v2/comments/(?P<id>[\d]+) |
| DELETE | `/wp-json/wp/v2/comments/{id}` | DELETE /wp/v2/comments/(?P<id>[\d]+) |
| GET | `/wp-json/wp/v2/font-collections` | GET /wp/v2/font-collections |
| GET | `/wp-json/wp/v2/font-collections/{slug}` | GET /wp/v2/font-collections/(?P<slug>[\/\w-]+) |
| GET | `/wp-json/wp/v2/font-families` | GET /wp/v2/font-families |
| POST | `/wp-json/wp/v2/font-families` | POST /wp/v2/font-families |
| GET | `/wp-json/wp/v2/font-families/{font_family_id}/font-faces` | GET /wp/v2/font-families/(?P<font_family_id>[\d]+)/font-faces |
| POST | `/wp-json/wp/v2/font-families/{font_family_id}/font-faces` | POST /wp/v2/font-families/(?P<font_family_id>[\d]+)/font-faces |
| GET | `/wp-json/wp/v2/font-families/{font_family_id}/font-faces/{id}` | GET /wp/v2/font-families/(?P<font_family_id>[\d]+)/font-faces/(?P<id>[\d]+) |
| DELETE | `/wp-json/wp/v2/font-families/{font_family_id}/font-faces/{id}` | DELETE /wp/v2/font-families/(?P<font_family_id>[\d]+)/font-faces/(?P<id>[\d]+) |
| GET | `/wp-json/wp/v2/font-families/{id}` | GET /wp/v2/font-families/(?P<id>[\d]+) |
| POST | `/wp-json/wp/v2/font-families/{id}` | POST /wp/v2/font-families/(?P<id>[\d]+) |
| PUT | `/wp-json/wp/v2/font-families/{id}` | PUT /wp/v2/font-families/(?P<id>[\d]+) |
| PATCH | `/wp-json/wp/v2/font-families/{id}` | PATCH /wp/v2/font-families/(?P<id>[\d]+) |
| DELETE | `/wp-json/wp/v2/font-families/{id}` | DELETE /wp/v2/font-families/(?P<id>[\d]+) |
| GET | `/wp-json/wp/v2/global-styles/themes/{stylesheet}?)` | GET /wp/v2/global-styles/themes/(?P<stylesheet>[^\/:<>\*\?"\\|]+(?:\/[^\/:<>\*\?"\\|]+)?) |
| GET | `/wp-json/wp/v2/global-styles/themes/{stylesheet}\[\]\@_\-]+)/variations` | GET /wp/v2/global-styles/themes/(?P<stylesheet>[\/\s%\w\.\(\)\[\]\@_\-]+)/variations |
| GET | `/wp-json/wp/v2/global-styles/{id}` | GET /wp/v2/global-styles/(?P<id>[\/\d+]+) |
| POST | `/wp-json/wp/v2/global-styles/{id}` | POST /wp/v2/global-styles/(?P<id>[\/\d+]+) |
| PUT | `/wp-json/wp/v2/global-styles/{id}` | PUT /wp/v2/global-styles/(?P<id>[\/\d+]+) |
| PATCH | `/wp-json/wp/v2/global-styles/{id}` | PATCH /wp/v2/global-styles/(?P<id>[\/\d+]+) |
| GET | `/wp-json/wp/v2/global-styles/{parent}/revisions` | GET /wp/v2/global-styles/(?P<parent>[\d]+)/revisions |
| GET | `/wp-json/wp/v2/global-styles/{parent}/revisions/{id}` | GET /wp/v2/global-styles/(?P<parent>[\d]+)/revisions/(?P<id>[\d]+) |
| GET | `/wp-json/wp/v2/icons` | GET /wp/v2/icons |
| GET | `/wp-json/wp/v2/icons/{name}` | GET /wp/v2/icons/(?P<name>[a-z][a-z0-9-]*/[a-z][a-z0-9-]*) |
| GET | `/wp-json/wp/v2/media` | GET /wp/v2/media |

…and 210 more operations. The page lists the first 250; the full set of 270 is in the OpenAPI linked below.

## Machine-readable artifacts (3)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/a2-biotherapeutics/refs/heads/main/openapi/a2-biotherapeutics-wp-v2-api-openapi.yml
- **ToolCrosswalk** — https://raw.githubusercontent.com/api-evangelist/a2-biotherapeutics/refs/heads/main/mcp/a2-biotherapeutics-tool-crosswalk.yml
- **DataModel** — https://raw.githubusercontent.com/api-evangelist/a2-biotherapeutics/refs/heads/main/data-model/a2-biotherapeutics-data-model.yml

## Other A2 Biotherapeutics APIs (4)

- [A2 Biotherapeutics MCP API](https://apis.io/apis/a2-biotherapeutics/a2-biotherapeutics-mcp-api/)
- [A2 Biotherapeutics Oembed/1.0 API](https://apis.io/apis/a2-biotherapeutics/a2-biotherapeutics-oembed-1-0-api/)
- [A2 Biotherapeutics Root API](https://apis.io/apis/a2-biotherapeutics/a2-biotherapeutics-root-api/)
- [A2 Biotherapeutics Wp Abilities/v1 API](https://apis.io/apis/a2-biotherapeutics/a2-biotherapeutics-wp-abilities-v1-api/)

## Tags

wp/v2

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/a2-biotherapeutics/a2-biotherapeutics-wp-v2-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/a2-biotherapeutics/.
