Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

LW Plugins API

Public REST APIs for LW Plugins services.

Base URL: https://api.lwplugins.com

Available APIs

API Base Path Description
Cookie Database /v1/cookie_db Search and query cookie information database

General Information

Authentication

Currently, all APIs are public and require no authentication.

CORS

All endpoints support CORS with Access-Control-Allow-Origin: *.

Response Format

All endpoints return JSON responses.

Success response:

{
  "query": "search term",
  "count": 10,
  "results": [...]
}

Error response:

{
  "success": false,
  "error": "Error description"
}

Rate Limiting

No rate limiting is currently enforced.

Links

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors