Skip to main content
GET
/
api
/
research
/
genres
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/research/genres
{
  "status": "success",
  "genres": [
    {
      "name": "<string>",
      "id": 123
    }
  ]
}

Response

200 - application/json

Genre list

status
enum<string>
Available options:
success,
error
genres
object[]