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

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

Genre list

status
enum<string>
Available options:
success,
error
Example:

"success"

genres
object[]