You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`/problems`| GET | All LeetCode problems |[/problems](https://leetcode-api-pied.vercel.app/problems)|
36
-
|`/problem/{id_or_slug}`| GET | Get problem by ID/slug |[/problem/two-sum](https://leetcode-api-pied.vercel.app/problem/two-sum)|
36
+
|`/problem/{id_or_slug}`| GET | Get problem by ID/slug |[/problem/1](https://leetcode-api-pied.vercel.app/problem/1)<br />[/problem/two-sum](https://leetcode-api-pied.vercel.app/problem/two-sum)|
37
37
|`/search/{query}`| GET | Search for problems |[/search?query=two%20sum](https://leetcode-api-pied.vercel.app/search?query=two%20sum)|
38
38
|`/random`| GET | Random LeetCode problem |[/random](https://leetcode-api-pied.vercel.app/random)|
39
39
|`/user/{username}`| GET | User profile & stats |[/user/lee215](https://leetcode-api-pied.vercel.app/user/lee215)|
@@ -79,16 +79,16 @@ or download `leetcode_questions.json`(updated daily) directly from the `data` f
79
79
80
80
## 🤔 Why This API?
81
81
- Always Fresh Data 🥬
82
-
Auto-updating cache system (no stale LeetCode questions!)
82
+
Auto-updating cache system (no stale LeetCode questions!)
0 commit comments