About this endpoint
What it does
Searches the author catalogue by name and returns the matching authors with their ids.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| name | String | No | Author name to search for. |
| number | Number | No | Number of results to return. |
| offset | Number | No | Number of results to skip before starting the returned page. |
Response
Returns a JSON object containing an authors array. Each author object includes the author's unique id and name.
| Field | Type | Description |
|---|---|---|
| authors | Array | List of matching authors. |
| authors[].id | Number | Unique identifier of the author. |
| authors[].name | String | Name of the author. |



