{% extends "base.html" %} {% block title %}API Explorer{% endblock %} {% block content %}

API Explorer

Use this tool to try out the Datasette write API.

{% if errors %} {% for error in errors %}

{{ error }}

{% endfor %} {% endif %}

{% endblock %}