typicode / jsonplaceholder

A simple online fake REST API server
https://jsonplaceholder.typicode.com
MIT License
5.05k stars 581 forks source link

Get the latest posts by user id #172

Open ValeriyENV opened 3 years ago

ValeriyENV commented 3 years ago

How possible get latest posts by user id? possible?

kostasx commented 2 years ago

Yes, it is possible: https://jsonplaceholder.typicode.com/posts?userId=2

@ValeriyENV