Artist Versions

A route like /artist_versions/{id}.json does not exist. Use the search route with search[id] instead.

Search Artist Versions

GET https://e621.net/artist_versions.json

Query Parameters

NameTypeDescription

search[name]

String

The name of the artist.

search[updater_name]

String

The name of the updater.

search[updater_id]

Number

The ID of the updater.

search[artist_id]

Number

The ID of the artist.

search[is_active]

Boolean

If the artist is active.

search[ip_addr]

String

The ip address of the updater.

See Search Parameters: search[ip_addr].

search[order]

String

The order of the returned results. One of: name

search[id]

Number

limit

Number

page

String

{
  "created_at": "0000-00-00T00:00:00.000-00:00",
  "creator_id": 0, // user id
  "group_name": "",
  "id": 0,
  "is_active": true,
  "is_locked": false,
  "linked_user_id": null, // user id
  "name": "",
  "notes": null,
  "other_names": [
    "othername"
  ],
  "updated_at": "0000-00-00T00:00:00.000-00:00",
  "urls": [
    "https://e621.net",
    "-https://e926.net"
  ]
}

Last updated