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/1411260/
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/1411260/", "name": "\u77e2\u5009\u5cb3", "slug": "\u77e2\u5009\u5cb3", "content": "<p>\n\t\u77e2\u5009\u5cb3\u306f\u3001\u5c0f\u7530\u539f\u304b\u3089\u898b\u3048\u308b\u5c71\u3067\u3042\u308b\u3002\u5357\u8db3\u67c4\u5e02\u306b\u3042\u308b\u3002\u767b\u5c71\u306f\u77e2\u5009\u6ca2\u304b\u3089\u3002</p>\n<p>\n\t<a href=\"https://www.city.minamiashigara.kanagawa.jp/kankou/hiking/yamabushidaira.html\">\u77e2\u5009\u5cb3\u30b3\u30fc\u30b9</a></p>\n", "region": "https://zh.localwiki.org/api/v4/regions/2638/", "history_comment": "\u65b0\u898f\u4f5c\u6210", "history_date": "2022-02-08T02:25:50.634", "history_type": 0, "history_user": "https://zh.localwiki.org/api/v4/users/110560/", "history_user_ip": "240f:7a:d2b9:1:19b7:4877:b2af:efed" }