Remove unwanted fields from WP API response
I am making a mobile app that links to a Wordpress site. There are a lot of unwanted data from the API response and it would be great if I could remove it. How could I do that without touching the PHP (I know nothing of it)? I am using React Native in the front end.
Is there a good plugin or query params in the URL to solve this?