Search
GET /v1/search
Search the catalog by query string.
| Aspect | Detail |
|---|---|
| Header | X-API-Key |
| Query | q - search string, minimum length 2 |
| Query | limit - integer 1–50, default 20 |
Response:
matches- array ofServiceResponseobjectsquery- normalized query echototal- number of matches returned in this response
Error: If q is shorter than 2 characters, the API returns 422 with query_too_short.
curl "https://api.scrift.app/v1/search?q=github&limit=10" \
-H "X-API-Key: YOUR_API_KEY"
See interactive API reference for schemas and try-it-out.