Base URL: https://api.nicholaslim.me/v1
https://api.nicholaslim.me/v1/projects
Fetches names, IDs and API endpoints of all projects.
HTTP Method: GET
{
"projects": [
{
"name": "Project Name",
"id": "Project UUID",
"endpoint": "API Endpoint"
}
]
}
https://api.nicholaslim.me/v1/<project-name>
Fetches details about a specific project.
HTTP Method: GET
{
"name": "Project Name",
"id": "Project UUID",
"repo": "Repository URL",
"website": "Project Website",
"started": "DD/MM/YYYY",
"development-status": true
}
© 2026 Nicholas Lim. https://nicholaslim.me