Summary of React Native Directory API endpoints
mainThe React Native Directory exposes several server-side JSON endpoints for accessing library data and proxies for external services:
GET /api/libraries: List and search libraries (paginated, sorted, filterable).GET /api/libraries/check: Return metadata for a list of npm package names.POST /api/libraries/check: (Deprecated) Return metadata for a list of npm package names.GET /api/libraries/statistic: Aggregated statistics about the directory dataset.GET /api/library: Lookup one or more libraries by npm package name.GET /api/proxy/github-funding: Proxy to GitHub GraphQL API for fetching funding data.GET /api/proxy/npm-stat: Proxy to npm-stat.com for download counts.GET /api/proxy/unpkg: Proxy to unpkg.com with server-side redirect handling.