featured image not found in json from wp rest api

Use the _Embed at the end of your JSON call. It should look something like this:

https://example.com/wp-json/wp/v2/posts?_embed.

That will give you both the json objects and include a the featured image url that you’re looking for.

😉