{% extends "docs/docs_base.html" %} {% block site_css %} {{ super() }} {% endblock %} {% block site_js %} {{ super() }} {% endblock %} {% block doc_title %}API Reference{% endblock %} {% block main_content %}
These API endpoints are publicly available. The parameters to some endpoints are non-trivial as some might require deeper understanding of the Soccoro backend.
Some API endpoints require an API Token and return different things depending on your access. You currently have {{ count_tokens }} active API Token{{ count_tokens|pluralize }}.
Please set a User-Agent when using APIs. This helps us know who to talk with when planning API changes.