Historical Map Data Instance

API endpoint that allows map history to be viewed.

Filter fields

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

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:

  • length
  • history_date

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

GET /api/v4/maps_history/80506/
HTTP 200 OK Vary: Accept Content-Type: text/html; charset=utf-8 Allow: GET, HEAD, OPTIONS
{ "url": "https://zh.localwiki.org/api/v4/maps_history/80506/", "page": "https://zh.localwiki.org/api/v4/pages_history/1383987/", "region": "https://zh.localwiki.org/api/v4/regions/340/", "points": { "type": "MultiPoint", "coordinates": [ [ -122.27480511208212, 37.80415963532697 ], [ -122.26416210671331, 37.80179473577607 ] ] }, "lines": null, "polys": null, "geom": { "type": "GeometryCollection", "geometries": [ { "type": "Point", "coordinates": [ -122.27480511208212, 37.80415963532697 ] }, { "type": "Point", "coordinates": [ -122.26416210671331, 37.80179473577607 ] } ] }, "length": 0.0, "history_comment": null, "history_date": "2022-06-09T11:33:33.937", "history_type": 1, "history_user": "https://zh.localwiki.org/api/v4/users/3242/", "history_user_ip": "2600:1702:2770:bc20:5db4:cd02:b6de:9427" }