715 B
715 B
/user/{username}/info
- GET
Returns information about the project.
Responses
200 - Success
Content - JSON:
Field | Description |
---|---|
id | The users unique id. |
name | The users unique username. |
joined | The datetime when the user joined. Represented as UNIX timestamp. |
is_admin | A boolean if the user is an admin. |
403 - Error: Forbidden
Blocked for security reasons.
404 - Error: Not Found
The user wasn't found.