All API Paths
-
{% for path_name, data in api_paths.items %}
-
{% if data.url|slice:"-2:" != '>/' %}
{% else %}
{{ data.url }} {{ path_name }}{% endif %}
{{ data.description }}
For Download JSONicymelt/api/{{data.url}}?format=json
For API Viewicymelt/api/{{data.url}}?format=api
{% endfor %}