You can pass limit and skip params to limit and skip the results for pagination, and use limit=0 to get all items.You can pass select as query params with comma-separated values to select specific data
Request
Query Params
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--location--request GET 'https://dummyjson.com/posts?limit=10&skip=10&select=title,reactions,userId'