GET
/api/problemsList all problems. Supports search, category filtering, and sorting.
Query parameters
| Param | Type | Description |
|---|---|---|
q | string | Search title and description (case-insensitive) |
category | string | Filter by category (e.g. healthcare, devtools, finance) |
sort | string | votes to sort by most voted; default is newest first |
Example
curl https://remainingproblems.com/api/problems?category=devtools&sort=votes