Numeric endpoints.

Just copy endpoint url and use the url to create a custom json widget in numerics application.

{% for name,endpoint_url in endpoint_urls.items %} {% endfor %}
EndPoint Url
{{name}} {{ request.scheme|safe }}://{{ request.get_host|safe }}{{ endpoint_url|safe }}