16 lines
715 B
Markdown
16 lines
715 B
Markdown
# `/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. |