v14

latestOpenAPI 3.0.2AGPLraw.githubusercontent.com2026-08-0181239.8 KB
assets

Information about a specific author.

Returns some data about the requested author, such as their name (which may be different from the ID), links, email (if available), etc.

get/author/{id}

Path parameters

idstring required

The unique ID of the author

Response

OK

namestring

The author's full name, which may be different from the ID.

linkstring nullable

The author's preferred link to their portfolio.

emailstring nullable

Email address of the author.

donatestring nullable

Donation info of this author. May be a link to a donation page, or an email prefixed with paypal: to indicate a PayPal address.

Example response

{
  "name": "Jorge Camacho",
  "link": "https://www.artstation.com/jorgeandrespinedac",
  "email": "foo@bar.com",
  "donate": "paypal:foo@bar.com"
}