Search-results
Edit
Schema Schema
The schema defines all the fields that exist for a search-result object.
id integer |
Unique identifier for the object.
Read only Context: |
title string |
The title for the object.
Read only Context: |
url string, uri |
URL to the object.
Read only Context: |
type string |
Object type.
Read only Context: One of: |
subtype string |
Object subtype.
Read only Context: One of: |
Example Request Example Request
$ curl -X OPTIONS -i https://example.com/wp-json/wp/v2/search
List Search-results List Search-results
Arguments Arguments
context
|
Scope under which the request is made; determines fields present in response.
Default: One of: |
page
|
Current page of the collection.
Default: |
per_page
|
Maximum number of items to be returned in result set.
Default: |
search
|
Limit results to those matching a string. |
type
|
Limit results to items of an object type.
Default: One of: |
subtype
|
Limit results to items of one or more object subtypes.
Default: |
Definition Definition
GET /wp/v2/search
Example Request Example Request
$ curl https://example.com/wp-json/wp/v2/search