This pages shows you how simple you can loop through a JSON-feed.
API: https://www.workshopbutler.com
locally stored at https://api.json-content-importer.com/extra/json/workshopbutler/1.json
{% for item in _context %} {{item.unique_name}}: rating: {{item.rating}}, countries: {% for co in item.countries %} {{co}}<br> {% endfor %} {% endfor %}
In Action:
curlGET failed, http-code: 301