Library
Copy Page
Ludoria
Authentication
Sign In
POST
Sign Up
POST
Social Sign In
POST
Login
POST
Achievements
List all achievements
GET
Retrieve an achievement
GET
Create an achievement
POST
Update an achievement
PATCH
Delete an achievement
DELETE
Activity Logs
List all activity log entries
GET
Retrieve an activity log entry
GET
Create an activity log entry
POST
Update an activity log entry
PATCH
Delete an activity log entry
DELETE
Badges
List all badges
GET
Retrieve a badge
GET
Create a badge
POST
Update a badge
PATCH
Delete a badge
DELETE
Backlog
List all backlog entries
GET
Retrieve a backlog entry
GET
Create a backlog entry
POST
Update a backlog entry
PATCH
Delete a backlog entry
DELETE
Blogs
List all blogs
Retrieve a blog post
Create a blog post
Update a blog post
Delete a blog
Changelog
List all changelog entries
Retrieve a changelog entry
Create a changelog entry
Update a changelog entry
Delete a changelog entry
Emails & Notifications
Send Email
Send Batch Email
Feedback
List all feedback
Retrieve a feedback
Create a feedback
Update a feedback
Delete a feedback
subscriptions
List all subscriptions
Retrieve a subscription
Create a subscription
Update a subscription
Delete a subscription
subscriptions offers
List all subscriptions
Retrieve a subscription offer
Create a subscription offer
Update a subscription offer
Delete a subscription
Games
Stats
List all game stats
Retrieve a game's stats
Create a game's stats
Upsert a game's stats
Update a game's stats
Increment a game's stats
Decrement a game's stats
Delete a game's stats
Search Categories
List active search categories
List Games
Query Games
Popular Games
Lists
liked games lists
List all lists
Retrieve a list
Like a game
Update a list
Remove game from list
played games lists
List all played games
Retrieve a played game
Add a played game
Update a played game
Remove a played game
List all lists
Retrieve a list
Create a list
Add game to list
Update a list
Delete a list
Remove game from list
Library
List all library entries
GET
Create a library entry
PUT
Get a library entry by ID
GET
Update a library entry
PATCH
Delete a library entry
DELETE
Liked Games
List all liked games
Get a liked game by ID
Delete a liked game by ID
Reviews
List all reviews
List all reviews by game
Retrieve a review
Create a review
Like a review
Update a review
Delete a review
Ratings
List all ratings
List all ratings by game
Retrieve a rating
Retrieve the overall rating of a game
Create a rating
Update a rating
Delete a rating
Residents
Roles
List all roles
Retrieve a role
Create a role
Update a role
Delete a role
Waitlist
List all waitlists
Retrieve a waitlist
Create a waitlist
Update a waitlist
Delete a waitlist
List all waitlists entries
List a waitlist's entries
Retrieve a waitlist entry
Join a waitlist
Update a waitlist entry
Leave a waitlist
Follow/UnFollow
Follow Resident
UnFollow Resident
Schemas
Pagination
List
Date Metadata
Game Category
Game Category Type
Game Stats
Deleted Item
List Item
Achievement
GameCategoryTypeSlug
Activity Log
GameLibraryEntry
GameLibraryListItem
GameCategoryType
CreateGameLibraryEntry
GameLibraryList
GameCategory
UpdateGameLibraryEntry
Backlog
ResidentLibrarySettings
Badge
UpdateLibrarySettings
Blog
LikedGame
Blog with Author
AddLikedGame
Changelog
LikedGamesSettings
UpdateLikedGamesSettings
Feedback
ListItem
Rating
LikedGamesResponse
Resident
LikedGameActionResult
Resident Basic Info
Review
Role
Subscription
Subscription Offer
Waitlist
Waitlist Entry
Waitlist with Entries
Library
MCP
Copy Page
Get a library entry by ID
GET
/v1/library/{entryId}
Try it
Run in Apidog
Run in Apidog
library
Last modified:
2026-05-25 03:53:28
Maintainer:
JoseMa Esparza
Request
Authorization
or
Path Params
Generate Code
Header Params
Generate Code
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
'http://localhost:4002/rest/v1/library/'
\
--header
'X-Nexus-Key: '
Responses
🟢
200
application/json
Library entry
Body
application/json
Generate Code
Example
ðŸŸ
401
Unauthorized
ðŸŸ
403
Forbidden
ðŸŸ
404
NotFound
Modified atÂ
2026-05-25 03:53:28
Previous
Create a library entry
Next
Update a library entry