GET quote/authors/popular

quotes.rest

Summary:
Operation ID:
Auth: unknown
Description

Gets a list of popular author names in the system.

Parameters (4)

detailed (boolean, query, optional, default: False)

Should return detailed author information such as `birthday`, `death date`, `occupation`, `description` etc. Only available at certain subscription levels.

language (string, query, optional, default: en)

Language. A same author may have quotes in two or more different languages. So for example 'Mahatma Gandhi' may be returned for language "en"(English), and "மஹாத்மா காந்தி" may be returned when the language is "ta" (Tamil).

limit (integer, query, optional, default: 5)

Response is paged. This parameter controls how many is returned in the result. The maximum depends on the subscription level.

start (integer, query, optional, default: 0)

Response is paged. This parameter controls where response starts the listing at

No probe data for this endpoint yet.