{"id":15138676,"url":"https://github.com/zakwht/goodreads","last_synced_at":"2026-02-03T09:34:30.984Z","repository":{"id":139914936,"uuid":"599303644","full_name":"zakwht/goodreads","owner":"zakwht","description":"REST API that returns the book a Goodreads user is currently reading","archived":false,"fork":false,"pushed_at":"2024-05-09T21:11:08.000Z","size":1361,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T09:44:49.076Z","etag":null,"topics":["api","express","javascript","nunjucks","rss","svg","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zakwht.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-08T21:31:48.000Z","updated_at":"2024-05-16T22:56:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"459521ce-363b-4332-8e2f-9690209b4fde","html_url":"https://github.com/zakwht/goodreads","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zakwht/goodreads","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakwht%2Fgoodreads","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakwht%2Fgoodreads/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakwht%2Fgoodreads/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakwht%2Fgoodreads/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakwht","download_url":"https://codeload.github.com/zakwht/goodreads/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakwht%2Fgoodreads/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29039701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T09:33:44.148Z","status":"ssl_error","status_checked_at":"2026-02-03T09:33:43.343Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","express","javascript","nunjucks","rss","svg","web"],"created_at":"2024-09-26T07:43:17.905Z","updated_at":"2026-02-03T09:34:30.957Z","avatar_url":"https://github.com/zakwht.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Goodreads Currently Reading API\n\n[![License](https://img.shields.io/github/license/zakwht/goodreads)](/LICENSE.md)\n[![Example](https://img.shields.io/badge/vercel-deployed-black)](#)\n[![Version](https://img.shields.io/github/package-json/v/zakwht/goodreads)](#)\n\nAn Express API that computes a Goodreads user's current book, returning either JSON or SVG.\n\nThe program parses the most recent relevant update in a user's RSS feed to output summarized information. The API is powered by Express, Nunjucks, and Vercel.\n\n### Development\n\n#### Requirements\n- Node v18+ (built with 18.13.0)\n\n#### Scripts\n- `start`: starts the API in watch mode, on `localhost:3000`\n- `deploy`: publishes a production version of the API to vercel\n\n### Usage\n\nTake the numerical user ID from Goodreads, _e.g._ `139946054` from `https://www.goodreads.com/user/show/139946054-zak`\n\n```markdown\n#### Currently Reading\n[![Goodreads](https://goodreads-six.vercel.app/goodreads?user=139946054)](https://www.goodreads.com/user/show/139946054-zak)\n```\n\n#### Currently Reading\n\u003ca href=\"https://www.goodreads.com/user/show/139946054-zak\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://goodreads-six.vercel.app/static?user=jonsnow\u0026dark=true\"\u003e\n    \u003cimg alt=\"Example\" src=\"https://goodreads-six.vercel.app/static?user=jonsnow\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\nAlternatively, the API has a JSON endpoint:\n\n```shell\ncurl \"https://goodreads-six.vercel.app/goodreads/json?user=139946054\"\n```\n```json\n{\n  \"author\": {\n    \"link\": \"https://www.goodreads.com/author/show/2783704.Matthew_Gabriele\",\n    \"name\": \"Matthew Gabriele\"\n  },\n  \"book\": {\n    \"image\": \"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1617197593l/57355365._SY216_.jpg\",\n    \"title\": \"The Bright Ages: A New History of Medieval Europe\",\n    \"author\": \"Matthew Gabriele\",\n    \"link\": \"https://www.goodreads.com/book/show/57355365-the-bright-ages\"\n  },\n  \"pages\": {\n    \"read\": 224,\n    \"total\": 307\n  },\n  \"update\": {\n    \"date\": \"2022-12-27T20:12:34.000Z\",\n    \"link\": \"https://www.goodreads.com/review/show/5194135600\"\n  },\n  \"profile\": {\n    \"name\": \"Gabriel\",\n    \"link\": \"https://www.goodreads.com/user/show/134428078-gabriel\"\n  }\n}\n```\nSchema - response properties vary based on type of RSS item:\n```TypeScript\nbook: { title, author, image, link? },\nupdate: { date, link? }, // corresponding Goodreads update\nprofile: { name, link }, // user profile\nauthor?: { link, name },\npages?: { read, total },\nprogress? // a number representing percentage of book read\n```\n\n### Acknowledgments\n- __Consumes the__ [Goodreads](https://www.goodreads.com/) user RSS feeds","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakwht%2Fgoodreads","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakwht%2Fgoodreads","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakwht%2Fgoodreads/lists"}