Historical Tag Instance

API endpoint for viewing tag history, grouped by tags on a particular page at a particular point in time.

Filter fields

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

  • tags -- Filter by tag. E.g. tags=park for all historical tag sets containing 'park', or tags=park,wifi for all historical tag sets containing 'park' and also tagged 'wifi'.
  • page -- Filter by page. Allows for chained filtering on all of the filters available on the page resource, e.g. page__slug.
  • 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:

  • history_date

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

GET /api/v4/tags_history/169998/
HTTP 200 OK Vary: Accept Content-Type: text/html; charset=utf-8 Allow: GET, HEAD, OPTIONS
{ "url": "https://zh.localwiki.org/api/v4/tags_history/169998/", "page": "https://zh.localwiki.org/api/v4/pages_history/1408976/", "region": "https://zh.localwiki.org/api/v4/regions/234/", "tags": [ "WhatIsLife" ], "history_comment": "\u5909\u66f4\u306f\u3042\u308a\u307e\u305b\u3093", "history_date": "2022-01-16T22:38:10.771", "history_type": 1, "history_user": "https://zh.localwiki.org/api/v4/users/110614/", "history_user_ip": "60.238.188.0" }