Description : Get info about an author (Author field in an entry)
Arguments :
Methods : GET
Response :
Arguments :
| Name | Type | Description |
|---|---|---|
| id-or-name | int|string | The name/slug of the author or the ID |
Methods : GET
Response :
| Name | Type | Description |
|---|---|---|
| author_id | int | The Author ID |
| author_name | string | Author Username |
| author_slug | string | Author Slug (Identification in the URL) |
| author_description | string | Author Description |
| author_url | string | Current author URL |
| user_linked | bool | If an user is linked to this author or not |
| user_id | int | User ID linked (Don't appear if user_linked = false) |
| user_name | string | User Name linked (Don't appear if user_linked = false) |
| user_link | string | User Profile URL (Don't appear if user_linked = false) |
| last_entries | array | Array of Entry IDs from this author (10 entries) |