GET
/
sources
curl --request GET \
  --url https://nekosauce.com/api/sources
{
  "data": [
    {
      "id": 123,
      "module": "<string>",
      "name": "<string>",
      "urls": {
        "website": "<string>",
        "documentation": "<string>"
      },
      "enabled": true,
      "components": {
        "fetcher": "<string>",
        "downloader": "<string>",
        "tagger": "<string>"
      },
      "sauce_types": [
        123
      ],
      "update_frequency": "<string>"
    }
  ]
}

Response

200 - application/json
The query was completed successfully
data
object[]