typicode / jsonplaceholder

A simple online fake REST API server

Home Page:https://jsonplaceholder.typicode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GET /users/3/albums return "userId": 1

GrigK opened this issue · comments

https://jsonplaceholder.typicode.com/users/3/albums

return:
[{
"userId": 1, <--????
"id": 1,
"title": "quidem molestiae enim"
},
{...