{% extends "layout.html" %} {% comment %} Copyright (C) 2015-2019 The Software Heritage developers See the AUTHORS file at the top-level directory of this distribution License: GNU Affero General Public License version 3, or any later version See top-level LICENSE file for more information {% endcomment %} {% load swh_templatetags %} {% block title %} Endpoints – Software Heritage API {% endblock %} {% block navbar-content %}
{% endblock %} {% block content %}Below you can find a list of the available endpoints for version 1 of the Software Heritage API. For a more general introduction please refer to the API overview.
Endpoints marked "available" are considered stable for the current version of the API; endpoints marked "upcoming" are work in progress that will be stabilized in the near future.
Endpoint | Description | {% for doc in routes %}|
---|---|---|
{% url doc.route_view_name %} | {% else %}{{ doc.route }} {% if "deprecated" in doc.tags %}(deprecated){% endif %} | {% endif %}{{ doc.doc_intro | docstring_display | safe }} |