Request
Parameters
| Parameter | Type | Description |
|---|---|---|
username | string | Username to look up |
Response
Notes
- Only public uploads are returned
- Private uploads are excluded even if they belong to the user
- No authentication required
- Returns empty array if user has no public uploads
Use Cases
- User profile pages
- Viewing a user’s contributions
- Discovering content by creator
Errors
| Status | Description |
|---|---|
| 404 | User not found |