# Dummy JSON ## Docs - [Start your journey](https://dummyjson.apidog.io/start-your-journey-1024082m0.md): - Dummy JSON [Auth](https://dummyjson.apidog.io/auth-3776246f0.md): The **auth** endpoint provides details about the user authentication and authorization and refresh tokens. - Dummy JSON [Users](https://dummyjson.apidog.io/users-3776247f0.md): The **users** endpoint provides a versatile dataset of sample user information and related data like carts, posts, and todos, making it ideal for testing and prototyping user management functionalities in web applications. - Dummy JSON [Products](https://dummyjson.apidog.io/products-3776248f0.md): The **products** endpoint provides a comprehensive dataset of sample product information, including details like names, prices, descriptions, images, and categories, ideal for testing and prototyping e-commerce applications. - Dummy JSON [Posts](https://dummyjson.apidog.io/posts-3786953f0.md): The posts endpoint offers a dataset of sample blog post data, including details like titles, body content, user IDs, and tags, useful for testing and prototyping content management and social media features in web applications. ## API Docs - Dummy JSON > Auth [Login user and get tokens](https://dummyjson.apidog.io/login-user-and-get-tokens-17010681e0.md): - Dummy JSON > Auth [Get current auth user](https://dummyjson.apidog.io/get-current-auth-user-17010682e0.md): - Dummy JSON > Users [Get all users](https://dummyjson.apidog.io/get-all-users-17010683e0.md): - Dummy JSON > Users [Get a single user](https://dummyjson.apidog.io/get-a-single-user-17010684e0.md): - Dummy JSON > Users [Add a new user](https://dummyjson.apidog.io/add-a-new-user-17010685e0.md): - Dummy JSON > Users [Update a user](https://dummyjson.apidog.io/update-a-user-17010686e0.md): - Dummy JSON > Users [Delete a user](https://dummyjson.apidog.io/delete-a-user-17010687e0.md): - Dummy JSON > Products [Get all products](https://dummyjson.apidog.io/get-all-products-17010688e0.md): - Dummy JSON > Products [Get a single product](https://dummyjson.apidog.io/get-a-single-product-17010689e0.md): - Dummy JSON > Products [Search product](https://dummyjson.apidog.io/search-product-17010690e0.md): - Dummy JSON > Products [Limit and skip product](https://dummyjson.apidog.io/limit-and-skip-product-17010691e0.md): - Dummy JSON > Products [Sort products](https://dummyjson.apidog.io/sort-products-17010692e0.md): - Dummy JSON > Products [Get all products categories](https://dummyjson.apidog.io/get-all-products-categories-17010693e0.md): - Dummy JSON > Products [Get products category list](https://dummyjson.apidog.io/get-products-category-list-17010694e0.md): - Dummy JSON > Products [Get products by a category](https://dummyjson.apidog.io/get-products-by-a-category-17010695e0.md): - Dummy JSON > Products [Add a new product](https://dummyjson.apidog.io/add-a-new-product-17010696e0.md): - Dummy JSON > Products [Update a product](https://dummyjson.apidog.io/update-a-product-17010697e0.md): - Dummy JSON > Products [Delete a product](https://dummyjson.apidog.io/delete-a-product-17010698e0.md): - Dummy JSON > Posts [Get all post ](https://dummyjson.apidog.io/get-all-post-17054729e0.md): - Dummy JSON > Posts [Get a single post](https://dummyjson.apidog.io/get-a-single-post-17217097e0.md): - Dummy JSON > Posts [Search posts](https://dummyjson.apidog.io/search-posts-17219209e0.md): - Dummy JSON > Posts [Limit and skip posts](https://dummyjson.apidog.io/limit-and-skip-posts-17219782e0.md): You can pass `limit` and `skip` params to limit and skip the results for pagination, and use `limit=0` to get all items. - Dummy JSON > Posts [Sort posts](https://dummyjson.apidog.io/sort-posts-17219876e0.md): You can pass `sortBy` and `order` params to sort the results, `sortBy` should be field name and `order` should be "asc" or "desc" - Dummy JSON > Posts [Get all posts tags](https://dummyjson.apidog.io/get-all-posts-tags-17219822e0.md): - Dummy JSON > Posts [Get posts tag list](https://dummyjson.apidog.io/get-posts-tag-list-17219899e0.md): - Dummy JSON > Posts [Get posts by a tag](https://dummyjson.apidog.io/get-posts-by-a-tag-17219922e0.md): - Dummy JSON > Posts [Get all post by user id](https://dummyjson.apidog.io/get-all-post-by-user-id-17221721e0.md): - Dummy JSON > Posts [Get post's comments](https://dummyjson.apidog.io/get-posts-comments-17221791e0.md): - Dummy JSON > Posts [Add a new post](https://dummyjson.apidog.io/add-a-new-post-17221916e0.md): Adding a new post will not add it into the server. - Dummy JSON > Posts [Update a post](https://dummyjson.apidog.io/update-a-post-17223103e0.md): Updating a post will not update it into the server. - Dummy JSON > Posts [Delete a post](https://dummyjson.apidog.io/delete-a-post-17223442e0.md): Deleting a post will not delete it into the server.