API Endpoints
All endpoints return JSON responses and support CORS for cross-origin requests.
Rate limiting is enabled to ensure fair usage of the API:
All API responses follow a consistent JSON format:
{
"packages": [...],
"count": 123,
"query": "search term",
"searchInfo": {
"description": "High-quality results only (score 40+)"
}
}