Title: Featured Image
Last modified: August 31, 2016

---

# Featured Image

 *  Resolved [rjpedrosa](https://wordpress.org/support/users/rjpedrosa/)
 * (@rjpedrosa)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/featured-image-288/)
 * Hi.
 * How can I get the featured image URLs (not attached images)?
 * Thanks!
 * [https://wordpress.org/plugins/rest-api/](https://wordpress.org/plugins/rest-api/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/featured-image-288/#post-6917178)
 * The featured image is linked to in the `https://api.w.org/featuredmedia` link:
 *     ```
       "_links": {
   
         // [...]
   
         "https://api.w.org/featuredmedia": [
           {
             "embeddable": true,
             "href": "http://demo.wp-api.org/wp-json/wp/v2/media/15"
           }
         ],
         "https://api.w.org/attachment": [
           {
             "href": "http://demo.wp-api.org/wp-json/wp/v2/media?parent=16"
           }
         ],
   
         // [...]
       }
       ```
   
 * Please [review the documentation](http://v2.wp-api.org/) before opening new support
   threads.

Viewing 1 replies (of 1 total)

The topic ‘Featured Image’ is closed to new replies.

 * ![](https://ps.w.org/rest-api/assets/icon-256x256.png?rev=1346297)
 * [WordPress REST API (Version 2)](https://wordpress.org/plugins/rest-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rest-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rest-api/)
 * [Active Topics](https://wordpress.org/support/plugin/rest-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rest-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rest-api/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/featured-image-288/#post-6917178)
 * Status: resolved