About 4,030 results
Open links in new tab
  1. REST API Handbook | Developer.WordPress.org

    Nov 8, 2016 · The WordPress REST API provides REST endpoints (URLs) representing the posts, pages, taxonomies, and other built-in WordPress data types. Your application can send …

  2. Using the REST API - WordPress Developer Resources

    Jan 18, 2017 · These articles explore the basic structure of the WordPress REST API. Global Parameters: learn about the global REST API query parameters that apply to every endpoint

  3. Reference – REST API Handbook | Developer.WordPress.org

    Dec 6, 2016 · The WordPress REST API is organized around REST, and is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors.

  4. Posts – REST API Handbook | Developer.WordPress.org

    Dec 6, 2016 · SchemaSchema The schema defines all the fields that exist within a post record. Any response from these endpoints can be expected to contain the fields below unless the …

  5. Key Concepts – REST API Handbook | Developer.WordPress.org

    Jan 4, 2020 · Each of these concepts play a crucial role in understanding, using, and extending the WordPress REST API, and each is explored in greater depth within this handbook.

  6. Routes and Endpoints – REST API Handbook

    Nov 8, 2016 · We can register endpoints to cover any of our use cases for interacting with WordPress. The endpoints serve as the core interaction point with the REST API, but there …

  7. Extending the REST API - WordPress Developer Resources

    Jan 18, 2017 · Adding Endpoints: create custom REST API endpoints for your plugin or application Working with Custom Content Types: learn how to interact with your custom post …

  8. REST API Overview – Plugin Handbook | Developer.WordPress.org

    Aug 26, 2021 · Each of these concepts play a crucial role in using and understanding the WordPress REST API. Let’s briefly break them down so that we can later explore each in …

  9. Authentication – REST API Handbook | Developer.WordPress.org

    Nov 8, 2016 · The API uses nonces with the action set to wp_rest. These can then be passed to the API via the _wpnonce data parameter (either POST data or in the query for GET …

  10. Common APIs Handbook | Developer.WordPress.org

    Jun 18, 2019 · This handbook serves as a clearinghouse for documentation on all APIs present within the WordPress software as well as APIs available from the WordPress.org ecosystem.