PRO: Simple twig loop

API: https://api.opendota.com/api/heroes

JSON locally stored at: https://api.json-content-importer.com/extra/json/heroes.json

Shortcode (the twig-template is here inline in the shortcode. It’s way better to use JCI-Templates!):
“slice(2,5) means that the loops starts at item 2 and loops through 5 items

[jsoncontentimporterpro url=https://api.opendota.com/api/heroes]
{% for item in _context | slice(2,5) %}
{{item.id}} {{item.name}} {{item.localized_name}}<br>
{% endfor %}
[/jsoncontentimporterpro]

In Action:

3 npc_dota_hero_bane Bane
4 npc_dota_hero_bloodseeker Bloodseeker
5 npc_dota_hero_crystal_maiden Crystal Maiden
6 npc_dota_hero_drow_ranger Drow Ranger
7 npc_dota_hero_earthshaker Earthshaker