Danbooru
Login Posts Comments Notes Artists Tags Pools Wiki Forum More ยป
Search Changes Help | Posts (0) History
  • Help
guro
scat
furry -rating:g

Recent Changes (all)

  • nero claudius (joint recital) (fate)
  • nandeyanen
  • illyasviel von einzbern (heart of cooking)
  • abigail williams (heart of cooking) (fate)
  • sessyoin kiara (lily) (heart of cooking)
  • atalanta (empty garden) (fate)
  • tamamo no mae (empty garden) (fate)
  • gaius julius caesar (show time) (fate)
  • okita souji alter (an army marches on its stomach) (fate)
  • medusa (an army marches on its stomach) (fate)
  • bois belleau (azur lane)
  • mejiro ardan (umamusume)
  • thomas edison (junk shop) (fate)
  • mephistopheles (junk shop) (fate)
  • james moriarty (junk shop) (fate)
  • james moriarty (power shot) (fate)
  • ashiya douman (power shot) (fate)
  • gummy bear hair ornament
  • elephant hair ornament
  • milkshake hair ornament
  • cupcake hair ornament
  • disc
  • tohsaka rin (code cast)
  • william shakespeare (king joker jack) (fate)
  • vlad iii (king joker jack) (fate)

Options

  • Wiki History
  • Discussions
  • What Links Here

api:artist versions

Table of Contents
  • 1. Record field format
  • 2. Associated attributes
  • 3. Nomenclature
  • 4. Actions
    • 4.01 Index
    • 4.02 Show
  • 5. See also
  • 6. External links

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

Record field format

NameTypeDetails
idinteger>0
artist_idinteger>0
namestring
urlsarray
other_namesarray
group_namestring
is_bannedboolean
updater_idinteger>0
created_attimestamp
updated_attimestamp
updater_addr_ipinetLimited to Moderator+

Associated attributes

NameTypeNumberAvailabilityDetails
artistartistsinglerequired
updaterusersinglerequired

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/artist_versions.json
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.

  • Number syntax
    • id
    • artist_id
    • created_at
    • updated_at
  • Text syntax
    • name
    • group_name
  • Boolean syntax
    • is_banned
    • is_deleted
  • User syntax
    • updater
Special search parameters
  • order - Sets the order of results.
    • name - Alphabetical on the name field.
Show
HTTP MethodGET
Base URL/artist_versions/$id.json
Typeread request
Description$id is the artist version ID.

See also

  • Help:Common URL Parameters
  • Help:API

External links

Controllerhttps://github.com/danbooru/danbooru/blob/master/app/controllers/artists_versions_controller.rb
Modelhttps://github.com/danbooru/danbooru/blob/master/app/models/artist_version.rb
Policyhttps://github.com/danbooru/danbooru/blob/master/app/policies/artist_version_policy.rb
Terms / Privacy / Upgrade / Contact /