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
Example response
{
"name": "Jorge Camacho",
"link": "https://www.artstation.com/jorgeandrespinedac",
"email": "foo@bar.com",
"donate": "paypal:foo@bar.com"
}