diff --git a/api/templates/api_help.html b/api/templates/api_help.html index dd73ef2e..a0c58cb7 100644 --- a/api/templates/api_help.html +++ b/api/templates/api_help.html @@ -8,6 +8,13 @@ {% block title %}API Help{% endblock %} {% block content %} +
+
+{% include "explore.html" %} +
+
+
+

API Help

Some of the data from Unglue It is avaiable via a JSON API. You will need a key and username to be able to use the API.

@@ -35,8 +42,11 @@

Since there are currently no campaigns, there are no corresponding widgets.

{% endif %} - - +
+
+
+
+
{% endblock %}