We're using the /page/summary/<title> endpoint in the KaiOS-Wikipedia-app to show a preview before navigating to a new article.
We noticed that the endpoint is often returning empty extracts with type: 'no-extract' (examples below). Wondering if we're doing something wrong or if we should be using a different API.
Examples:
- https://en.wikipedia.org/api/rest_v1/page/summary/Carnivorous
- https://en.wikipedia.org/api/rest_v1/page/summary/Domesticated
- https://en.wikipedia.org/api/rest_v1/page/summary/Environment_(biophysical)
Note that some URLs work in the browser but not in the app. Is there anything in the request headers that may affect the response in this way?