{"id":13724650,"url":"https://github.com/ebidel/lighthouse-badge","last_synced_at":"2026-01-25T08:32:43.829Z","repository":{"id":144762088,"uuid":"123055919","full_name":"ebidel/lighthouse-badge","owner":"ebidel","description":"Lighthouse score badge","archived":false,"fork":false,"pushed_at":"2018-06-05T15:32:26.000Z","size":32,"stargazers_count":136,"open_issues_count":2,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-03T16:17:45.758Z","etag":null,"topics":["audit","github-badge","lighthouse"],"latest_commit_sha":null,"homepage":"https://lighthouse-badge.appspot.com/examples","language":"HTML","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/ebidel.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}},"created_at":"2018-02-27T01:41:28.000Z","updated_at":"2025-03-28T00:04:27.000Z","dependencies_parsed_at":"2024-01-27T11:11:25.096Z","dependency_job_id":"fc6a5ff8-1850-496d-bf69-bf8051c4c889","html_url":"https://github.com/ebidel/lighthouse-badge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ebidel/lighthouse-badge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebidel%2Flighthouse-badge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebidel%2Flighthouse-badge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebidel%2Flighthouse-badge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebidel%2Flighthouse-badge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebidel","download_url":"https://codeload.github.com/ebidel/lighthouse-badge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebidel%2Flighthouse-badge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28749355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T08:31:04.260Z","status":"ssl_error","status_checked_at":"2026-01-25T08:30:28.859Z","response_time":113,"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":["audit","github-badge","lighthouse"],"created_at":"2024-08-03T01:02:01.154Z","updated_at":"2026-01-25T08:32:43.814Z","avatar_url":"https://github.com/ebidel.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"## Lighthouse score badges\n\nBe proud of your [Lighthouse](https://github.com/googlechrome/lighthouse) score! Display\nthis badge in a Github readme, on your site, in a presentation,...wherever.\n\nLarge:\n\n[![Lighthouse score: 100/100](https://lighthouse-badge.appspot.com/?score=100)](https://github.com/ebidel/lighthouse-badge)\n[![Lighthouse score: 65/100](https://lighthouse-badge.appspot.com/?score=65)](https://github.com/ebidel/lighthouse-badge)\n[![Lighthouse score: 35/100](https://lighthouse-badge.appspot.com/?score=35)](https://github.com/ebidel/lighthouse-badge)\n\n\nCompact:\n\n[![Lighthouse score: 100/100](https://lighthouse-badge.appspot.com/?score=100\u0026compact)](https://github.com/ebidel/lighthouse-badge)\n[![Lighthouse score: 65/100](https://lighthouse-badge.appspot.com/?score=65\u0026compact)](https://github.com/ebidel/lighthouse-badge)\n[![Lighthouse score: 35/100](https://lighthouse-badge.appspot.com/?score=35\u0026compact)](https://github.com/ebidel/lighthouse-badge)\n\nInclude category:\n\n[![Lighthouse score: 85/100](https://lighthouse-badge.appspot.com/?score=85\u0026category=Perf\u0026cachebust)](https://github.com/ebidel/lighthouse-badge)\n[![Lighthouse score: 85/100](https://lighthouse-badge.appspot.com/?score=85\u0026category=Perf\u0026compact\u0026cachebust)](https://github.com/ebidel/lighthouse-badge)\n\n### Examples\n\nAPI: `https://lighthouse-badge.appspot.com/?score=\u003cSCORE\u003e[\u0026compact]`\n\nParameters:\n\n- `score`: required. set from [0,100].\n- `compact`: optional. Renders smaller image instead.\n- `category`: optional. Specify a report section label (e.g. \"PWA\", \"Perf\", \"A11y\", \"Best Practices\")\n\nMarkdown\n\n```md\n[![Lighthouse score: 100/100](https://lighthouse-badge.appspot.com/?score=100)](https://github.com/ebidel/lighthouse-badge)\n```\n\n```md\n[![Lighthouse score: 85/100](https://lighthouse-badge.appspot.com/?score=85\u0026compact\u0026category=PWA)](https://github.com/ebidel/lighthouse-badge)\n```\n\n```md\n[![Lighthouse score: 65/100](https://lighthouse-badge.appspot.com/?score=65\u0026compact)](https://github.com/ebidel/lighthouse-badge)\n```\n\nHTML\n\n```html\n\u003ca href=\"https://github.com/ebidel/lighthouse-badge\" target=\"_blank\" rel=\"noopener\"\u003e\n  \u003cimg src=\"https://lighthouse-badge.appspot.com?score=100\"\u003e\n\u003c/a\u003e\n```\n\n```html\n\u003ca href=\"https://github.com/ebidel/lighthouse-badge\" target=\"_blank\" rel=\"noopener\"\u003e\n  \u003cimg src=\"https://lighthouse-badge.appspot.com?score=85\u0026category=PWA\"\u003e\n\u003c/a\u003e\n```\n\n```html\n\u003ca href=\"https://github.com/ebidel/lighthouse-badge\" target=\"_blank\" rel=\"noopener\"\u003e\n  \u003cimg src=\"https://lighthouse-badge.appspot.com?score=165\u0026compact\"\u003e\n\u003c/a\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febidel%2Flighthouse-badge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febidel%2Flighthouse-badge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febidel%2Flighthouse-badge/lists"}