{% extends "scipost/base.html" %} {% block content %}

SciPost API

SciPost provides a public JSON API via the Django REST framework.

Endpoints

Here you can find a list of all the available public API endpoints (DRF ViewSets).

{% for url in resolver.url_patterns %}{{ url.callback }}{% endfor %} {% endblock %}