List game library

GET
/api/portfolio/games

Returns my game library from RAWG, covering all status categories: beaten, playing, on hold, plan to play, dropped, and owned.

Response Body

application/json

application/json

curl -X GET "https://loading/api/portfolio/games"
[
  {
    "name": "string",
    "slug": "string",
    "background_image": "http://example.com",
    "background_image_cropped": "http://example.com",
    "rawg_link": "http://example.com",
    "released": "string",
    "rating": 0,
    "status": "beaten"
  }
]
{
  "error": "string"
}