JSONPlaceholder API
Schemas
Post
id
integer · requiredThe post ID
userId
integer · requiredThe ID of the user who created the post
title
string · requiredThe title of the post
body
string · requiredThe content of the post
PostInput
userId
integer · requiredThe ID of the user creating the post
title
string · requiredThe title of the post
body
string · requiredThe content of the post
Comment
id
integer · requiredThe comment ID
postId
integer · requiredThe ID of the post this comment belongs to
name
string · requiredThe name of the commenter
email
string · email · requiredThe email of the commenter
body
string · requiredThe content of the comment