Dummy JSON
Products
Copy Page
Dummy JSON
Start your journey
Dummy JSON
Auth
Login user and get tokens
Get current auth user
Users
Get all users
Get a single user
Add a new user
Update a user
Delete a user
Products
Get all products
GET
Get a single product
GET
Search product
GET
Limit and skip product
GET
Sort products
GET
Get all products categories
GET
Get products category list
GET
Get products by a category
GET
Add a new product
POST
Update a product
PUT
Delete a product
DELETE
Posts
Get all post
Get a single post
Search posts
Limit and skip posts
Sort posts
Get all posts tags
Get posts tag list
Get posts by a tag
Get all post by user id
Get post's comments
Add a new post
Update a post
Delete a post
Products
Copy Page
Search product
GET
/products/search
Try it
Run in Apidog
Run in Apidog
Last modified:
2025-05-19 14:42:37
Maintainer:
ekovegeance
Request
Query Params
Generate Code
phone
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'https://dummyjson.com/products/search?phone='
Responses
🟢
200
Success
application/json
Generate Code
Body
Generate Code
object
{0}
Example
{
}
Modified at
2025-05-19 14:42:37
Previous
Get a single product
Next
Limit and skip product