{"id":17765595,"url":"https://github.com/marvnc/pixiv-dump","last_synced_at":"2026-01-12T09:45:10.963Z","repository":{"id":221489059,"uuid":"754518014","full_name":"MarvNC/pixiv-dump","owner":"MarvNC","description":"Pixiv Encyclopedia DB Dumps, updated daily","archived":false,"fork":false,"pushed_at":"2024-04-13T00:53:04.000Z","size":143,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-04-14T00:39:01.619Z","etag":null,"topics":["crawler","database","dump","encyclopedia","japanese","pixiv","pixiv-crawler","pixiv-database","scraping"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarvNC.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-02-08T08:19:16.000Z","updated_at":"2024-07-31T02:02:30.242Z","dependencies_parsed_at":"2024-03-01T02:26:48.891Z","dependency_job_id":"8e9e5448-490e-4ed6-98b2-7355f0d83a75","html_url":"https://github.com/MarvNC/pixiv-dump","commit_stats":null,"previous_names":["marvnc/pixiv-dump"],"tags_count":210,"template":false,"template_full_name":null,"purl":"pkg:github/MarvNC/pixiv-dump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvNC%2Fpixiv-dump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvNC%2Fpixiv-dump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvNC%2Fpixiv-dump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvNC%2Fpixiv-dump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarvNC","download_url":"https://codeload.github.com/MarvNC/pixiv-dump/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvNC%2Fpixiv-dump/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265479850,"owners_count":23773627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["crawler","database","dump","encyclopedia","japanese","pixiv","pixiv-crawler","pixiv-database","scraping"],"created_at":"2024-10-26T20:14:08.439Z","updated_at":"2025-12-24T02:29:32.718Z","avatar_url":"https://github.com/MarvNC.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pixiv Encyclopedia Dump\n\nThis repository contains dumps of the\n[Pixiv Encyclopedia](https://dic.pixiv.net/) (ピクシブ百科事典), a collection of\narticles on various topics, including anime, manga, and games. The articles are\nwritten by users and are available in Japanese.\n\nA Yomitan dictionary built with this data can be found at\n[pixiv-yomitan](https://github.com/MarvNC/pixiv-yomitan).\n\n## Download\n\nThe dumps are available in the\n[releases](https://github.com/MarvNC/pixiv-dump/releases) section.\n\n## Format\n\nThe dumps are available as sqlite3 databases. The detailed schema can be found\nin the [schema.prisma](./prisma/schema.prisma) file.\n\n```prisma\nmodel PixivArticle {\n  tag_name           String  @id\n  summary            String\n  updated_at         String\n  main_illst_url     String\n  view_count         Int\n  illust_count       Int\n  check_count        Int\n  related_tags       String\n  parent             String?\n  lastScraped        String\n  reading            String?\n  header             String?\n  mainText           String?\n  lastScrapedReading String? // Unused\n  lastScrapedArticle String?\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvnc%2Fpixiv-dump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarvnc%2Fpixiv-dump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvnc%2Fpixiv-dump/lists"}