ScrollX Tag Page

Api:Artist Versions

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

About Api:Artist Versions

Table of Contents

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

Record field format

NameTypeDetails
[code]id[/code]integer>0
[code]artist_id[/code]integer>0
[code]name[/code]string
[code]urls[/code]array
[code]other_names[/code]array
[code]group_name[/code]string
[code]is_banned[/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]artist[/code]artistsinglerequired
[code]updater[/code]usersinglerequired

Nomenclature

  • Plural form: "artist_versions"
  • Used in the URL pathname
  • Singular form: "artist_version"
  • Unused
  • Version of: API:Artists

Actions

These are the various actions that can be done with artist version records.

Index

HTTP MethodGET
Base URL[code]/artist_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]order[/code] - Sets the order of results.
  • [code]name[/code] - Alphabetical on the name field.

Show

HTTP MethodGET
Base URL[code]/artist_versions/$id.json[/code]
Typeread request
Description[code]$id[/code] is the artist version ID.

See also

Controller<https://github.com/danbooru/danbooru/blob/master/app/controllers/artists_versions_controller.rb>
Model<https://github.com/danbooru/danbooru/blob/master/app/models/artist_version.rb>
Policy<https://github.com/danbooru/danbooru/blob/master/app/policies/artist_version_policy.rb>

Api:Artist Versions Gallery

0 visible posts on page 1