Region Instance

API endpoint that allows regions to be viewed.

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:

  • slug

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

GET /api/v4/regions/72/
HTTP 200 OK Vary: Accept Content-Type: text/html; charset=utf-8 Allow: GET, HEAD, OPTIONS
{ "url": "https://zh.localwiki.org/api/v4/regions/72/", "slug": "vallejo", "full_name": "Vallejo", "geom": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.26818473281295, 38.142602785740365 ], [ -122.27745444716206, 38.123159108038934 ], [ -122.27745444716206, 38.11505604696006 ], [ -122.26303489150489, 38.09749633013289 ], [ -122.24827201308605, 38.08263481180404 ], [ -122.24518210829402, 38.077500130587225 ], [ -122.24174888075828, 38.07533805168484 ], [ -122.2348824256779, 38.06668909691276 ], [ -122.22732932509211, 38.062904857634365 ], [ -122.21496970595996, 38.064526698434705 ], [ -122.20638663710719, 38.06317516693071 ], [ -122.1995201820268, 38.06047202902748 ], [ -122.19059379043033, 38.060201709745186 ], [ -122.18750388564729, 38.06263454733868 ], [ -122.1864739173803, 38.063986088828806 ], [ -122.18304068984457, 38.0702028581245 ], [ -122.19883353652146, 38.11694684163747 ], [ -122.19986350478845, 38.14314281395572 ], [ -122.26818473281295, 38.142602785740365 ] ] ] ] }, "settings": { "region_center": { "type": "Point", "coordinates": [ -122.2283551897634, 38.1053140235935 ] }, "region_zoom_level": 12, "default_language": null } }