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/358/
HTTP 200 OK Vary: Accept Content-Type: text/html; charset=utf-8 Allow: GET, HEAD, OPTIONS
{ "url": "https://de.localwiki.org/api/v4/regions/358/", "slug": "davis", "full_name": "Davis", "geom": { "type": "MultiPolygon", "coordinates": [ [ [ [ -121.80830383301101, 38.56292045322773 ], [ -121.804012298589, 38.546677252704164 ], [ -121.79954910278755, 38.52767744985457 ], [ -121.77997970581416, 38.52129829916113 ], [ -121.75903701782913, 38.51619457149622 ], [ -121.74307250977576, 38.5237157280665 ], [ -121.70908355713979, 38.527744595801764 ], [ -121.68814086914549, 38.53727868416898 ], [ -121.67440795898774, 38.540501188880384 ], [ -121.67492294312478, 38.554732191033885 ], [ -121.68281936646322, 38.557819678129775 ], [ -121.69260406494921, 38.56560492630165 ], [ -121.69861221314372, 38.57070514887485 ], [ -121.71320343018132, 38.57942837456018 ], [ -121.73088455200813, 38.57862319810382 ], [ -121.74959564209293, 38.5782206064914 ], [ -121.76384353638117, 38.579025787460154 ], [ -121.77036666871173, 38.57701281811511 ], [ -121.78839111329096, 38.574999792357886 ], [ -121.80315399170549, 38.568826161622844 ], [ -121.80830383301101, 38.56292045322773 ] ] ] ] }, "settings": { "region_center": { "type": "Point", "coordinates": [ -121.74566150086132, 38.55026285654346 ] }, "region_zoom_level": 12, "default_language": "en" } }