# REST API Filter Fields
So, http://example.com/wp-json/posts will fetch all the fields of the posts. If all you want is the ID and title, you add the query variable fields: http://example.com/wp-json/posts?fields=ID,title

Works with WP REST API 1.2.1