Background of the issue:
I am developing a bilingual site (EN + FR) using WordPress and have installed the WPML plugins. I am trying to fetch data from this WordPress site to another site using the REST API. Specifically, I want to get the JSON data for my custom post type called 'news-post'. When I enter the URL hidden link, it returns 10 posts, but I don't see the French data.
Symptoms:
When using the REST API, I am unable to retrieve both English and French data for the 'news-post' custom post type.
Questions:
How can I get both the EN and FR data using the REST API?