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/79560/
https://zh.localwiki.org/api/v4/maps_history/79560/", "page": "https://zh.localwiki.org/api/v4/pages_history/1408755/", "region": "https://zh.localwiki.org/api/v4/regions/340/", "points": { "type": "MultiPoint", "coordinates": [ [ -122.27343732456409, 37.8033919434722 ] ] }, "lines": null, "polys": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.27378601173223, 37.802855555965444 ], [ -122.2734319601465, 37.80341928201851 ], [ -122.27382356266058, 37.80358034581446 ], [ -122.27419370750665, 37.80300814389308 ], [ -122.27378601173223, 37.802855555965444 ] ] ] ] }, "geom": { "type": "GeometryCollection", "geometries": [ { "type": "Point", "coordinates": [ -122.27343732456409, 37.8033919434722 ] }, { "type": "Polygon", "coordinates": [ [ [ -122.27378601173223, 37.802855555965444 ], [ -122.2734319601465, 37.80341928201851 ], [ -122.27382356266058, 37.80358034581446 ], [ -122.27419370750665, 37.80300814389308 ], [ -122.27378601173223, 37.802855555965444 ] ] ] } ] }, "length": 0.00220591867669188, "history_comment": "fixing location", "history_date": "2022-01-13T08:31:32.078", "history_type": 1, "history_user": "https://zh.localwiki.org/api/v4/users/9357/", "history_user_ip": "2601:643:8700:220:53e:d378:d8eb:28dc" }{ "url": "