Bdey91
Hi,
I am Biswajit and I have a Java application calling Wikipedia APIs.
Since the last 2-3 months, I have seen a lot of intermittent latencies and timeouts from the Wikipedia APIs being used and was wondering if there is something which can be done to reduce them.
I am using the following API endpoints with params, from both US and EU regions.
- https://en.wikipedia.org/w/api.php?action=query&format=json&prop=revisions&rvprop=content&rvsection=0&rvlimit=1&redirects&titles=%s&rawcontinue=1
- https://en.wikipedia.org/w/api.php?action=query&format=json&prop=revisions&rvprop=content&rvlimit=1&redirects&titles=%s&rawcontinue=1
- https://s.wikipedia.org/wiki/
- https://en.wikipedia.org/w/index.php?search=
Let me know if any additional details are required. It would be very helpful if I can do anything to reduce the timeouts and latencies.
Thanks and Regards,
Biswajit Dey