Topics
List topics
List all topics in GitBook sorted by the count of books.
GET /topics
Parameters
Name | Type | Description |
---|---|---|
q |
string |
The search keywords, as well as any qualifiers. |
Response
{
"list": [
{
"id": "programming",
"name": "Programming",
"books": 320
}
...
],
"total": 76,
"limit": 10,
"page": 0
}
Get a single topic
GET /topic/:id