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 and receive …

  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 `_filter` query …

  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. 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 types and custom …

  7. Routes and Endpoints – REST API Handbook | Developer.WordPress.org

    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 are many other topics …

  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 greater depth.

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

    Nov 8, 2016 · The credentials can be passed along to REST API requests served over https:// using Basic Auth / RFC 7617 — here’s the documentation for how to use it with cURL.

  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.