{% extends "scipost/base.html" %} {% block content %}
SciPost provides a public JSON API via the Django REST framework.
Here you can find a list of all the available public API endpoints (DRF ViewSets).
{% for url in resolver.url_patterns %}{{ url.callback }}{% endfor %}