Appearance
Search for tags in the community
Search
Endpoint to search for tags by name. Returns a list of matching tags with their IDs and usage counts.
GET
/search/tags
Parameters
Query Parameters
q
Search query for tag name
Type
string
Default
""page
Page number for pagination
Type
integer
Default
1pageSize
Number of results to return per page (1-200, defaults to 50).
Type
integer
Default
50Maximum
200Minimum
1Responses
OK
application/json
JSON "tags": [ { "id": 0, "name": "string", "count": 0 } ]
{
}

