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/886/
HTTP 200 OK Vary: Accept Content-Type: text/html; charset=utf-8 Allow: GET, HEAD, OPTIONS
{ "url": "https://zh.localwiki.org/api/v4/regions/886/", "slug": "assabu", "full_name": "\u539a\u6ca2\u90e8", "geom": { "type": "MultiPolygon", "coordinates": [ [ [ [ 140.11262512207443, 41.95820250947402 ], [ 140.20051574707315, 41.98066548117097 ], [ 140.25956726074855, 42.00822284719832 ], [ 140.28977966309156, 42.03474829238855 ], [ 140.3543243408277, 42.051066143108955 ], [ 140.39552307129222, 42.035768280834574 ], [ 140.4449615478568, 41.99699721248005 ], [ 140.4477081298872, 41.95718127710148 ], [ 140.4298553466853, 41.91734045043871 ], [ 140.40925598145304, 41.878497244866196 ], [ 140.38179016114037, 41.864180634874266 ], [ 140.35569763183838, 41.83451460004732 ], [ 140.31861877442392, 41.82530510238486 ], [ 140.2581939697289, 41.843722772756216 ], [ 140.19914245606248, 41.86213514312192 ], [ 140.1181182861352, 41.90916489687631 ], [ 140.11262512207443, 41.95820250947402 ] ] ] ] }, "settings": { "region_center": { "type": "Point", "coordinates": [ 140.29714778998712, 41.93657620691057 ] }, "region_zoom_level": 10, "default_language": "ja" } }