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/1408940/
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/1408940/", "name": "Defenders' Recreation Club", "slug": "defenders' recreation club", "content": "<p>\n\t<span class=\"image_frame image_frame_border\"><img src=\"_files/ohrphoto.oaklandclubs.036.jpg\" style=\"width: 350px; height: 282px;\"><span style=\"width: 350px;\" class=\"image_caption\">1918 <sup>1</sup></span></span></p>\n<p>\n\tThe <strong>Defenders' Recreation Club</strong> was a WWI-era clubhouse for military personnel at 13th and Harrison. In August 1918, a dance hall was constructed adjacent to the clubhouse. It was part of the work of the local\u00a0War Camp Community Service.</p>\n<p>\n\tThe dance hall was constructed in 16 hours with labor donated by local building unions. <sup>2</sup></p>\n<p>\n\t<span class=\"image_frame image_frame_border\"><img src=\"_files/tf309nb4fc-FID4.jpg\" style=\"width: 500px; height: 333px;\"><span style=\"width: 500px;\" class=\"image_caption\"><a href=\"John%20L.%20Davie\">Mayor Davie</a> addressing troops <sup>3</sup></span></span></p>\n<p>\n\tAn armistice was signed in November 1918, but the club continued to serve returning veterans for a time.</p>\n<p>\n\tThe 1950 Sanborn shows the A.A.H.M.E.S. Temple (Shriners) and A.A.H.M.E.S. Pavilion in the location. [ were they the same buildings? ]</p>\n<p>\n\t<span class=\"image_frame image_frame_border\"><img src=\"_files/aahmes%2000727_02_1950-9-0163.jpg\" style=\"width: 500px; height: 213px;\"><span style=\"width: 500px;\" class=\"image_caption\">1950 Sanborn excerpt</span></span></p>\n<h2>\n\tLinks and References</h2>\n<ol>\n\t<li>\n\t\t<a href=\"https://oakland.access.preservica.com/file/sdb:digitalFile%7Ca7538559-8de9-4677-be3f-fc12b845a18b/\">ohrphoto.oaklandclubs.036</a> Oakland History Center, Oakland Public Library</li>\n\t<li>\n\t\t<a href=\"https://www.newspapers.com/clip/92721303/defenders-recreation-club/\">Union Labor Makes Gift to Fighters; Workers Build Club in 16 Hours</a>\u00a0<em>Oakland Tribune</em> August 19, 1918</li>\n\t<li>\n\t\t<a href=\"https://oac.cdlib.org/ark:/13030/tf309nb4fc/?layout=metadata&amp;brand=oac4\">BANC PIC 1996.003:Volume 27:123b--fALB</a> Bancroft Library, UC Berkeley</li>\n\t<li>\n\t\t<a href=\"https://www.newspapers.com/clip/92721719/defenders-recreation-club/\">Defenders Club Is Like Home</a> <em>Oakland Tribune</em> June 16, 1918</li>\n</ol>\n", "region": "https://zh.localwiki.org/api/v4/regions/340/", "history_comment": null, "history_date": "2022-01-16T15:35:32.611", "history_type": 0, "history_user": "https://zh.localwiki.org/api/v4/users/3242/", "history_user_ip": "2600:1702:2770:bc20:88b0:6c52:5021:386" }