Call a web API provided and display a subset of returned data. Data can be paginated and require multiple calls.
Sigiloso
I called the web API provided, iterated through the pages (on multiple threads) deserialized the returned JSON into objects, and displayed the required attributes.