Neetcode: Get Problem Detail
Neetcode via Parse · education
Retrieve detailed information for a specific problem by slug. Returns the problem description (markdown/HTML with examples and constraints), solutions in multiple programming languages, video explanation embed, topics, prerequisites, difficulty, free-access flag, and an editorial article when available. Slugs are obtained from any problem-list endpoint. Access NeetCode problem lists (Blind 75, NeetCode 150, NeetCode 250, Core Skills, All), problem details with solutions, course chapters, and lesson articles. Fulfilled by Parse from neetcode.io.
- developer-tools
- education
- neetcode
- neetcode-io
- 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/fe2f54eb-de40-436d-871b-707d154427d4/get_problem_detail
- Interface artifact
- sha256:03eeaff2117a16f0a7eac8970d2d21e9c16c148bc08c95a63ae012b99d685ff1
- Manifest digest
- sha256:81f8c198a7b268bdf153994c374d8a6f990a8cffda1f3114565089d70258e808
Request fields
- slug (string, required): Problem slug as returned by problem list endpoints (e.g. 'two-integer-sum', 'duplicate-integer', 'dynamicArray').
Example queries
- {"slug":"find-minimum-in-rotated-sorted-array"}