Historical Page Instance

API endpoint for viewing page history.

Filter fields

You can filter the result set by providing the following query parameters:

  • name -- Filter by name, exact.
  • slug -- Filter by page slug. Supports the standard lookup types
  • region -- Filter by region. Allows for chained filtering on all of the filters available on the region resource, e.g. region__slug.

And the usual set of historical filter fields:

  • history_user - filter by the user resource of the editor, if user was logged in. Allows for chained filtering on all of the filters available on the user resource, e.g. history_user__username.
  • history_user_ip - filter by the IP address of the editor.
  • history_date - filter by history date. Supports the standard lookup types
  • history_type - filter by history type id, exact.

Ordering

You can order the result set by providing the ordering query parameter with the value of one of:

  • slug
  • history_date

You can reverse ordering by using the - sign, e.g. -slug.

GET /api/v4/pages_history/1421590/
HTTP 200 OK Vary: Accept Content-Type: text/html; charset=utf-8 Allow: GET, HEAD, OPTIONS
{ "url": "https://zh.localwiki.org/api/v4/pages_history/1421590/", "name": "\u66fd\u6211\u8c37\u6d25\u304b\u3089\u306e\u5bcc\u58eb\u5c71", "slug": "\u66fd\u6211\u8c37\u6d25\u304b\u3089\u306e\u5bcc\u58eb\u5c71", "content": "<p>\n\t<span class=\"image_frame image_frame_border image_right\"><img src=\"https://ja.localwiki.org/odawara/%E5%AF%8C%E5%A3%AB%E5%B1%B1/_files/fujisan-from-sogayatsu.JPG\" style=\"width: 300px; height: 225px;\"><span style=\"width: 300px;\" class=\"image_caption\"><a href=\"%E6%9B%BD%E6%88%91%E8%B0%B7%E6%B4%A5\">\u66fd\u6211\u8c37\u6d25</a>\u30fb<a href=\"%E5%9F%8E%E5%89%8D%E5%AF%BA\">\u57ce\u524d\u5bfa</a>\u524d\u304b\u3089\u306e\u5bcc\u58eb\u5c71</span></span><a href=\"%E6%9B%BD%E6%88%91%E8%B0%B7%E6%B4%A5\">\u66fd\u6211\u8c37\u6d25</a>\u30fb<a href=\"%E5%9F%8E%E5%89%8D%E5%AF%BA\">\u57ce\u524d\u5bfa</a>\u524d\u304b\u3089\u306e\u5bcc\u58eb\u5c71</p>\n", "region": "https://zh.localwiki.org/api/v4/regions/2638/", "history_comment": null, "history_date": "2022-06-09T05:07:42.272", "history_type": 0, "history_user": "https://zh.localwiki.org/api/v4/users/110560/", "history_user_ip": "240f:7a:d2b9:1:957e:20d:d0d4:812a" }