💬
Comments
6 endpoints200 comments linked to posts and users, with like counts and full user info.
On this page
GET https://dummyapi.codesmash.in/api/comments/:id
GET https://dummyapi.codesmash.in/api/comments/post/:id
POST https://dummyapi.codesmash.in/api/comments
PUT https://dummyapi.codesmash.in/api/comments/:id
DELETE https://dummyapi.codesmash.in/api/comments/:id
Get all comments.
🔗GET https://dummyapi.codesmash.in/api/comments
?limitand?skipto paginate through all items. Max limit is 200.?limit=10Number of items to return (default: 30, max: 200)?skip=10Number of items to skip (default: 0)