Found it on production system: https://lataamo.helsinki.hacklab.fi/api/members/?format=json
To reproduce:
- Follow
next link of JSON document recursively and collect the results
- Total count of elements in
results object matches the real member count
- However, the same members may show up on different pages and some members are not visible at all
This might be pagination or sorting issue. This prevents all API usage, because it's not reliable enough.