Cses: Get Problems By Category
Cses via Parse · education
Returns all problems within a specific category by name, including task IDs, acceptance stats, techniques, and URLs. The category parameter is matched as a case-insensitive substring against the available category names. Raises NotFoundError when no category matches. API for the CSES Problem Set, including problem lists, details, courses, and contests. Fulfilled by Parse from cses.fi.
- cses
- cses-fi
- developer-tools
- education
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1b9e55e4-6851-41ea-ba8a-1383ad8800c0/get_problems_by_category
- Interface artifact
- sha256:3e133624bdb59c5c08078a5713dc35d125ac9acb0a36952a8f071b31bc8065d9
- Manifest digest
- sha256:c967942b93b1158aaec52c50556acb946bb9a8b00c76b4aeb699cdccd640aa86
Request fields
- category (string, required): Category name to filter by. Matched as a case-insensitive substring.: Allowed values: Introductory Problems, Sorting and Searching, Dynamic Programming, Graph Algorithms, Range Queries, Tree Algorithms, Mathematics, String Algorithms, Geometry, Advanced Techniques
Example queries
- {"category":"Introductory Problems"}