Welcome to Zudoku preview!
Open a GitHub issue
if you have feature requests or find any issues.
Search
Documentation
Components
Themes
Other endpoints
Get all posts
get
Create a post
post
Get post by ID
get
Update post
put
Delete post
delete
Get post comments
get
Schemas
powered by Zudoku
Menu
JSONPlaceholder API
Schemas
API information
Post
id
integer
·
required
userId
integer
·
required
title
string
·
required
body
string
·
required
PostInput
userId
integer
·
required
title
string
·
required
body
string
·
required
Comment
id
integer
·
required
postId
integer
·
required
name
string
·
required
email
string
·
email
·
required
body
string
·
required