Skip to content

bobmatyas/Backloggd-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked Version of the Unofficial API for Backloggd written in Typescript.

Original at Qewertyy/Backloggd-API

This version adds a "currently playing" object to the API response.

Deploy Locally

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/bobmatyas/Backloggd-API && cd Backloggd-API && npm i && npm start

Usage

Endpoint

for now only this endpoint has been added

  • GET /user/:username

    • Retrieves information for the specified user.
  • POST /user/:username

    • Retrieves information for the specified user.

Request Parameters

  • username: The username of the user to retrieve information for.

Response

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.

Error Handling

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Disclaimer

This API is unofficial and is not affiliated with the official web service.

About

Unofficial API for Backloggd.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%