Map Data Instance

API endpoint that allows maps to be viewed and edited.

Filter fields

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

Ordering

You can order the result set by providing the ordering query parameter with the value of one of:

  • length

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

GET /api/v4/maps/119/
HTTP 200 OK Vary: Accept Content-Type: text/html; charset=utf-8 Allow: GET, PUT, DELETE, HEAD, OPTIONS, PATCH
{ "url": "https://de.localwiki.org/api/v4/maps/119/", "page": "https://de.localwiki.org/api/v4/pages/1228/", "region": "https://de.localwiki.org/api/v4/regions/1/", "points": { "type": "MultiPoint", "coordinates": [ [ -92.437852380925, 35.081286178027 ] ] }, "lines": null, "polys": null, "geom": { "type": "GeometryCollection", "geometries": [ { "type": "Point", "coordinates": [ -92.437852380925, 35.081286178027 ] } ] }, "length": 0.0 }