Artist URLs
A route like /atist_urls/{id}.json does not exist. Use the search route with search[id]
instead.
Search Artist URLs
GET
https://e621.net/artist_urls.json
Query Parameters
Name | Type | Description |
---|---|---|
search[artist_id] | Number | The ID of the artist. |
search[artist_name] | String | The name of the artist. |
search[is_active] | Boolean | If the artist url is active. |
search[url] | String | The url. |
search[normalized_url] | String | The normalized url. (http:, trailing |
search[artist] | String | Legacy name for |
search[url_matches] | String | Legacy name for |
search[normalized_url_matches] | String | Legacy name for |
search[order] | String | The order of the returned results. One of: |
search[id] | Number | |
limit | Number | |
page | String |
Last updated