{% extends 'aristotle_mdr/base.html' %} {% load staticfiles %} {% load rest_framework %} {% block extra_block_scripts %} {% endblock %} {% block content %}

The Aristotle Metadata API provides direct access to metadata using a versioned REST API.

{% block api_content %}

The following versions of the API are available on this server:

Authentication

To see a full list of endpoints review the Aristotle API Swagger documentation {% endblock %} {% endblock %}