Pbinfo: List Problems
Pbinfo via Parse · education
List programming problems within a specific category. Returns paginated results with 10 problems per page. Use the start parameter (offset) to paginate through results. Each problem includes id, name, URL, summary text, and difficulty level. Access programming problems from pbinfo.ro, a Romanian informatics education platform. Search problems by keyword, list problems by category with pagination, and get detailed problem information including statement, constraints, and metadata. Fulfilled by Parse from www.pbinfo.ro.
- developer-tools
- education
- other
- parse
- pbinfo
- platform-key
- www-pbinfo-ro
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/a67950ed-d14d-40d9-8f6d-e48f9f53aa85/list_problems
- Interface artifact
- sha256:35ea0e27b4801dadd7f772d618d7d4a3b260c5fdf267a72a79ffcfc3a81c3890
- Manifest digest
- sha256:27b0ea4dfb24129875784a64e832c769de5661f89880915c683356e33e078337
Request fields
- start (string): Zero-based offset for pagination. Each page shows 10 problems, so use 0, 10, 20, etc.
- category_id (string, required): Numeric category ID from the site (e.g. '7' for Structuri repetitive, '5' for Cifrele unui numar, '18' for Divizibilitate). Corresponds to the tag ID in the site URL.
Example queries
- {"start":"0","category_id":"7"}