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/80587/
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/80587/", "page": "https://zh.localwiki.org/api/v4/pages_history/1423214/", "region": "https://zh.localwiki.org/api/v4/regions/2638/", "points": { "type": "MultiPoint", "coordinates": [ [ 139.1424402118452, 35.24181386367106 ] ] }, "lines": { "type": "MultiLineString", "coordinates": [ [ [ 139.1424455762607, 35.241796338672735 ], [ 139.14245630510067, 35.24173500115099 ], [ 139.14225245721343, 35.24169995111719 ], [ 139.1422900081398, 35.241537844514895 ] ] ] }, "polys": null, "geom": { "type": "GeometryCollection", "geometries": [ { "type": "Point", "coordinates": [ 139.1424402118452, 35.24181386367106 ] }, { "type": "LineString", "coordinates": [ [ 139.1424455762607, 35.241796338672735 ], [ 139.14245630510067, 35.24173500115099 ], [ 139.14225245721343, 35.24169995111719 ], [ 139.1422900081398, 35.241537844514895 ] ] } ] }, "length": 0.000435506982434203, "history_comment": null, "history_date": "2022-07-03T06:47:56.443", "history_type": 0, "history_user": "https://zh.localwiki.org/api/v4/users/110560/", "history_user_ip": "240f:7a:d2b9:1:496f:e98d:4756:6f4f" }