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/1423134/
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/1423134/", "name": "El Cortez Apartments", "slug": "el cortez apartments", "content": "<p>\n\t<span class=\"image_frame image_frame_border\"><img src=\"_files/Oakland_Tribune_Sun__Jun_22__1930%20-%20el%20cortez.jpg\" style=\"width: 300px; height: 238px;\"><span style=\"width: 300px;\" class=\"image_caption\">1930 <sup>1</sup></span></span></p>\n<p>\n\t<strong>El Cortez Apartments</strong> are a large building at 349 - 38th Street at Manila, constructed in 1930. The building was designed by Chester Treichel for owner-builder N.E. Rockwell.</p>\n<p>\n\tWhen constructed, the apartments included hardware from <a href=\"Markus%20Hardware\">Markus Hardware</a>, and Marshall and Stearns <a href=\"wall%20beds\">wall beds</a>.</p>\n<h2>\n\tLinks and References</h2>\n<ol>\n\t<li>\n\t\t<a href=\"https://www.newspapers.com/clip/104813850/el-cortez-apartments-38th-and-manila/\">New El Cortez Apartments Ready For View</a> <em>Oakland Tribune</em> June 22, 1930</li>\n</ol>\n", "region": "https://zh.localwiki.org/api/v4/regions/340/", "history_comment": "initial stub", "history_date": "2022-07-02T10:16:17.839", "history_type": 0, "history_user": "https://zh.localwiki.org/api/v4/users/3242/", "history_user_ip": "2600:1702:2770:bc20:a817:7028:1cd7:ca82" }