Skip to content

Latest commit

 

History

History
72 lines (54 loc) · 1.64 KB

File metadata and controls

72 lines (54 loc) · 1.64 KB

WordPress REST API Simple Checklist

Core Content Endpoints

  • /wp/v2/types

  • /wp/v2/taxonomies

  • /wp/v2/statuses

  • /wp/v2/$postType

  • /wp/v2/$postType/<id>/revisions

  • /wp/v2/$postType/<id>/autosaves

  • /wp/v2/$term

  • /wp/v2/media

  • /wp/v2/comments

  • /wp/v2/search

Block Editor Endpoints

  • /wp/v2/block-types
  • /wp/v2/blocks
  • /wp/v2/blocks/<id>/revisions
  • /wp/v2/blocks/<id>/autosaves
  • /wp/v2/block-renderer/<id>
  • /wp/v2/block-directory/search

Block Patterns & Templates

  • /wp/v2/block-patterns/patterns
  • /wp/v2/block-patterns/categories
  • /wp/v2/pattern-directory/patterns
  • /wp/v2/templates
  • /wp/v2/templates/<id>/revisions
  • /wp/v2/templates/<id>/autosaves
  • /wp/v2/template-parts
  • /wp/v2/template-parts/<id>/revisions
  • /wp/v2/template-parts/<id>/autosaves

Navigation & Menus

  • /wp/v2/navigation
  • /wp/v2/navigation/<id>/revisions
  • /wp/v2/navigation/<id>/autosaves
  • /wp/v2/menus
  • /wp/v2/menu-items
  • /wp/v2/menu-items/<id>/autosaves
  • /wp/v2/menu-locations

Widgets & Sidebars

  • /wp/v2/widgets
  • /wp/v2/widget-types
  • /wp/v2/sidebars

System Endpoints

  • /wp/v2/settings
  • /wp/v2/themes
  • /wp/v2/plugins
  • /wp/v2/users
  • /wp/v2/users/<user_id>/application-passwords

Global Styles

  • /wp/v2/global-styles/<id>
  • /wp/v2/global-styles/<id>/revisions

Additional Implemented Endpoints

  • /wp-block-editor/v1/settings
  • /wp-site-health/v1/tests
  • /wp/v2 (API root)