Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl "https://fucksornot.com/api/tags?page=1&limit=10" \ -H "Cookie: auth-token=YOUR_JWT_TOKEN"
const response = await fetch('https://fucksornot.com/api/tags?page=1&limit=10', { credentials: 'include' });
page
limit
{ "tags": [ { "id": "tag-uuid-1", "name": "gadget", "slug": "gadget", "upload_count": 150 }, { "id": "tag-uuid-2", "name": "tech", "slug": "tech", "upload_count": 120 } ], "page": 1, "limit": 10 }
id
name
slug
upload_count