diff --git a/src/templates/open-data.html b/src/templates/open-data.html
index 27d413b..89b78cb 100644
--- a/src/templates/open-data.html
+++ b/src/templates/open-data.html
@@ -20,6 +20,14 @@
{% trans "The following list contains the available models to retrieve data" %}:
-
+ user:
+ {% trans "Retrieve users with username, institution, role, twitter, facebook, google talk, github, webpage and bio" %}
+
+ -
+ emailaddress:
+ {% trans "Retrieve emailaddress with user and real_name" %}
+
+ -
message:
{% trans "Retrieve messages with body, id, received_time and subject" %}
@@ -53,6 +61,15 @@
{% trans "Where n is the index of the first result to appear in the page." %}
{% trans "Default: 0" %}.
+ -
+
fieldname - {% trans "The field name" %}
+ {% trans "If you are looking for a specific wiki, and you know the wiki's name, you can filter it as below" %}
+ ...{{ BASE_API_URL }}wiki/?name={% trans "WikiName" %}
+ {% trans "You can also filter using Django lookup fields as below" %}
+ ...{{ BASE_API_URL }}wiki/?name__startswith={% trans "Wiki" %}
+ ...{{ BASE_API_URL }}wiki/?name__endswith={% trans "Name" %}
+ ...{{ BASE_API_URL }}wiki/?name__contains={% trans "Wiki" %}
+
{% endblock %}
--
libgit2 0.21.2