Page Instance
API endpoint that allows pages to be viewed and edited.
Tags
Tags can be found in the tags
attribute. You can update
just the tags by issuing a PATCH
here with just the tags
attribute present, e.g.:
{"tags": ["park", "fun"]}
To update a page and not change the tags, simply exclude the
tags
field from your update.
To delete all tags from the page, issue a request with tags
set to []
.
Filter fields
You can filter the result set by providing the following query parameters:
name
-- Filter by name, exact.slug
-- Filter by pageslug
. Supports the standard lookup typesregion
-- Filter by region. Allows for chained filtering on all of the filters available on the region resource, e.g.region__slug
.tags
-- Filter by tag. E.g.tags=park
for all pages tagged 'park', ortags=park,wifi
for all pages tagged 'park' and also tagged 'wifi'.
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/pages/1216/
https://zh.localwiki.org/api/v4/pages/1216/", "name": "Ed's Bakery", "slug": "ed's bakery", "content": "<p>\n\t\u00a0</p>\n<p>\n\t\u00a0</p>\n<p>\n\t\u00a0</p>\n<table>\n\t<tbody>\n\t\t<tr>\n\t\t\t<td style=\"vertical-align: top; background-color: rgb(224, 224, 255);\">\n\t\t\t\t<strong>Location</strong></td>\n\t\t</tr>\n\t</tbody>\n</table>\n<p>\n\t256 Oak Street. Conway, AR 72032</p>\n<table>\n\t<tbody>\n\t\t<tr>\n\t\t\t<td style=\"vertical-align: top; background-color: rgb(224, 224, 255);\">\n\t\t\t\t<strong>Hours</strong></td>\n\t\t</tr>\n\t</tbody>\n</table>\n<p>\n\tMon-Fri 6:00 AM - 6:00 PM</p>\n<p>\n\tSat 6:00 AM - 4:00 PM</p>\n<table>\n\t<tbody>\n\t\t<tr>\n\t\t\t<td style=\"vertical-align: top; background-color: rgb(224, 224, 255);\">\n\t\t\t\t<strong>Phone</strong></td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td style=\"vertical-align: top; background-color: transparent;\">\n\t\t\t\t(501) 327-2996</td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td style=\"vertical-align: top; background-color: rgb(224, 224, 255);\">\n\t\t\t\t<strong>Website</strong></td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td style=\"vertical-align: top; background-color: transparent;\">\n\t\t\t\t\u00a0</td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td style=\"vertical-align: top; background-color: rgb(224, 224, 255);\">\n\t\t\t\t<strong>Owner(s)</strong></td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td style=\"vertical-align: top; background-color: transparent;\">\n\t\t\t\tEd</td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td style=\"vertical-align: top; background-color: rgb(224, 224, 255);\">\n\t\t\t\t<strong>Established</strong></td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td style=\"vertical-align: top; background-color: transparent;\">\n\t\t\t\tOctober, 2006</td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td style=\"vertical-align: top; background-color: rgb(224, 224, 255);\">\n\t\t\t\t<strong>Payment Method</strong></td>\n\t\t</tr>\n\t\t<tr>\n\t\t\t<td style=\"vertical-align: top; background-color: transparent;\">\n\t\t\t\tCards and cash<br>\n\t\t\t\t\u00a0</td>\n\t\t</tr>\n\t</tbody>\n</table>\n<p>\n\tEd's Bakery is a well-loved local bakery, known for birthday cakes, party cakes, and even Razorback cupcakes. (help) **NEEDS MORE INFO!!</p>\n<p>\n\t<span class=\"image_frame image_frame_border\"><img src=\"_files/edcake.jpg\" style=\"width: 300px; height: 225px;\"><span style=\"width: 300px;\" class=\"image_caption\">A birthday cake from Ed's Bakery</span></span></p>\n<p>\n\t\u00a0</p>\n<p>\n\t\u00a0</p>\n", "region": "https://zh.localwiki.org/api/v4/regions/1/", "tags": [ "cafe" ] }{ "url": "