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/79556/
https://zh.localwiki.org/api/v4/maps_history/79556/", "page": "https://zh.localwiki.org/api/v4/pages_history/1408606/", "region": "https://zh.localwiki.org/api/v4/regions/2632/", "points": { "type": "MultiPoint", "coordinates": [ [ 133.93011314845347, 34.51152318773039 ], [ 132.70370526291495, 34.43365339452681 ], [ 131.6878829715272, 34.074478100745026 ] ] }, "lines": null, "polys": null, "geom": { "type": "GeometryCollection", "geometries": [ { "type": "Point", "coordinates": [ 133.93011314845347, 34.51152318773039 ] }, { "type": "Point", "coordinates": [ 132.70370526291495, 34.43365339452681 ] }, { "type": "Point", "coordinates": [ 131.6878829715272, 34.074478100745026 ] } ] }, "length": 0.0, "history_comment": null, "history_date": "2022-01-11T02:27:18.057", "history_type": 1, "history_user": "https://zh.localwiki.org/api/v4/users/110456/", "history_user_ip": "221.12.225.155" }{ "url": "