API for developers πŸ‘€

GET /api/v1/version
This endpoint allows you to retrieve the project and Node.js version information.
GET /api/v1/uptime
With this endpoint, you can obtain the uptime of the Node.js application.
GET /api/v1/static/generated/:path
This endpoint provides an object containing static files in JSON format.
GET /api/v1/static/logs/:fileName
Using this endpoint, you can access an object containing log files in JSON format.
GET /api/v1/static/cache/:path
Get a JSON object containing the SHA256 of the blocking list.

Allowed requests

Supported request methods: GET & HEAD
Make sure to use the appropriate method for each endpoint to ensure the correct handling of your requests.

Credits

Special thanks to c-bertran for invaluable contributions to the development and enhancement of the express-autoindex npm module, which is utilized in this project.