Documentation

GET /api/user/:id

Get all info for a specific user.

URL Params

Param: id

id of the user

Example of returned JSON

{
	"success": true,
	"user": {
		"discord_id": "302427405023313920",
		"joined_on": 1694617285320,
		"name": "Xella",
		"about": "Hi, I'm Xella!

As you might know, I've made this website to help people share their CC projects more easily!
Another project I'm very proud of is Pine3D which is a 3d graphics library for CC:
https://pine3d.cc/

Feel free to contact me on Discord :)",
		"about_markdown": null,
		"connections": [
			{
				"id": "github",
				"display": "Xella37",
				"link": "https://github.com/Xella37"
			},
			{
				"id": "youtube",
				"display": "Xella",
				"link": "https://www.youtube.com/channel/UCDE2STpSWJrIUyKtiYGeWxw"
			},
			{
				"id": "discord",
				"display": "Xella37",
				"link": ""
			}
		]
	}
}