When working with the WordPress REST API it's common to include the post thumbnail in the API response to provide additional visual information.
Custom fields in JSON response
When making a REST API request in WordPress to search for specific terms in the content, title, or any other searchable fields, the 's' key is utilized
When you make a GET request to the default /wp-json/wp/v2/posts endpoint, WordPress returns a JSON array containing the default fields for each post


