If this is your question, you can not directly call and consume the REST API using the List view. You need to have a domain model data structure containing the data.
You could use a datasource microflow that performs the rest call, does tha mapping,...
Below url has step by step guide about consuming rest service.
https://docs.mendix.com/howto/integration/consume-a-rest-service
This is old documentation but the section 4.2 of this document shows how to create a list with pictures. I would follow the documentation Mohan linked for consuming and refer to this one on how to create your results page.