Shortcode:
[jsoncontentimporterpro url=https://api.us.veezi.com/v1/film parser=twig id=ID_JCI_TEMPLATE_ENGINE header="VeeziAccessToken:TOKEN_YOU_GOT_FROM_VEEZI"]Twig-Template-Code: Put this in the Plugins Template-Manager! Not into the WordPress-Page-Texteditor! The Quotationmark at date will otherwise make this fail.
{% for item in _context %}{% if item.Id != false %} {{item.OpeningDate | date("d.m.Y") }}<br> {{item.Title}}<br> {{item.Synopsis}} <ul>{% for p in item.People %} <li>{{p.LastName}}</li> {% endfor %}</ul> <hr> {% endif %} {% endfor %}
Example: Fetching URL failed: cURL error 28: Operation timed out after 5000 milliseconds with 0 bytes received