ScrollX Tag Page

Api:Wiki Page Versions

0 sourcesWiki updated 3/4/2026
Browse all Api:Wiki Page Versions images →

About Api:Wiki Page Versions

Table of Contents

The following includes the details of how to interface with the wiki page version records through the API.

Record field format

NameTypeDetails
[code]id[/code]integer>0
[code]wiki_page_id[/code]integer>0
[code]title[/code]stringtag format
[code]body[/code]text
[code]other_names[/code]arraystring
[code]is_locked[/code]boolean
[code]is_deleted[/code]boolean
[code]updater_id[/code]integer>0
[code]created_at[/code]timestamp
[code]updated_at[/code]timestamp
[code]updater_addr_ip[/code]inetLimited to Moderator+

Associated attributes

NameTypeNumberAvailabilityDetails
[code]wiki_page[/code]wiki pagesinglerequired
[code]updater[/code]usersinglerequired
[code]artist[/code]artistsingleoptional
[code]tag[/code]tagsingleoptional

Nomenclature

  • Plural form: "wiki_page_versions"
  • Used in the URL pathname
  • Singular form: "wiki_page_version"
  • Unused
  • Version of: API:Wiki Pages

Index

HTTP MethodGET
Base URL[code]/wiki_page_versions.json[/code]
Typeread request
DescriptionThe default order is ID descending.

Search attributes

All of the following are standard attributes with all of their available formats and qualifiers.

Special search parameters

  • [code]title_matches[/code] - Case-insensitive normalized wildcard search on the title field.
  • [code]body_matches[/code] - Case-insensitive normalized wildcard search on the body field.

See also

Controller<https://github.com/danbooru/danbooru/blob/master/app/controllers/wiki_page_versions_controller.rb>
Model<https://github.com/danbooru/danbooru/blob/master/app/models/wiki_page_version.rb>
Policy<https://github.com/danbooru/danbooru/blob/master/app/policies/wiki_page_version_policy.rb>

Api:Wiki Page Versions Gallery

0 visible posts on page 1