categories
Retrieve a category by ID.
Retrieve a category by ID.
get/categories/{id}
Path parameters
idinteger required
Category ID.
Response
Successfully retrieved category
Example response
{
"name": "alignment",
"topic": "A collection of alignment algorithms"
}