action quotes_get_quote_categories_popular { label: "get_quote_categories_popular" description: "Gets a list of popular `Quote` Categories.\n" provider: quotes method: GET path: "/quote/categories/popular" encoding: json input: { type: "object" properties: { limit: { type: "integer" format: "int32" } start: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }