web.dev (Google)
communityGoogle's official web developer resource providing guidance on modern web development best practices, performance optimization, PWA development, and Core Web Vitals. Includes interactive learning paths, codelab tutorials, and web performance measurement tools.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/api/v1/searchSearch web.dev articles and guides
Parameters
qweb technology or best practice (stringrequiredcategoryperformance|accessibility|pwa|security|testing (stringoptionalReturns
results[] with title, summary, category, tags[], published_at, urlGET
/api/v1/articlesGet latest web.dev articles
Parameters
tagstringoptionallimitintegeroptionalcategorystringoptionalReturns
articles[] with title, summary, authors[], category, tags[], published_at, urlPOST
/api/v1/measureRun Lighthouse audit on a URL
Parameters
urlwebsite URL to audit (stringrequiredReturns
report{performance, accessibility, best_practices, seo, pwa, metrics{lcp, fid, cls, fcp, ttfb}}