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:
points
-- Filter by the points, if present. Supports the standard geographic lookup typeslines
-- Filter by the lines, if present. Supports the standard geographic lookup typespolys
-- Filter by the polygons, if present. Supports the standard geographic lookup typespage
-- 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
.length
-- Filter by length of the geography. Supports the standard lookup types
And the usual set of historical filter fields:
history_user
- filter by theuser
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 typeshistory_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/80569/
https://zh.localwiki.org/api/v4/maps_history/80569/", "page": "https://zh.localwiki.org/api/v4/pages_history/1423014/", "region": "https://zh.localwiki.org/api/v4/regions/340/", "points": { "type": "MultiPoint", "coordinates": [ [ -122.26995045283759, 37.808374005172446 ] ] }, "lines": null, "polys": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.27116817573064, 37.809126342119974 ], [ -122.26980561355036, 37.80892290833359 ], [ -122.26995045283894, 37.8083973684601 ], [ -122.2713022861799, 37.80860928014978 ], [ -122.27116817573064, 37.809126342119974 ] ] ] ] }, "geom": { "type": "GeometryCollection", "geometries": [ { "type": "Point", "coordinates": [ -122.26995045283759, 37.808374005172446 ] }, { "type": "Polygon", "coordinates": [ [ [ -122.27116817573064, 37.809126342119974 ], [ -122.26980561355036, 37.80892290833359 ], [ -122.26995045283894, 37.8083973684601 ], [ -122.2713022861799, 37.80860928014978 ], [ -122.27116817573064, 37.809126342119974 ] ] ] } ] }, "length": 0.00382531167221368, "history_comment": null, "history_date": "2022-06-30T17:56:15.706", "history_type": 0, "history_user": "https://zh.localwiki.org/api/v4/users/3242/", "history_user_ip": "2600:1702:2770:bc20:8516:5cb2:1573:e6fb" }{ "url": "