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/2638/
HTTP 200 OK Vary: Accept Content-Type: text/html; charset=utf-8 Allow: GET, HEAD, OPTIONS
{ "url": "https://de.localwiki.org/api/v4/regions/2638/", "slug": "odawara", "full_name": "\u5c0f\u7530\u539f", "geom": { "type": "MultiPolygon", "coordinates": [ [ [ [ 139.17329406736764, 35.17179426082446 ], [ 139.09844970701147, 35.18189673886226 ], [ 139.05519104002255, 35.20826951177613 ], [ 139.03871154783212, 35.23799874891518 ], [ 139.05175781248315, 35.275004834187854 ], [ 139.08403015134874, 35.30751138238567 ], [ 139.13003540037462, 35.342245323272074 ], [ 139.16814422605694, 35.35120649827025 ], [ 139.1980133056455, 35.34112510650378 ], [ 139.2467651366982, 35.30639068424852 ], [ 139.2666778564268, 35.27276252214054 ], [ 139.2556915283039, 35.206586399108915 ], [ 139.21929931638593, 35.17740690362077 ], [ 139.17329406736764, 35.17179426082446 ] ] ] ] }, "settings": { "region_center": { "type": "Point", "coordinates": [ 139.15796751983007, 35.25536641680305 ] }, "region_zoom_level": 11, "default_language": "ja" } }