List game library
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"
}List friends GET
Returns a list of friends, each enriched with their GitHub profile data, avatar URL, and LinkedIn profile link where available.
List GitHub projects GET
Returns a curated list of my GitHub repositories. Only repositories with a recognised description format are included; results are ordered by display priority, then creation date. Use the `unfiltered` query parameter to return all public repositories without filtering.