Nicholas' API Documentation

Endpoints

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

Example Response

{
  "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

Example Response

{
  "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