WP Rest API – How to get featured image

I’m very new to this API, in fact I’ve only spent couple hours on it so far. I’ve done my research but cannot find anything about it… The issue is, I can’t seem to get the featured image of a post. The JSON returns “featured_media: 0”. getPosts: function() { var burl = “http://www.example.com/wp-json/wp/v2/posts”; var dataDiv … Read more