Local Infusion WordPress Content API
WordPress core content API (posts, pages, media, taxonomies, settings) plus the site's `location` custom post type, which carries the company's public infusion-center directory. Read access to published content is anonymous — /wp-json/wp/v2/location returned HTTP 200 with 75 centers and /wp-json/wp/v2/posts returned HTTP 200 with 73 posts on 2026-08-25.
Showing the first 250 of 252. The full set is in the contract, and via get_provider_operations.
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[a-z0-9-]+/[a-z0-9-]+)
#
POST
/wp-json/wp/v2/block-renderer/{name}
POST /wp/v2/block-renderer/(?P[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[a-zA-Z0-9_-]+)
#
GET
/wp-json/wp/v2/block-types/{namespace}/{name}
GET /wp/v2/block-types/(?P[a-zA-Z0-9_-]+)/(?P[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[\d]+)
#
POST
/wp-json/wp/v2/blocks/{id}
POST /wp/v2/blocks/(?P[\d]+)
#
PUT
/wp-json/wp/v2/blocks/{id}
PUT /wp/v2/blocks/(?P[\d]+)
#
PATCH
/wp-json/wp/v2/blocks/{id}
PATCH /wp/v2/blocks/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/blocks/{id}
DELETE /wp/v2/blocks/(?P[\d]+)
#
GET
/wp-json/wp/v2/blocks/{id}/autosaves
GET /wp/v2/blocks/(?P[\d]+)/autosaves
#
POST
/wp-json/wp/v2/blocks/{id}/autosaves
POST /wp/v2/blocks/(?P[\d]+)/autosaves
#
GET
/wp-json/wp/v2/blocks/{parent}/autosaves/{id}
GET /wp/v2/blocks/(?P[\d]+)/autosaves/(?P[\d]+)
#
GET
/wp-json/wp/v2/blocks/{parent}/revisions
GET /wp/v2/blocks/(?P[\d]+)/revisions
#
GET
/wp-json/wp/v2/blocks/{parent}/revisions/{id}
GET /wp/v2/blocks/(?P[\d]+)/revisions/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/blocks/{parent}/revisions/{id}
DELETE /wp/v2/blocks/(?P[\d]+)/revisions/(?P[\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[\d]+)
#
POST
/wp-json/wp/v2/categories/{id}
POST /wp/v2/categories/(?P[\d]+)
#
PUT
/wp-json/wp/v2/categories/{id}
PUT /wp/v2/categories/(?P[\d]+)
#
PATCH
/wp-json/wp/v2/categories/{id}
PATCH /wp/v2/categories/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/categories/{id}
DELETE /wp/v2/categories/(?P[\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[\/\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[\d]+)/font-faces
#
POST
/wp-json/wp/v2/font-families/{font_family_id}/font-faces
POST /wp/v2/font-families/(?P[\d]+)/font-faces
#
GET
/wp-json/wp/v2/font-families/{font_family_id}/font-faces/{id}
GET /wp/v2/font-families/(?P[\d]+)/font-faces/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/font-families/{font_family_id}/font-faces/{id}
DELETE /wp/v2/font-families/(?P[\d]+)/font-faces/(?P[\d]+)
#
GET
/wp-json/wp/v2/font-families/{id}
GET /wp/v2/font-families/(?P[\d]+)
#
POST
/wp-json/wp/v2/font-families/{id}
POST /wp/v2/font-families/(?P[\d]+)
#
PUT
/wp-json/wp/v2/font-families/{id}
PUT /wp/v2/font-families/(?P[\d]+)
#
PATCH
/wp-json/wp/v2/font-families/{id}
PATCH /wp/v2/font-families/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/font-families/{id}
DELETE /wp/v2/font-families/(?P[\d]+)
#
GET
/wp-json/wp/v2/global-styles/{id}
GET /wp/v2/global-styles/(?P[\/\d+]+)
#
POST
/wp-json/wp/v2/global-styles/{id}
POST /wp/v2/global-styles/(?P[\/\d+]+)
#
PUT
/wp-json/wp/v2/global-styles/{id}
PUT /wp/v2/global-styles/(?P[\/\d+]+)
#
PATCH
/wp-json/wp/v2/global-styles/{id}
PATCH /wp/v2/global-styles/(?P[\/\d+]+)
#
GET
/wp-json/wp/v2/global-styles/{parent}/revisions
GET /wp/v2/global-styles/(?P[\d]+)/revisions
#
GET
/wp-json/wp/v2/global-styles/{parent}/revisions/{id}
GET /wp/v2/global-styles/(?P[\d]+)/revisions/(?P[\d]+)
#
GET
/wp-json/wp/v2/global-styles/themes/{stylesheet}/variations
GET /wp/v2/global-styles/themes/(?P[\/\s%\w\.\(\)\[\]\@_\-]+)/variations
#
GET
/wp-json/wp/v2/global-styles/themes/{stylesheet}
GET /wp/v2/global-styles/themes/(?P[^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)
#
GET
/wp-json/wp/v2/icon-collections
GET /wp/v2/icon-collections
#
GET
/wp-json/wp/v2/icon-collections/{slug}
GET /wp/v2/icon-collections/(?P[a-z0-9](?:[a-z0-9_-]*[a-z0-9])?)
#
GET
/wp-json/wp/v2/icons
GET /wp/v2/icons
#
GET
/wp-json/wp/v2/icons/{collection}
GET /wp/v2/icons/(?P[a-z0-9](?:[a-z0-9_-]*[a-z0-9])?)
#
GET
/wp-json/wp/v2/icons/{name}
GET /wp/v2/icons/(?P[a-z0-9](?:[a-z0-9_-]*[a-z0-9])?/[a-z0-9](?:[a-z0-9_-]*[a-z0-9])?)
#
GET
/wp-json/wp/v2/location
GET /wp/v2/location
#
POST
/wp-json/wp/v2/location
POST /wp/v2/location
#
GET
/wp-json/wp/v2/location/{id}
GET /wp/v2/location/(?P[\d]+)
#
POST
/wp-json/wp/v2/location/{id}
POST /wp/v2/location/(?P[\d]+)
#
PUT
/wp-json/wp/v2/location/{id}
PUT /wp/v2/location/(?P[\d]+)
#
PATCH
/wp-json/wp/v2/location/{id}
PATCH /wp/v2/location/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/location/{id}
DELETE /wp/v2/location/(?P[\d]+)
#
GET
/wp-json/wp/v2/location/{id}/autosaves
GET /wp/v2/location/(?P[\d]+)/autosaves
#
POST
/wp-json/wp/v2/location/{id}/autosaves
POST /wp/v2/location/(?P[\d]+)/autosaves
#
GET
/wp-json/wp/v2/location/{parent}/autosaves/{id}
GET /wp/v2/location/(?P[\d]+)/autosaves/(?P[\d]+)
#
GET
/wp-json/wp/v2/location/{parent}/revisions
GET /wp/v2/location/(?P[\d]+)/revisions
#
GET
/wp-json/wp/v2/location/{parent}/revisions/{id}
GET /wp/v2/location/(?P[\d]+)/revisions/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/location/{parent}/revisions/{id}
DELETE /wp/v2/location/(?P[\d]+)/revisions/(?P[\d]+)
#
POST
/wp-json/wp/v2/media
POST /wp/v2/media
#
POST
/wp-json/wp/v2/media/{id}
POST /wp/v2/media/(?P[\d]+)
#
POST
/wp-json/wp/v2/media/{id}/edit
POST /wp/v2/media/(?P[\d]+)/edit
#
POST
/wp-json/wp/v2/media/{id}/finalize
POST /wp/v2/media/(?P[\d]+)/finalize
#
POST
/wp-json/wp/v2/media/{id}/post-process
POST /wp/v2/media/(?P[\d]+)/post-process
#
POST
/wp-json/wp/v2/media/{id}/sideload
POST /wp/v2/media/(?P[\d]+)/sideload
#
GET
/wp-json/wp/v2/navigation
GET /wp/v2/navigation
#
POST
/wp-json/wp/v2/navigation
POST /wp/v2/navigation
#
GET
/wp-json/wp/v2/navigation/{id}
GET /wp/v2/navigation/(?P[\d]+)
#
POST
/wp-json/wp/v2/navigation/{id}
POST /wp/v2/navigation/(?P[\d]+)
#
PUT
/wp-json/wp/v2/navigation/{id}
PUT /wp/v2/navigation/(?P[\d]+)
#
PATCH
/wp-json/wp/v2/navigation/{id}
PATCH /wp/v2/navigation/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/navigation/{id}
DELETE /wp/v2/navigation/(?P[\d]+)
#
GET
/wp-json/wp/v2/navigation/{id}/autosaves
GET /wp/v2/navigation/(?P[\d]+)/autosaves
#
POST
/wp-json/wp/v2/navigation/{id}/autosaves
POST /wp/v2/navigation/(?P[\d]+)/autosaves
#
GET
/wp-json/wp/v2/navigation/{parent}/autosaves/{id}
GET /wp/v2/navigation/(?P[\d]+)/autosaves/(?P[\d]+)
#
GET
/wp-json/wp/v2/navigation/{parent}/revisions
GET /wp/v2/navigation/(?P[\d]+)/revisions
#
GET
/wp-json/wp/v2/navigation/{parent}/revisions/{id}
GET /wp/v2/navigation/(?P[\d]+)/revisions/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/navigation/{parent}/revisions/{id}
DELETE /wp/v2/navigation/(?P[\d]+)/revisions/(?P[\d]+)
#
GET
/wp-json/wp/v2/pages
GET /wp/v2/pages
#
POST
/wp-json/wp/v2/pages
POST /wp/v2/pages
#
GET
/wp-json/wp/v2/pages/{id}
GET /wp/v2/pages/(?P[\d]+)
#
POST
/wp-json/wp/v2/pages/{id}
POST /wp/v2/pages/(?P[\d]+)
#
PUT
/wp-json/wp/v2/pages/{id}
PUT /wp/v2/pages/(?P[\d]+)
#
PATCH
/wp-json/wp/v2/pages/{id}
PATCH /wp/v2/pages/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/pages/{id}
DELETE /wp/v2/pages/(?P[\d]+)
#
GET
/wp-json/wp/v2/pages/{id}/autosaves
GET /wp/v2/pages/(?P[\d]+)/autosaves
#
POST
/wp-json/wp/v2/pages/{id}/autosaves
POST /wp/v2/pages/(?P[\d]+)/autosaves
#
GET
/wp-json/wp/v2/pages/{parent}/autosaves/{id}
GET /wp/v2/pages/(?P[\d]+)/autosaves/(?P[\d]+)
#
GET
/wp-json/wp/v2/pages/{parent}/revisions
GET /wp/v2/pages/(?P[\d]+)/revisions
#
GET
/wp-json/wp/v2/pages/{parent}/revisions/{id}
GET /wp/v2/pages/(?P[\d]+)/revisions/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/pages/{parent}/revisions/{id}
DELETE /wp/v2/pages/(?P[\d]+)/revisions/(?P[\d]+)
#
GET
/wp-json/wp/v2/pattern-directory/patterns
GET /wp/v2/pattern-directory/patterns
#
GET
/wp-json/wp/v2/plugins
GET /wp/v2/plugins
#
POST
/wp-json/wp/v2/plugins
POST /wp/v2/plugins
#
GET
/wp-json/wp/v2/plugins/{plugin}
GET /wp/v2/plugins/(?P[^.\/]+(?:\/[^.\/]+)?)
#
POST
/wp-json/wp/v2/plugins/{plugin}
POST /wp/v2/plugins/(?P[^.\/]+(?:\/[^.\/]+)?)
#
PUT
/wp-json/wp/v2/plugins/{plugin}
PUT /wp/v2/plugins/(?P[^.\/]+(?:\/[^.\/]+)?)
#
PATCH
/wp-json/wp/v2/plugins/{plugin}
PATCH /wp/v2/plugins/(?P[^.\/]+(?:\/[^.\/]+)?)
#
DELETE
/wp-json/wp/v2/plugins/{plugin}
DELETE /wp/v2/plugins/(?P[^.\/]+(?:\/[^.\/]+)?)
#
GET
/wp-json/wp/v2/posts
GET /wp/v2/posts
#
POST
/wp-json/wp/v2/posts
POST /wp/v2/posts
#
GET
/wp-json/wp/v2/posts/{id}
GET /wp/v2/posts/(?P[\d]+)
#
POST
/wp-json/wp/v2/posts/{id}
POST /wp/v2/posts/(?P[\d]+)
#
PUT
/wp-json/wp/v2/posts/{id}
PUT /wp/v2/posts/(?P[\d]+)
#
PATCH
/wp-json/wp/v2/posts/{id}
PATCH /wp/v2/posts/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/posts/{id}
DELETE /wp/v2/posts/(?P[\d]+)
#
GET
/wp-json/wp/v2/posts/{id}/autosaves
GET /wp/v2/posts/(?P[\d]+)/autosaves
#
POST
/wp-json/wp/v2/posts/{id}/autosaves
POST /wp/v2/posts/(?P[\d]+)/autosaves
#
GET
/wp-json/wp/v2/posts/{parent}/autosaves/{id}
GET /wp/v2/posts/(?P[\d]+)/autosaves/(?P[\d]+)
#
GET
/wp-json/wp/v2/posts/{parent}/revisions
GET /wp/v2/posts/(?P[\d]+)/revisions
#
GET
/wp-json/wp/v2/posts/{parent}/revisions/{id}
GET /wp/v2/posts/(?P[\d]+)/revisions/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/posts/{parent}/revisions/{id}
DELETE /wp/v2/posts/(?P[\d]+)/revisions/(?P[\d]+)
#
GET
/wp-json/wp/v2/search
GET /wp/v2/search
#
GET
/wp-json/wp/v2/settings
GET /wp/v2/settings
#
POST
/wp-json/wp/v2/settings
POST /wp/v2/settings
#
PUT
/wp-json/wp/v2/settings
PUT /wp/v2/settings
#
PATCH
/wp-json/wp/v2/settings
PATCH /wp/v2/settings
#
GET
/wp-json/wp/v2/statuses
GET /wp/v2/statuses
#
GET
/wp-json/wp/v2/statuses/{status}
GET /wp/v2/statuses/(?P[\w-]+)
#
POST
/wp-json/wp/v2/tags
POST /wp/v2/tags
#
POST
/wp-json/wp/v2/tags/{id}
POST /wp/v2/tags/(?P[\d]+)
#
GET
/wp-json/wp/v2/taxonomies
GET /wp/v2/taxonomies
#
GET
/wp-json/wp/v2/taxonomies/{taxonomy}
GET /wp/v2/taxonomies/(?P[\w-]+)
#
GET
/wp-json/wp/v2/template-parts
GET /wp/v2/template-parts
#
POST
/wp-json/wp/v2/template-parts
POST /wp/v2/template-parts
#
GET
/wp-json/wp/v2/template-parts/{id}
GET /wp/v2/template-parts/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)
#
POST
/wp-json/wp/v2/template-parts/{id}
POST /wp/v2/template-parts/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)
#
PUT
/wp-json/wp/v2/template-parts/{id}
PUT /wp/v2/template-parts/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)
#
PATCH
/wp-json/wp/v2/template-parts/{id}
PATCH /wp/v2/template-parts/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)
#
DELETE
/wp-json/wp/v2/template-parts/{id}
DELETE /wp/v2/template-parts/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)
#
GET
/wp-json/wp/v2/template-parts/{id}/autosaves
GET /wp/v2/template-parts/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/autosaves
#
POST
/wp-json/wp/v2/template-parts/{id}/autosaves
POST /wp/v2/template-parts/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/autosaves
#
GET
/wp-json/wp/v2/template-parts/{parent}/autosaves/{id}
GET /wp/v2/template-parts/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/autosaves/(?P[\d]+)
#
GET
/wp-json/wp/v2/template-parts/{parent}/revisions
GET /wp/v2/template-parts/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/revisions
#
GET
/wp-json/wp/v2/template-parts/{parent}/revisions/{id}
GET /wp/v2/template-parts/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/revisions/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/template-parts/{parent}/revisions/{id}
DELETE /wp/v2/template-parts/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/revisions/(?P[\d]+)
#
GET
/wp-json/wp/v2/template-parts/lookup
GET /wp/v2/template-parts/lookup
#
GET
/wp-json/wp/v2/templates
GET /wp/v2/templates
#
POST
/wp-json/wp/v2/templates
POST /wp/v2/templates
#
GET
/wp-json/wp/v2/templates/{id}
GET /wp/v2/templates/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)
#
POST
/wp-json/wp/v2/templates/{id}
POST /wp/v2/templates/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)
#
PUT
/wp-json/wp/v2/templates/{id}
PUT /wp/v2/templates/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)
#
PATCH
/wp-json/wp/v2/templates/{id}
PATCH /wp/v2/templates/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)
#
DELETE
/wp-json/wp/v2/templates/{id}
DELETE /wp/v2/templates/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)
#
GET
/wp-json/wp/v2/templates/{id}/autosaves
GET /wp/v2/templates/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/autosaves
#
POST
/wp-json/wp/v2/templates/{id}/autosaves
POST /wp/v2/templates/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/autosaves
#
GET
/wp-json/wp/v2/templates/{parent}/autosaves/{id}
GET /wp/v2/templates/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/autosaves/(?P[\d]+)
#
GET
/wp-json/wp/v2/templates/{parent}/revisions
GET /wp/v2/templates/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/revisions
#
GET
/wp-json/wp/v2/templates/{parent}/revisions/{id}
GET /wp/v2/templates/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/revisions/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/templates/{parent}/revisions/{id}
DELETE /wp/v2/templates/(?P([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/revisions/(?P[\d]+)
#
GET
/wp-json/wp/v2/templates/lookup
GET /wp/v2/templates/lookup
#
GET
/wp-json/wp/v2/themes
GET /wp/v2/themes
#
GET
/wp-json/wp/v2/themes/{stylesheet}
GET /wp/v2/themes/(?P[^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)
#
GET
/wp-json/wp/v2/types
GET /wp/v2/types
#
GET
/wp-json/wp/v2/types/{type}
GET /wp/v2/types/(?P[\w-]+)
#
GET
/wp-json/wp/v2/users
GET /wp/v2/users
#
POST
/wp-json/wp/v2/users
POST /wp/v2/users
#
GET
/wp-json/wp/v2/users/{id}
GET /wp/v2/users/(?P[\d]+)
#
POST
/wp-json/wp/v2/users/{id}
POST /wp/v2/users/(?P[\d]+)
#
PUT
/wp-json/wp/v2/users/{id}
PUT /wp/v2/users/(?P[\d]+)
#
PATCH
/wp-json/wp/v2/users/{id}
PATCH /wp/v2/users/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/users/{id}
DELETE /wp/v2/users/(?P[\d]+)
#
GET
/wp-json/wp/v2/users/{user_id}/application-passwords
GET /wp/v2/users/(?P(?:[\d]+|me))/application-passwords
#
POST
/wp-json/wp/v2/users/{user_id}/application-passwords
POST /wp/v2/users/(?P(?:[\d]+|me))/application-passwords
#
DELETE
/wp-json/wp/v2/users/{user_id}/application-passwords
DELETE /wp/v2/users/(?P(?:[\d]+|me))/application-passwords
#
GET
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
GET /wp/v2/users/(?P(?:[\d]+|me))/application-passwords/(?P[\w\-]+)
#
POST
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
POST /wp/v2/users/(?P(?:[\d]+|me))/application-passwords/(?P[\w\-]+)
#
PUT
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
PUT /wp/v2/users/(?P(?:[\d]+|me))/application-passwords/(?P[\w\-]+)
#
PATCH
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
PATCH /wp/v2/users/(?P(?:[\d]+|me))/application-passwords/(?P[\w\-]+)
#
DELETE
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
DELETE /wp/v2/users/(?P(?:[\d]+|me))/application-passwords/(?P[\w\-]+)
#
GET
/wp-json/wp/v2/users/{user_id}/application-passwords/introspect
GET /wp/v2/users/(?P(?:[\d]+|me))/application-passwords/introspect
#
GET
/wp-json/wp/v2/users/me
GET /wp/v2/users/me
#
POST
/wp-json/wp/v2/users/me
POST /wp/v2/users/me
#
PUT
/wp-json/wp/v2/users/me
PUT /wp/v2/users/me
#
PATCH
/wp-json/wp/v2/users/me
PATCH /wp/v2/users/me
#
DELETE
/wp-json/wp/v2/users/me
DELETE /wp/v2/users/me
#
GET
/wp-json/wp/v2/view-config
GET /wp/v2/view-config
#
GET
/wp-json/wp/v2/visibility_preset
GET /wp/v2/visibility_preset
#
POST
/wp-json/wp/v2/visibility_preset
POST /wp/v2/visibility_preset
#
GET
/wp-json/wp/v2/visibility_preset/{id}
GET /wp/v2/visibility_preset/(?P[\d]+)
#
POST
/wp-json/wp/v2/visibility_preset/{id}
POST /wp/v2/visibility_preset/(?P[\d]+)
#
PUT
/wp-json/wp/v2/visibility_preset/{id}
PUT /wp/v2/visibility_preset/(?P[\d]+)
#
PATCH
/wp-json/wp/v2/visibility_preset/{id}
PATCH /wp/v2/visibility_preset/(?P[\d]+)
#
DELETE
/wp-json/wp/v2/visibility_preset/{id}
DELETE /wp/v2/visibility_preset/(?P[\d]+)
#
POST
/wp-json/wp/v2/widget-types/{id}/encode
POST /wp/v2/widget-types/(?P[a-zA-Z0-9_-]+)/encode
#
POST
/wp-json/wp/v2/widget-types/{id}/render
POST /wp/v2/widget-types/(?P[a-zA-Z0-9_-]+)/render
#
POST
/wp-json/wp/v2/widgets
POST /wp/v2/widgets
#
POST
/wp-json/wp/v2/widgets/{id}
POST /wp/v2/widgets/(?P[\w\-]+)
#
GET
/wp-json/wp/v2/wp_pattern_category
GET /wp/v2/wp_pattern_category
#
POST
/wp-json/wp/v2/wp_pattern_category
POST /wp/v2/wp_pattern_category
#
GET
/wp-json/wp/v2/wp_pattern_category/{id}
GET /wp/v2/wp_pattern_category/(?P[\d]+)
#
POST
/wp-json/wp/v2/wp_pattern_category/{id}
POST /wp/v2/wp_pattern_category/(?P[\d]+)
#
PUT
/wp-json/wp/v2/wp_pattern_category/{id}
PUT /wp/v2/wp_pattern_category/(?P[\d]+)
#
Specifications
Other Resources
Every API here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.
get_api_artifactsOne API's artifacts, grouped by type.
get_openapiThe primary OpenAPI for this API.
find_similar_apisAPIs that look like this one.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This API
curl "https://apis.io/api/v1/apis/local-infusion-wp-v2-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Local Infusion WordPress REST Wp/v2 API
version: wp/v2
summary: The live WordPress REST API served by the Local Infusion corporate website.
description: 'Derived verbatim from the route-discovery document the Local Infusion web server publishes at https://mylocalinfusion.com/wp-json/ (fetched 2026-08-25, HTTP 200). Every path, method, parameter name, type, default and enum in this document was read from that live response; nothing was invented.
This is the content-management API of the corporate marketing site, not a clinical, patient, scheduling or claims API. Local Infusion is an outpatient infusion-therapy provider and publishes no developer product API. The surface is catalogued because it is a real, live, self-describing HTTP contract on the provider''s own host — one that serves a genuinely useful public dataset, the `location` custom post type carrying the company''s infusion-center directory — and because the same WordPress install fronts two Model Context Protocol servers under the `mcp` namespace (see mcp/local-infusion-mcp.yml).
Only the WordPress core namespaces are represented (`wp/v2`, `wp-abilities/v1`, `mcp`, `oembed/1.0`, and the unnamespaced root). Third-party plugin namespaces advertised by the same discovery document (redirection/v1, wordfence/v1, wordfence-login-security/v1, yoast/v1, block-visibility/v1, duplicate-post/v1, objectcache/v1, wp-rocket/v1, genesis/v1, wp-site-health/v1, wp-block-editor/v1) are intentionally excluded as vendor plugin internals.'
x-derived-from: https://mylocalinfusion.com/wp-json/
x-derived-on: '2026-08-25'
x-apievangelist-method: derived
servers:
- url: https://mylocalinfusion.com
description: Production
tags:
- name: wp/v2
description: WordPress core content API (posts, pages, media, taxonomies, plus the site's `location` custom post type carrying its infusion-center directory).
paths:
/wp-json/wp/v2:
get:
operationId: getWpV2
summary: GET /wp/v2
description: WordPress REST API route `/wp/v2` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
parameters:
- name: namespace
in: query
schema:
default: wp/v2
- name: context
in: query
schema:
default: view
/wp-json/wp/v2/block-directory/search:
get:
operationId: getWpV2BlockDirectorySearch
summary: GET /wp/v2/block-directory/search
description: WordPress REST API route `/wp/v2/block-directory/search` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
parameters:
- name: context
in: query
schema:
type: string
enum:
- view
default: view
description: Scope under which the request is made; determines fields present in response.
- name: page
in: query
schema:
type: integer
default: 1
description: Current page of the collection.
- name: per_page
in: query
schema:
type: integer
default: 10
description: Maximum number of items to be returned in result set.
- name: term
in: query
schema:
type: string
description: Limit result set to blocks matching the search term.
required: true
/wp-json/wp/v2/block-patterns/categories:
get:
operationId: getWpV2BlockPatternsCategories
summary: GET /wp/v2/block-patterns/categories
description: WordPress REST API route `/wp/v2/block-patterns/categories` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
/wp-json/wp/v2/block-patterns/patterns:
get:
operationId: getWpV2BlockPatternsPatterns
summary: GET /wp/v2/block-patterns/patterns
description: WordPress REST API route `/wp/v2/block-patterns/patterns` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
/wp-json/wp/v2/block-renderer/{name}:
parameters:
- name: name
in: path
required: true
schema:
type: string
get:
operationId: getWpV2BlockRendererByName
summary: GET /wp/v2/block-renderer/(?P<name>[a-z0-9-]+/[a-z0-9-]+)
description: WordPress REST API route `/wp/v2/block-renderer/(?P<name>[a-z0-9-]+/[a-z0-9-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
parameters:
- name: context
in: query
schema:
type: string
enum:
- edit
default: view
description: Scope under which the request is made; determines fields present in response.
- name: attributes
in: query
schema:
type: object
default: []
description: Attributes for the block.
- name: post_id
in: query
schema:
type: integer
description: ID of the post context.
post:
operationId: postWpV2BlockRendererByName
summary: POST /wp/v2/block-renderer/(?P<name>[a-z0-9-]+/[a-z0-9-]+)
description: WordPress REST API route `/wp/v2/block-renderer/(?P<name>[a-z0-9-]+/[a-z0-9-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
context:
type: string
enum:
- edit
default: view
description: Scope under which the request is made; determines fields present in response.
attributes:
type: object
default: []
description: Attributes for the block.
post_id:
type: integer
description: ID of the post context.
/wp-json/wp/v2/block-types:
get:
operationId: getWpV2BlockTypes
summary: GET /wp/v2/block-types
description: WordPress REST API route `/wp/v2/block-types` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
parameters:
- name: context
in: query
schema:
type: string
enum:
- view
- embed
- edit
default: view
description: Scope under which the request is made; determines fields present in response.
- name: namespace
in: query
schema:
type: string
description: Block namespace.
/wp-json/wp/v2/block-types/{namespace}:
parameters:
- name: namespace
in: path
required: true
schema:
type: string
get:
operationId: getWpV2BlockTypesByNamespace
summary: GET /wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)
description: WordPress REST API route `/wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
parameters:
- name: context
in: query
schema:
type: string
enum:
- view
- embed
- edit
default: view
description: Scope under which the request is made; determines fields present in response.
/wp-json/wp/v2/block-types/{namespace}/{name}:
parameters:
- name: namespace
in: path
required: true
schema:
type: string
- name: name
in: path
required: true
schema:
type: string
get:
operationId: getWpV2BlockTypesByNamespaceByName
summary: GET /wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)/(?P<name>[a-zA-Z0-9_-]+)
description: WordPress REST API route `/wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)/(?P<name>[a-zA-Z0-9_-]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
parameters:
- name: context
in: query
schema:
type: string
enum:
- view
- embed
- edit
default: view
description: Scope under which the request is made; determines fields present in response.
/wp-json/wp/v2/blocks:
get:
operationId: getWpV2Blocks
summary: GET /wp/v2/blocks
description: WordPress REST API route `/wp/v2/blocks` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
parameters:
- name: context
in: query
schema:
type: string
enum:
- view
- embed
- edit
default: view
description: Scope under which the request is made; determines fields present in response.
- name: page
in: query
schema:
type: integer
default: 1
description: Current page of the collection.
- name: per_page
in: query
schema:
type: integer
default: 10
description: Maximum number of items to be returned in result set.
- name: search
in: query
schema:
type: string
description: Limit results to those matching a string.
- name: after
in: query
schema:
type: string
format: date-time
description: Limit response to posts published after a given ISO8601 compliant date.
- name: modified_after
in: query
schema:
type: string
format: date-time
description: Limit response to posts modified after a given ISO8601 compliant date.
- name: before
in: query
schema:
type: string
format: date-time
description: Limit response to posts published before a given ISO8601 compliant date.
- name: modified_before
in: query
schema:
type: string
format: date-time
description: Limit response to posts modified before a given ISO8601 compliant date.
- name: exclude
in: query
schema:
type: array
items:
type: integer
default: []
description: Ensure result set excludes specific IDs.
- name: include
in: query
schema:
type: array
items:
type: integer
default: []
description: Limit result set to specific IDs.
- name: search_semantics
in: query
schema:
type: string
enum:
- exact
description: How to interpret the search input.
- name: offset
in: query
schema:
type: integer
description: Offset the result set by a specific number of items.
- name: order
in: query
schema:
type: string
enum:
- asc
- desc
default: desc
description: Order sort attribute ascending or descending.
- name: orderby
in: query
schema:
type: string
enum:
- author
- date
- id
- include
- modified
- parent
- relevance
- slug
- include_slugs
- title
default: date
description: Sort collection by post attribute.
- name: search_columns
in: query
schema:
type: array
items:
type: string
enum:
- post_title
- post_content
- post_excerpt
default: []
description: Array of column names to be searched.
- name: slug
in: query
schema:
type: array
items:
type: string
description: Limit result set to posts with one or more specific slugs.
- name: status
in: query
schema:
type: array
items:
type: string
enum:
- publish
- future
- draft
- pending
- private
- trash
- auto-draft
- inherit
- request-pending
- request-confirmed
- request-failed
- request-completed
- acf-disabled
- dp-rewrite-republish
- any
default: publish
description: Limit result set to posts assigned one or more statuses.
- name: tax_relation
in: query
schema:
type: string
enum:
- AND
- OR
description: Limit result set based on relationship between multiple taxonomies.
- name: wp_pattern_category
in: query
schema:
type: object
description: Limit result set to items with specific terms assigned in the wp_pattern_category taxonomy.
- name: wp_pattern_category_exclude
in: query
schema:
type: object
description: Limit result set to items except those with specific terms assigned in the wp_pattern_category taxonomy.
post:
operationId: postWpV2Blocks
summary: POST /wp/v2/blocks
description: WordPress REST API route `/wp/v2/blocks` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
date:
type: string
format: date-time
description: The date the post was published, in the site's timezone.
date_gmt:
type: string
format: date-time
description: The date the post was published, as GMT.
slug:
type: string
description: An alphanumeric identifier for the post unique to its type.
status:
type: string
enum:
- publish
- future
- draft
- pending
- private
- acf-disabled
description: A named status for the post.
password:
type: string
description: A password to protect access to the content and excerpt.
title:
type: object
description: The title for the post.
content:
type: object
description: The content for the post.
excerpt:
type: object
description: The excerpt for the post.
meta:
type: object
description: Meta fields.
template:
type: string
description: The theme file to use to display the post.
wp_pattern_category:
type: array
items:
type: integer
description: The terms assigned to the post in the wp_pattern_category taxonomy.
/wp-json/wp/v2/blocks/{id}:
parameters:
- name: id
in: path
required: true
schema:
type: string
get:
operationId: getWpV2BlocksById
summary: GET /wp/v2/blocks/(?P<id>[\d]+)
description: WordPress REST API route `/wp/v2/blocks/(?P<id>[\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
parameters:
- name: context
in: query
schema:
type: string
enum:
- view
- embed
- edit
default: view
description: Scope under which the request is made; determines fields present in response.
- name: excerpt_length
in: query
schema:
type: integer
description: Override the default excerpt length.
- name: password
in: query
schema:
type: string
description: The password for the post if it is password protected.
post:
operationId: postWpV2BlocksById
summary: POST /wp/v2/blocks/(?P<id>[\d]+)
description: WordPress REST API route `/wp/v2/blocks/(?P<id>[\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
date:
type: string
format: date-time
description: The date the post was published, in the site's timezone.
date_gmt:
type: string
format: date-time
description: The date the post was published, as GMT.
slug:
type: string
description: An alphanumeric identifier for the post unique to its type.
status:
type: string
enum:
- publish
- future
- draft
- pending
- private
- acf-disabled
description: A named status for the post.
password:
type: string
description: A password to protect access to the content and excerpt.
title:
type: object
description: The title for the post.
content:
type: object
description: The content for the post.
excerpt:
type: object
description: The excerpt for the post.
meta:
type: object
description: Meta fields.
template:
type: string
description: The theme file to use to display the post.
wp_pattern_category:
type: array
items:
type: integer
description: The terms assigned to the post in the wp_pattern_category taxonomy.
put:
operationId: putWpV2BlocksById
summary: PUT /wp/v2/blocks/(?P<id>[\d]+)
description: WordPress REST API route `/wp/v2/blocks/(?P<id>[\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
date:
type: string
format: date-time
description: The date the post was published, in the site's timezone.
date_gmt:
type: string
format: date-time
description: The date the post was published, as GMT.
slug:
type: string
description: An alphanumeric identifier for the post unique to its type.
status:
type: string
enum:
- publish
- future
- draft
- pending
- private
- acf-disabled
description: A named status for the post.
password:
type: string
description: A password to protect access to the content and excerpt.
title:
type: object
description: The title for the post.
content:
type: object
description: The content for the post.
excerpt:
type: object
description: The excerpt for the post.
meta:
type: object
description: Meta fields.
template:
type: string
description: The theme file to use to display the post.
wp_pattern_category:
type: array
items:
type: integer
description: The terms assigned to the post in the wp_pattern_category taxonomy.
patch:
operationId: patchWpV2BlocksById
summary: PATCH /wp/v2/blocks/(?P<id>[\d]+)
description: WordPress REST API route `/wp/v2/blocks/(?P<id>[\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
date:
type: string
format: date-time
description: The date the post was published, in the site's timezone.
date_gmt:
type: string
format: date-time
description: The date the post was published, as GMT.
slug:
type: string
description: An alphanumeric identifier for the post unique to its type.
status:
type: string
enum:
- publish
- future
- draft
- pending
- private
- acf-disabled
description: A named status for the post.
password:
type: string
description: A password to protect access to the content and excerpt.
title:
type: object
description: The title for the post.
content:
type: object
description: The content for the post.
excerpt:
type: object
description: The excerpt for the post.
meta:
type: object
description: Meta fields.
template:
type: string
description: The theme file to use to display the post.
wp_pattern_category:
type: array
items:
type: integer
description: The terms assigned to the post in the wp_pattern_category taxonomy.
delete:
operationId: deleteWpV2BlocksById
summary: DELETE /wp/v2/blocks/(?P<id>[\d]+)
description: WordPress REST API route `/wp/v2/blocks/(?P<id>[\d]+)` in namespace `wp/v2`, as advertised by the live route-discovery document at https://mylocalinfusion.com/wp-json/.
tags:
- wp/v2
responses:
'200':
description: Success
content:
application/json:
schema: {}
'401':
description: Authentication required or capability missing
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource found
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
parameters:
- name: force
in: query
schema:
type: boolean
default: false
description: Whether to bypass Trash and force deletion.
/wp-json/wp/v2/blocks/{id}/autosaves:
parameters:
- name: id
in: path
required: true
schema:
type: string
get:
operationId: getWp
# --- truncated at 32 KB (501 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/local-infusion/refs/heads/main/openapi/local-infusion-wp-v2-api-openapi.yml