How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Offerpad WordPress REST API

The stock WordPress REST API served by Offerpad's WP Engine-hosted marketing site at https://www.offerpad.com/wp-json/. Confirmed live and anonymously readable on 2026-07-26 (HTTP 200, application/json, 387,532 bytes), the root discovery document self-describes 411 routes across 20 namespaces including wp/v2, yoast/v1, gf/v2 (Gravity Forms), redirection/v1 and elementor/v1, and advertises WordPress application passwords as its authentication scheme. This is a content-management surface for pages, posts, media and site metadata — it is NOT a real estate, listing, valuation or transaction API, and Offerpad does not document or support it as a developer product. It is catalogued here because it is the only publicly callable, machine-describable API found on any Offerpad host.

Offerpad WordPress REST API is one of 2 APIs that Offerpad publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include CMS, Content, WordPress, and Marketing Site. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 227 operations across 128 paths, organized into 41 resource areas, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against a single base URL, https://www.offerpad.com/wp-json.

227 operations 128 paths 1 schemas 35 DELETE124 GET68 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://www.offerpad.com/wp-json
Authentication
HTTP Basic
Contact
Resource Areas
41

Authentication & Security 1

Offerpad WordPress REST API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (applicationPasswords).

  • applicationPasswords — WordPress application passwords, advertised by the discovery document at https://www.offerpad.com/wp-admin/authorize-application.php. Sent as HTTP Basic creden…

Paths & Operations 227

Across 128 paths, the API surfaces 227 operations — 35 DELETE, 124 GET, 68 POST. They span 41 resource areas, including index, block-directory, block-patterns, block-renderer, block-types, blocks, categories, comments, and 33 more. Each is listed below with its method, path, parameters, and response codes.

index 1

WordPress index resource routes.

GET
/wp/v2
Get the wp/v2 namespace index
getNamespaceIndex 2 params → 200400401404
block-directory 1

WordPress block-directory resource routes.

GET
/wp/v2/block-directory/search
List block directory search
listBlockDirectorySearch 4 params → 200400401404
block-patterns 2

WordPress block-patterns resource routes.

GET
/wp/v2/block-patterns/categories
List block patterns categories
listBlockPatternsCategories → 200400401404
GET
/wp/v2/block-patterns/patterns
List block patterns patterns
listBlockPatternsPatterns → 200400401404
block-renderer 2

WordPress block-renderer resource routes.

GET
/wp/v2/block-renderer/{name}
Retrieve block renderer
getBlockRendererByName 4 params → 200400401404
POST
/wp/v2/block-renderer/{name}
Create block renderer
createBlockRendererByName 1 param body → 200201400401404
block-types 3

WordPress block-types resource routes.

GET
/wp/v2/block-types
List block types
listBlockTypes 2 params → 200400401404
GET
/wp/v2/block-types/{namespace}
Retrieve block types
getBlockTypesByNamespace 2 params → 200400401404
GET
/wp/v2/block-types/{namespace}/{name}
Retrieve block types
getBlockTypesByNamespaceByName 3 params → 200400401404
blocks 11

WordPress blocks resource routes.

GET
/wp/v2/blocks
List blocks
listBlocks 20 params → 200400401404
POST
/wp/v2/blocks
Create blocks
createBlocks body → 200201400401404
GET
/wp/v2/blocks/{id}
Retrieve blocks
getBlocksById 4 params → 200400401404
POST
/wp/v2/blocks/{id}
Create blocks
createBlocksById 1 param body → 200201400401404
DELETE
/wp/v2/blocks/{id}
Delete blocks
deleteBlocksById 2 params → 200400401404
GET
/wp/v2/blocks/{id}/autosaves
Retrieve blocks autosaves
getBlocksByIdAutosaves 3 params → 200400401404
POST
/wp/v2/blocks/{id}/autosaves
Create blocks autosaves
createBlocksByIdAutosaves 1 param body → 200201400401404
GET
/wp/v2/blocks/{parent}/autosaves/{id}
Retrieve blocks autosaves
getBlocksByParentAutosavesById 3 params → 200400401404
GET
/wp/v2/blocks/{parent}/revisions
Retrieve blocks revisions
getBlocksByParentRevisions 10 params → 200400401404
GET
/wp/v2/blocks/{parent}/revisions/{id}
Retrieve blocks revisions
getBlocksByParentRevisionsById 3 params → 200400401404
DELETE
/wp/v2/blocks/{parent}/revisions/{id}
Delete blocks revisions
deleteBlocksByParentRevisionsById 3 params → 200400401404
categories 5

WordPress categories resource routes.

GET
/wp/v2/categories
List categories
listCategories 12 params → 200400401404
POST
/wp/v2/categories
Create categories
createCategories body → 200201400401404
GET
/wp/v2/categories/{id}
Retrieve categories
getCategoriesById 2 params → 200400401404
POST
/wp/v2/categories/{id}
Create categories
createCategoriesById 1 param body → 200201400401404
DELETE
/wp/v2/categories/{id}
Delete categories
deleteCategoriesById 2 params → 200400401404
comments 5

WordPress comments resource routes.

GET
/wp/v2/comments
List comments
listComments 20 params → 200400401404
POST
/wp/v2/comments
Create comments
createComments body → 200201400401404
GET
/wp/v2/comments/{id}
Retrieve comments
getCommentsById 3 params → 200400401404
POST
/wp/v2/comments/{id}
Create comments
createCommentsById 1 param body → 200201400401404
DELETE
/wp/v2/comments/{id}
Delete comments
deleteCommentsById 3 params → 200400401404
e-floating-buttons 11

WordPress e-floating-buttons resource routes.

GET
/wp/v2/e-floating-buttons
List e floating buttons
listEFloatingButtons 21 params → 200400401404
POST
/wp/v2/e-floating-buttons
Create e floating buttons
createEFloatingButtons body → 200201400401404
GET
/wp/v2/e-floating-buttons/{id}
Retrieve e floating buttons
getEFloatingButtonsById 4 params → 200400401404
POST
/wp/v2/e-floating-buttons/{id}
Create e floating buttons
createEFloatingButtonsById 1 param body → 200201400401404
DELETE
/wp/v2/e-floating-buttons/{id}
Delete e floating buttons
deleteEFloatingButtonsById 2 params → 200400401404
GET
/wp/v2/e-floating-buttons/{id}/autosaves
Retrieve e floating buttons autosaves
getEFloatingButtonsByIdAutosaves 3 params → 200400401404
POST
/wp/v2/e-floating-buttons/{id}/autosaves
Create e floating buttons autosaves
createEFloatingButtonsByIdAutosaves 1 param body → 200201400401404
GET
/wp/v2/e-floating-buttons/{parent}/autosaves/{id}
Retrieve e floating buttons autosaves
getEFloatingButtonsByParentAutosavesById 3 params → 200400401404
GET
/wp/v2/e-floating-buttons/{parent}/revisions
Retrieve e floating buttons revisions
getEFloatingButtonsByParentRevisions 10 params → 200400401404
GET
/wp/v2/e-floating-buttons/{parent}/revisions/{id}
Retrieve e floating buttons revisions
getEFloatingButtonsByParentRevisionsById 3 params → 200400401404
DELETE
/wp/v2/e-floating-buttons/{parent}/revisions/{id}
Delete e floating buttons revisions
deleteEFloatingButtonsByParentRevisionsById 3 params → 200400401404
elementor_library 8

WordPress elementorlibrary resource routes.

GET
/wp/v2/elementor_library
List elementor library
listElementorLibrary 19 params → 200400401404
POST
/wp/v2/elementor_library
Create elementor library
createElementorLibrary body → 200201400401404
GET
/wp/v2/elementor_library/{id}
Retrieve elementor library
getElementorLibraryById 3 params → 200400401404
POST
/wp/v2/elementor_library/{id}
Create elementor library
createElementorLibraryById 1 param body → 200201400401404
DELETE
/wp/v2/elementor_library/{id}
Delete elementor library
deleteElementorLibraryById 2 params → 200400401404
GET
/wp/v2/elementor_library/{parent}/revisions
Retrieve elementor library revisions
getElementorLibraryByParentRevisions 10 params → 200400401404
GET
/wp/v2/elementor_library/{parent}/revisions/{id}
Retrieve elementor library revisions
getElementorLibraryByParentRevisionsById 3 params → 200400401404
DELETE
/wp/v2/elementor_library/{parent}/revisions/{id}
Delete elementor library revisions
deleteElementorLibraryByParentRevisionsById 3 params → 200400401404
elementor_snippet 5

WordPress elementorsnippet resource routes.

GET
/wp/v2/elementor_snippet
List elementor snippet
listElementorSnippet 19 params → 200400401404
POST
/wp/v2/elementor_snippet
Create elementor snippet
createElementorSnippet body → 200201400401404
GET
/wp/v2/elementor_snippet/{id}
Retrieve elementor snippet
getElementorSnippetById 3 params → 200400401404
POST
/wp/v2/elementor_snippet/{id}
Create elementor snippet
createElementorSnippetById 1 param body → 200201400401404
DELETE
/wp/v2/elementor_snippet/{id}
Delete elementor snippet
deleteElementorSnippetById 2 params → 200400401404
font-collections 2

WordPress font-collections resource routes.

GET
/wp/v2/font-collections
List font collections
listFontCollections 3 params → 200400401404
GET
/wp/v2/font-collections/{slug}
Retrieve font collections
getFontCollectionsBySlug 2 params → 200400401404
font-families 9

WordPress font-families resource routes.

GET
/wp/v2/font-families
List font families
listFontFamilies 10 params → 200400401404
POST
/wp/v2/font-families
Create font families
createFontFamilies body → 200201400401404
GET
/wp/v2/font-families/{font_family_id}/font-faces
Retrieve font families font faces
getFontFamiliesByFont_Family_IdFontFaces 10 params → 200400401404
POST
/wp/v2/font-families/{font_family_id}/font-faces
Create font families font faces
createFontFamiliesByFont_Family_IdFontFaces 1 param body → 200201400401404
GET
/wp/v2/font-families/{font_family_id}/font-faces/{id}
Retrieve font families font faces
getFontFamiliesByFont_Family_IdFontFacesById 3 params → 200400401404
DELETE
/wp/v2/font-families/{font_family_id}/font-faces/{id}
Delete font families font faces
deleteFontFamiliesByFont_Family_IdFontFacesById 3 params → 200400401404
GET
/wp/v2/font-families/{id}
Retrieve font families
getFontFamiliesById 2 params → 200400401404
POST
/wp/v2/font-families/{id}
Create font families
createFontFamiliesById 1 param body → 200201400401404
DELETE
/wp/v2/font-families/{id}
Delete font families
deleteFontFamiliesById 2 params → 200400401404
global-styles 6

WordPress global-styles resource routes.

GET
/wp/v2/global-styles/{id}
Retrieve global styles
getGlobalStylesById 1 param → 200400401404
POST
/wp/v2/global-styles/{id}
Create global styles
createGlobalStylesById 1 param body → 200201400401404
GET
/wp/v2/global-styles/{parent}/revisions
Retrieve global styles revisions
getGlobalStylesByParentRevisions 5 params → 200400401404
GET
/wp/v2/global-styles/{parent}/revisions/{id}
Retrieve global styles revisions
getGlobalStylesByParentRevisionsById 3 params → 200400401404
GET
/wp/v2/global-styles/themes/{stylesheet}/variations
Retrieve global styles themes variations
getGlobalStylesThemesByStylesheetVariations 1 param → 200400401404
GET
/wp/v2/global-styles/themes/{stylesheet}
Retrieve global styles themes
getGlobalStylesThemesByStylesheet 1 param → 200400401404
icons 2

WordPress icons resource routes.

GET
/wp/v2/icons
List icons
listIcons 4 params → 200400401404
GET
/wp/v2/icons/{name}
Retrieve icons
getIconsByName 2 params → 200400401404
locations 8

WordPress locations resource routes.

GET
/wp/v2/locations
List locations
listLocations 20 params → 200400401404
POST
/wp/v2/locations
Create locations
createLocations body → 200201400401404
GET
/wp/v2/locations/{id}
Retrieve locations
getLocationsById 3 params → 200400401404
POST
/wp/v2/locations/{id}
Create locations
createLocationsById 1 param body → 200201400401404
DELETE
/wp/v2/locations/{id}
Delete locations
deleteLocationsById 2 params → 200400401404
GET
/wp/v2/locations/{id}/autosaves
Retrieve locations autosaves
getLocationsByIdAutosaves 3 params → 200400401404
POST
/wp/v2/locations/{id}/autosaves
Create locations autosaves
createLocationsByIdAutosaves 1 param body → 200201400401404
GET
/wp/v2/locations/{parent}/autosaves/{id}
Retrieve locations autosaves
getLocationsByParentAutosavesById 3 params → 200400401404
media 7

WordPress media resource routes.

GET
/wp/v2/media
List media
listMedia 23 params → 200400401404
POST
/wp/v2/media
Create media
createMedia body → 200201400401404
GET
/wp/v2/media/{id}
Retrieve media
getMediaById 2 params → 200400401404
POST
/wp/v2/media/{id}
Create media
createMediaById 1 param body → 200201400401404
DELETE
/wp/v2/media/{id}
Delete media
deleteMediaById 2 params → 200400401404
POST
/wp/v2/media/{id}/edit
Create media edit
createMediaByIdEdit 1 param body → 200201400401404
POST
/wp/v2/media/{id}/post-process
Create media post process
createMediaByIdPostProcess 1 param body → 200201400401404
menu-items 8

WordPress menu-items resource routes.

GET
/wp/v2/menu-items
List menu items
listMenuItems 21 params → 200400401404
POST
/wp/v2/menu-items
Create menu items
createMenuItems body → 200201400401404
GET
/wp/v2/menu-items/{id}
Retrieve menu items
getMenuItemsById 2 params → 200400401404
POST
/wp/v2/menu-items/{id}
Create menu items
createMenuItemsById 1 param body → 200201400401404
DELETE
/wp/v2/menu-items/{id}
Delete menu items
deleteMenuItemsById 2 params → 200400401404
GET
/wp/v2/menu-items/{id}/autosaves
Retrieve menu items autosaves
getMenuItemsByIdAutosaves 3 params → 200400401404
POST
/wp/v2/menu-items/{id}/autosaves
Create menu items autosaves
createMenuItemsByIdAutosaves 1 param body → 200201400401404
GET
/wp/v2/menu-items/{parent}/autosaves/{id}
Retrieve menu items autosaves
getMenuItemsByParentAutosavesById 3 params → 200400401404
menu-locations 2

WordPress menu-locations resource routes.

GET
/wp/v2/menu-locations
List menu locations
listMenuLocations 1 param → 200400401404
GET
/wp/v2/menu-locations/{location}
Retrieve menu locations
getMenuLocationsByLocation 2 params → 200400401404
menus 5

WordPress menus resource routes.

GET
/wp/v2/menus
List menus
listMenus 12 params → 200400401404
POST
/wp/v2/menus
Create menus
createMenus body → 200201400401404
GET
/wp/v2/menus/{id}
Retrieve menus
getMenusById 2 params → 200400401404
POST
/wp/v2/menus/{id}
Create menus
createMenusById 1 param body → 200201400401404
DELETE
/wp/v2/menus/{id}
Delete menus
deleteMenusById 2 params → 200400401404
navigation 11

WordPress navigation resource routes.

GET
/wp/v2/navigation
List navigation
listNavigation 17 params → 200400401404
POST
/wp/v2/navigation
Create navigation
createNavigation body → 200201400401404
GET
/wp/v2/navigation/{id}
Retrieve navigation
getNavigationById 3 params → 200400401404
POST
/wp/v2/navigation/{id}
Create navigation
createNavigationById 1 param body → 200201400401404
DELETE
/wp/v2/navigation/{id}
Delete navigation
deleteNavigationById 2 params → 200400401404
GET
/wp/v2/navigation/{id}/autosaves
Retrieve navigation autosaves
getNavigationByIdAutosaves 3 params → 200400401404
POST
/wp/v2/navigation/{id}/autosaves
Create navigation autosaves
createNavigationByIdAutosaves 1 param body → 200201400401404
GET
/wp/v2/navigation/{parent}/autosaves/{id}
Retrieve navigation autosaves
getNavigationByParentAutosavesById 3 params → 200400401404
GET
/wp/v2/navigation/{parent}/revisions
Retrieve navigation revisions
getNavigationByParentRevisions 10 params → 200400401404
GET
/wp/v2/navigation/{parent}/revisions/{id}
Retrieve navigation revisions
getNavigationByParentRevisionsById 3 params → 200400401404
DELETE
/wp/v2/navigation/{parent}/revisions/{id}
Delete navigation revisions
deleteNavigationByParentRevisionsById 3 params → 200400401404
pages 11

WordPress pages resource routes.

GET
/wp/v2/pages
List pages
listPages 22 params → 200400401404
POST
/wp/v2/pages
Create pages
createPages body → 200201400401404
GET
/wp/v2/pages/{id}
Retrieve pages
getPagesById 4 params → 200400401404
POST
/wp/v2/pages/{id}
Create pages
createPagesById 1 param body → 200201400401404
DELETE
/wp/v2/pages/{id}
Delete pages
deletePagesById 2 params → 200400401404
GET
/wp/v2/pages/{id}/autosaves
Retrieve pages autosaves
getPagesByIdAutosaves 3 params → 200400401404
POST
/wp/v2/pages/{id}/autosaves
Create pages autosaves
createPagesByIdAutosaves 1 param body → 200201400401404
GET
/wp/v2/pages/{parent}/autosaves/{id}
Retrieve pages autosaves
getPagesByParentAutosavesById 3 params → 200400401404
GET
/wp/v2/pages/{parent}/revisions
Retrieve pages revisions
getPagesByParentRevisions 10 params → 200400401404
GET
/wp/v2/pages/{parent}/revisions/{id}
Retrieve pages revisions
getPagesByParentRevisionsById 3 params → 200400401404
DELETE
/wp/v2/pages/{parent}/revisions/{id}
Delete pages revisions
deletePagesByParentRevisionsById 3 params → 200400401404
pattern-directory 1

WordPress pattern-directory resource routes.

GET
/wp/v2/pattern-directory/patterns
List pattern directory patterns
listPatternDirectoryPatterns 10 params → 200400401404
plugins 5

WordPress plugins resource routes.

GET
/wp/v2/plugins
List plugins
listPlugins 3 params → 200400401404
POST
/wp/v2/plugins
Create plugins
createPlugins body → 200201400401404
GET
/wp/v2/plugins/{plugin}
Retrieve plugins
getPluginsByPlugin 2 params → 200400401404
POST
/wp/v2/plugins/{plugin}
Create plugins
createPluginsByPlugin 1 param body → 200201400401404
DELETE
/wp/v2/plugins/{plugin}
Delete plugins
deletePluginsByPlugin 2 params → 200400401404
posts 11

WordPress posts resource routes.

GET
/wp/v2/posts
List posts
listPosts 27 params → 200400401404
POST
/wp/v2/posts
Create posts
createPosts body → 200201400401404
GET
/wp/v2/posts/{id}
Retrieve posts
getPostsById 4 params → 200400401404
POST
/wp/v2/posts/{id}
Create posts
createPostsById 1 param body → 200201400401404
DELETE
/wp/v2/posts/{id}
Delete posts
deletePostsById 2 params → 200400401404
GET
/wp/v2/posts/{id}/autosaves
Retrieve posts autosaves
getPostsByIdAutosaves 3 params → 200400401404
POST
/wp/v2/posts/{id}/autosaves
Create posts autosaves
createPostsByIdAutosaves 1 param body → 200201400401404
GET
/wp/v2/posts/{parent}/autosaves/{id}
Retrieve posts autosaves
getPostsByParentAutosavesById 3 params → 200400401404
GET
/wp/v2/posts/{parent}/revisions
Retrieve posts revisions
getPostsByParentRevisions 10 params → 200400401404
GET
/wp/v2/posts/{parent}/revisions/{id}
Retrieve posts revisions
getPostsByParentRevisionsById 3 params → 200400401404
DELETE
/wp/v2/posts/{parent}/revisions/{id}
Delete posts revisions
deletePostsByParentRevisionsById 3 params → 200400401404
review 8

WordPress review resource routes.

GET
/wp/v2/review
List review
listReview 19 params → 200400401404
POST
/wp/v2/review
Create review
createReview body → 200201400401404
GET
/wp/v2/review/{id}
Retrieve review
getReviewById 4 params → 200400401404
POST
/wp/v2/review/{id}
Create review
createReviewById 1 param body → 200201400401404
DELETE
/wp/v2/review/{id}
Delete review
deleteReviewById 2 params → 200400401404
GET
/wp/v2/review/{id}/autosaves
Retrieve review autosaves
getReviewByIdAutosaves 3 params → 200400401404
POST
/wp/v2/review/{id}/autosaves
Create review autosaves
createReviewByIdAutosaves 1 param body → 200201400401404
GET
/wp/v2/review/{parent}/autosaves/{id}
Retrieve review autosaves
getReviewByParentAutosavesById 3 params → 200400401404
search 1

WordPress search resource routes.

GET
/wp/v2/search
List search
listSearch 8 params → 200400401404
settings 2

WordPress settings resource routes.

GET
/wp/v2/settings
List settings
listSettings → 200400401404
POST
/wp/v2/settings
Create settings
createSettings body → 200201400401404
sidebars 3

WordPress sidebars resource routes.

GET
/wp/v2/sidebars
List sidebars
listSidebars 1 param → 200400401404
GET
/wp/v2/sidebars/{id}
Retrieve sidebars
getSidebarsById 2 params → 200400401404
POST
/wp/v2/sidebars/{id}
Create sidebars
createSidebarsById 1 param body → 200201400401404
states 5

WordPress states resource routes.

GET
/wp/v2/states
List states
listStates 12 params → 200400401404
POST
/wp/v2/states
Create states
createStates body → 200201400401404
GET
/wp/v2/states/{id}
Retrieve states
getStatesById 2 params → 200400401404
POST
/wp/v2/states/{id}
Create states
createStatesById 1 param body → 200201400401404
DELETE
/wp/v2/states/{id}
Delete states
deleteStatesById 2 params → 200400401404
statuses 2

WordPress statuses resource routes.

GET
/wp/v2/statuses
List statuses
listStatuses 1 param → 200400401404
GET
/wp/v2/statuses/{status}
Retrieve statuses
getStatusesByStatus 2 params → 200400401404
tags 5

WordPress tags resource routes.

GET
/wp/v2/tags
List tags
listTags 12 params → 200400401404
POST
/wp/v2/tags
Create tags
createTags body → 200201400401404
GET
/wp/v2/tags/{id}
Retrieve tags
getTagsById 2 params → 200400401404
POST
/wp/v2/tags/{id}
Create tags
createTagsById 1 param body → 200201400401404
DELETE
/wp/v2/tags/{id}
Delete tags
deleteTagsById 2 params → 200400401404
taxonomies 2

WordPress taxonomies resource routes.

GET
/wp/v2/taxonomies
List taxonomies
listTaxonomies 2 params → 200400401404
GET
/wp/v2/taxonomies/{taxonomy}
Retrieve taxonomies
getTaxonomiesByTaxonomy 2 params → 200400401404
template-parts 12

WordPress template-parts resource routes.

GET
/wp/v2/template-parts
List template parts
listTemplateParts 4 params → 200400401404
POST
/wp/v2/template-parts
Create template parts
createTemplateParts body → 200201400401404
GET
/wp/v2/template-parts/{id}
Retrieve template parts
getTemplatePartsById 2 params → 200400401404
POST
/wp/v2/template-parts/{id}
Create template parts
createTemplatePartsById 1 param body → 200201400401404
DELETE
/wp/v2/template-parts/{id}
Delete template parts
deleteTemplatePartsById 2 params → 200400401404
GET
/wp/v2/template-parts/{id}/autosaves
Retrieve template parts autosaves
getTemplatePartsByIdAutosaves 2 params → 200400401404
POST
/wp/v2/template-parts/{id}/autosaves
Create template parts autosaves
createTemplatePartsByIdAutosaves 1 param body → 200201400401404
GET
/wp/v2/template-parts/{parent}/autosaves/{id}
Retrieve template parts autosaves
getTemplatePartsByParentAutosavesById 3 params → 200400401404
GET
/wp/v2/template-parts/{parent}/revisions
Retrieve template parts revisions
getTemplatePartsByParentRevisions 10 params → 200400401404
GET
/wp/v2/template-parts/{parent}/revisions/{id}
Retrieve template parts revisions
getTemplatePartsByParentRevisionsById 3 params → 200400401404
DELETE
/wp/v2/template-parts/{parent}/revisions/{id}
Delete template parts revisions
deleteTemplatePartsByParentRevisionsById 3 params → 200400401404
GET
/wp/v2/template-parts/lookup
List template parts lookup
listTemplatePartsLookup 3 params → 200400401404
templates 12

WordPress templates resource routes.

GET
/wp/v2/templates
List templates
listTemplates 4 params → 200400401404
POST
/wp/v2/templates
Create templates
createTemplates body → 200201400401404
GET
/wp/v2/templates/{id}
Retrieve templates
getTemplatesById 2 params → 200400401404
POST
/wp/v2/templates/{id}
Create templates
createTemplatesById 1 param body → 200201400401404
DELETE
/wp/v2/templates/{id}
Delete templates
deleteTemplatesById 2 params → 200400401404
GET
/wp/v2/templates/{id}/autosaves
Retrieve templates autosaves
getTemplatesByIdAutosaves 2 params → 200400401404
POST
/wp/v2/templates/{id}/autosaves
Create templates autosaves
createTemplatesByIdAutosaves 1 param body → 200201400401404
GET
/wp/v2/templates/{parent}/autosaves/{id}
Retrieve templates autosaves
getTemplatesByParentAutosavesById 3 params → 200400401404
GET
/wp/v2/templates/{parent}/revisions
Retrieve templates revisions
getTemplatesByParentRevisions 10 params → 200400401404
GET
/wp/v2/templates/{parent}/revisions/{id}
Retrieve templates revisions
getTemplatesByParentRevisionsById 3 params → 200400401404
DELETE
/wp/v2/templates/{parent}/revisions/{id}
Delete templates revisions
deleteTemplatesByParentRevisionsById 3 params → 200400401404
GET
/wp/v2/templates/lookup
List templates lookup
listTemplatesLookup 3 params → 200400401404
themes 2

WordPress themes resource routes.

GET
/wp/v2/themes
List themes
listThemes 1 param → 200400401404
GET
/wp/v2/themes/{stylesheet}
Retrieve themes
getThemesByStylesheet 1 param → 200400401404
types 2

WordPress types resource routes.

GET
/wp/v2/types
List types
listTypes 1 param → 200400401404
GET
/wp/v2/types/{type}
Retrieve types
getTypesByType 2 params → 200400401404
users 15

WordPress users resource routes.

GET
/wp/v2/users
List users
listUsers 15 params → 200400401404
POST
/wp/v2/users
Create users
createUsers body → 200201400401404
GET
/wp/v2/users/{id}
Retrieve users
getUsersById 2 params → 200400401404
POST
/wp/v2/users/{id}
Create users
createUsersById 1 param body → 200201400401404
DELETE
/wp/v2/users/{id}
Delete users
deleteUsersById 3 params → 200400401404
GET
/wp/v2/users/{user_id}/application-passwords
Retrieve users application passwords
getUsersByUser_IdApplicationPasswords 2 params → 200400401404
POST
/wp/v2/users/{user_id}/application-passwords
Create users application passwords
createUsersByUser_IdApplicationPasswords 1 param body → 200201400401404
DELETE
/wp/v2/users/{user_id}/application-passwords
Delete users application passwords
deleteUsersByUser_IdApplicationPasswords 1 param → 200400401404
GET
/wp/v2/users/{user_id}/application-passwords/{uuid}
Retrieve users application passwords
getUsersByUser_IdApplicationPasswordsByUuid 3 params → 200400401404
POST
/wp/v2/users/{user_id}/application-passwords/{uuid}
Create users application passwords
createUsersByUser_IdApplicationPasswordsByUuid 2 params body → 200201400401404
DELETE
/wp/v2/users/{user_id}/application-passwords/{uuid}
Delete users application passwords
deleteUsersByUser_IdApplicationPasswordsByUuid 2 params → 200400401404
GET
/wp/v2/users/{user_id}/application-passwords/introspect
Retrieve users application passwords introspect
getUsersByUser_IdApplicationPasswordsIntrospect 2 params → 200400401404
GET
/wp/v2/users/me
List users me
listUsersMe 1 param → 200400401404
POST
/wp/v2/users/me
Create users me
createUsersMe body → 200201400401404
DELETE
/wp/v2/users/me
Delete users me
deleteUsersMe 2 params → 200400401404
widget-types 4

WordPress widget-types resource routes.

GET
/wp/v2/widget-types
List widget types
listWidgetTypes 1 param → 200400401404
GET
/wp/v2/widget-types/{id}
Retrieve widget types
getWidgetTypesById 2 params → 200400401404
POST
/wp/v2/widget-types/{id}/encode
Create widget types encode
createWidgetTypesByIdEncode 1 param body → 200201400401404
POST
/wp/v2/widget-types/{id}/render
Create widget types render
createWidgetTypesByIdRender 1 param body → 200201400401404
widgets 5

WordPress widgets resource routes.

GET
/wp/v2/widgets
List widgets
listWidgets 2 params → 200400401404
POST
/wp/v2/widgets
Create widgets
createWidgets body → 200201400401404
GET
/wp/v2/widgets/{id}
Retrieve widgets
getWidgetsById 2 params → 200400401404
POST
/wp/v2/widgets/{id}
Create widgets
createWidgetsById 1 param body → 200201400401404
DELETE
/wp/v2/widgets/{id}
Delete widgets
deleteWidgetsById 2 params → 200400401404
wp_pattern_category 5

WordPress wppatterncategory resource routes.

GET
/wp/v2/wp_pattern_category
List wp pattern category
listWpPatternCategory 12 params → 200400401404
POST
/wp/v2/wp_pattern_category
Create wp pattern category
createWpPatternCategory body → 200201400401404
GET
/wp/v2/wp_pattern_category/{id}
Retrieve wp pattern category
getWpPatternCategoryById 2 params → 200400401404
POST
/wp/v2/wp_pattern_category/{id}
Create wp pattern category
createWpPatternCategoryById 1 param body → 200201400401404
DELETE
/wp/v2/wp_pattern_category/{id}
Delete wp pattern category
deleteWpPatternCategoryById 2 params → 200400401404

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is WPError (3 properties). Each schema is shown below with its type and property counts.

WPError
object
WordPress REST error envelope, observed live on this host.
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

offerpad-wordpress-wp-v2-openapi.yml Raw ↑

Other APIs Offerpad publishes across the network.

Offerpad Helix API (private customer backend)
Where this information came from

This is an independent, third-party profile of Offerpad WordPress REST API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.