jsonplaceholder
jsonplaceholder copied to clipboard
How to get quantity of elements?
Hi @typicode First, thanks for cool peoject!
I'd like to ask, is it possible to get the number of elements in the resposne? And if so, how to do this. Thnx :)
You can send request to http://jsonplaceholder.typicode.com/posts?_start=0&_end=1 And response will be sent with X-Total-Count header.