Public REST APIs for LW Plugins services.
Base URL: https://api.lwplugins.com
| API | Base Path | Description |
|---|---|---|
| Cookie Database | /v1/cookie_db |
Search and query cookie information database |
Currently, all APIs are public and require no authentication.
All endpoints support CORS with Access-Control-Allow-Origin: *.
All endpoints return JSON responses.
Success response:
{
"query": "search term",
"count": 10,
"results": [...]
}Error response:
{
"success": false,
"error": "Error description"
}No rate limiting is currently enforced.
- Website: lwplugins.com
- GitHub: github.com/lwplugins