Wordpress

The WordPress REST API provides an interface for applications to interact with your WordPress site by sending and receiving data as JSON (JavaScript Object Notation) objects. It is the foundation of the WordPress Block Editor, and can likewise enable your theme, plugin or custom application to present new, powerful interfaces for managing and publishing your site content.

IT Services · Wordpress

Configuration parameters

  • url — Your server URL (required)
  • credentials — Username (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (26)

  • wordpress-create-category

    Create a category

  • wordpress-create-comment

    Create a comment

  • wordpress-create-post

    Create a post

  • wordpress-create-tag

    Create a tag

  • wordpress-create-user

    Create a user

  • wordpress-delete-category

    Delete a category

  • wordpress-delete-comment

    Delete a comment

  • wordpress-delete-post

    Delete a post

  • wordpress-delete-tag

    Delete a tag

  • wordpress-delete-user

    Delete a user

  • wordpress-get-category

    Retrieve a category

  • wordpress-get-comment

    Retrieves a comment

  • wordpress-get-post

    Retrieve a specific post record.

  • wordpress-get-tag

    Retrieves a tag

  • wordpress-get-user

    Retrieve a user.

  • wordpress-list-categories

    List categories

  • wordpress-list-comments

    Lists all comments

  • wordpress-list-posts

    Lists all posts

  • wordpress-list-tags

    Lists all tags

  • wordpress-list-users

    List users

  • wordpress-update-category

    Update a category

  • wordpress-update-comment

    Update a comment

  • wordpress-update-post

    Update a post

  • wordpress-update-tag

    Update a tag

  • wordpress-update-user

    Update a user

  • wordpress-url-request

    Get information from a custom URL