{"id":19872755,"url":"https://github.com/snuffydev/favifetch","last_synced_at":"2025-03-01T00:55:50.694Z","repository":{"id":116488061,"uuid":"432488269","full_name":"snuffyDev/Favifetch","owner":"snuffyDev","description":"A website favicon \u0026 icon API, powered by Cloudflare Workers","archived":false,"fork":false,"pushed_at":"2021-12-16T07:23:12.000Z","size":134,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T16:48:46.962Z","etag":null,"topics":["api","cloudflare","cloudflare-workers","favicon","icon","scraper","serverless","workers"],"latest_commit_sha":null,"homepage":"https://favifetch.beatbump.workers.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snuffyDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_APACHE","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":"2021-11-27T14:51:27.000Z","updated_at":"2024-08-02T15:10:16.000Z","dependencies_parsed_at":"2023-03-21T06:45:16.169Z","dependency_job_id":null,"html_url":"https://github.com/snuffyDev/Favifetch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snuffyDev%2FFavifetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snuffyDev%2FFavifetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snuffyDev%2FFavifetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snuffyDev%2FFavifetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snuffyDev","download_url":"https://codeload.github.com/snuffyDev/Favifetch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241299482,"owners_count":19940483,"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":["api","cloudflare","cloudflare-workers","favicon","icon","scraper","serverless","workers"],"created_at":"2024-11-12T16:16:37.021Z","updated_at":"2025-03-01T00:55:50.689Z","avatar_url":"https://github.com/snuffyDev.png","language":"TypeScript","readme":"# Favifetch\n\nA simple API for fetching a website's icons, as well as metadata from the web app manifest.\n\n## Usage\n\nMake an HTTP GET request to: `https://favifetch.beatbump.workers.dev/get?url=`\n\nExample:\n\n```bash\nhttps://favifetch.beatbump.workers.dev/get?url=github.com\n// or with https protocol\nhttps://favifetch.beatbump.workers.dev/get?url=https://github.com\n```\n\n## Response\n\n```typescript\n  {\n    \"icon_urls\"?: string[]       // Array of icon URLs parsed from the HTML\n    \"manifest_icons\"?: {src?: string; purpose?: string; sizes?: string; type?: string}[]   // Array of icons parsed from the webmanifest, if found\n    \"manifest_url\"?: string      // URL Path of the web app manifest, if found\n    \"name\"?: string              // Web app name from the web app manifest\n    \"theme_color\"?: string       // Theme color from the web app manifest\n  }\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnuffydev%2Ffavifetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnuffydev%2Ffavifetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnuffydev%2Ffavifetch/lists"}