{"id":37221285,"url":"https://github.com/alfonsusac/kawaii-logos-data","last_synced_at":"2026-01-15T01:25:33.915Z","repository":{"id":238043512,"uuid":"795751895","full_name":"alfonsusac/kawaii-logos-data","owner":"alfonsusac","description":"JSON Data for kawaii logos made by several artists that are scraped every few hours","archived":false,"fork":false,"pushed_at":"2025-09-23T12:02:19.000Z","size":5100,"stargazers_count":21,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T14:19:42.129Z","etag":null,"topics":["api","github-actions","icons","json-api","lowos","service-icons","vtuber"],"latest_commit_sha":null,"homepage":"https://vtuberlogos.alfon.dev/","language":"TypeScript","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/alfonsusac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-04T00:49:18.000Z","updated_at":"2025-09-23T01:28:29.000Z","dependencies_parsed_at":"2024-05-04T01:45:51.048Z","dependency_job_id":"e64e2e91-52e5-4b8e-b35b-daf7d78ef9b2","html_url":"https://github.com/alfonsusac/kawaii-logos-data","commit_stats":null,"previous_names":["alfonsusac/kawaii-logos-data"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alfonsusac/kawaii-logos-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfonsusac%2Fkawaii-logos-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfonsusac%2Fkawaii-logos-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfonsusac%2Fkawaii-logos-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfonsusac%2Fkawaii-logos-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alfonsusac","download_url":"https://codeload.github.com/alfonsusac/kawaii-logos-data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfonsusac%2Fkawaii-logos-data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28441031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"ssl_error","status_checked_at":"2026-01-15T00:55:20.945Z","response_time":107,"last_error":"SSL_read: 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","github-actions","icons","json-api","lowos","service-icons","vtuber"],"created_at":"2026-01-15T01:25:32.760Z","updated_at":"2026-01-15T01:25:33.896Z","avatar_url":"https://github.com/alfonsusac.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kawaii-logos-data\nJSON Data for kawaii logos made by several artists that are scraped every few hours and stored as a JSON static file that you can access via a link. \n\n## How do I use it?\n\n- If you want to check the scraped data in Github, head over to the `data` branch.\n- If you want to see the generated types, head over to the `types` branch.\n\nTo consume the data as an API, simply fetch to the following link:\n```\nhttps://raw.githubusercontent.com/alfonsusac/kawaii-logos-data/data/images.json\n```\n\n### Fetch API\n\nModern fetch api can be used to fetch the data and parse it as JSON\n\n```tsx\nconst result = await fetch(`https://raw.githubusercontent.com/alfonsusac/kawaii-logos-data/data/images.json`)\n  .then(res =\u003e res.json())\nconst authors = result.data\n```\n\n### Typescript\nInstall types through your favorite package manager\n```shell\npnpm i kawaii-logos-data@git://github.com:alfonsusac/kawaii-logos-data.git#types\n```\n\n```tsx\nimport { Data } from \"kawaii-logos-data\"\n\nconst result = await fetch(`https://raw.githubusercontent.com/alfonsusac/kawaii-logos-data/data/images.json`)\n  .then(res =\u003e res.json()) as Data\nconst authors = result.data\n                     // ^? Entries\n```\n#### Update\nInstallation through github are not tracked with semantic versioning so whenever there is update you need to call the update command\n```shell\npnpm update kawaii-logos-data\n```\n\n#### Uninstalling the package\nInstallation through github doesn't have a \"fixed\" name, it depends on whatever name you give it when installing it (i.e `logo-types@git...` -\u003e `pnpm uninstall logo-types`)\n```shell\npnpm uninstall kawaii-logos-data\n```\n\n### Examples\n\nIf you want to see how the data is consumed, check out [alfonsusac/service-title-logo](https://github.com/alfonsusac/service-title-logo).\n\n### Contributions\n\nContributions are welcome\n\n\n## Related Projects\n\nAlso check out these other cool projects\n\n- [irfanhakim-as/vtuber-icons](https://github.com/irfanhakim-as/vtuber-icons)\n- [Ender-Wiggin2019/VTuber-Logos-Collection](https://github.com/Ender-Wiggin2019/VTuber-Logos-Collection)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfonsusac%2Fkawaii-logos-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falfonsusac%2Fkawaii-logos-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfonsusac%2Fkawaii-logos-data/lists"}