The app will consistent in a simple list with a detail view when tapping on a cell. The list content will be retrieved from an API when the app starts. It should show some kind of loading indicator to the user.
The API endpoint is:
https://api.instantwebtools.net/v1/passenger?page=0&size=30
This API is paginated, you can get the next pages changing the query parameter.
The API returns a list of passengers of an airline. The list will show the names of the passengers and the detail view will include extra information like the number of trips or some information about the airline.
This is an example response from the API: