Unofficial API for Backloggd written in Typescript.
You are welcome to open issues for new features.
To use this API, you will need Node.js and npm installed on your machine. You can install the necessary dependencies by running:
git clone https://github.com/Qewertyy/Backloggd-API && cd Backloggd-API && npm i && npm start
-
GET /user/:username
- Retrieves information for the specified user.
-
POST /user/:username
- Retrieves information for the specified user.
- username: The username of the user to retrieve information for.
The API returns a JSON response with the following structure:
{
"message": "success",
"code": 2,
"content": {
// User information object
}
}
In case of an error, the response will include an appropriate error message along with the HTTP status code.
If the username is not provided or if there's an error retrieving the user information, the API will respond with an error message and an appropriate HTTP status code.
This project is licensed under the MIT License. See the LICENSE file for details.
This API is unofficial and is not affiliated with the official web service.