Social Mock API Template

Mock profiles, feeds, posts, comments, likes, follows, and moderation states for social product experiences.

GET /api/feed
POST /api/posts
POST /api/posts/post_9/likes
GET /api/profiles/usr_5
{"id":"post_9","author":"Mira","body":"Shipping with mock APIs today","likes":18}

Include blocked profiles, deleted posts, empty feeds, hidden comments, and rate-limited actions.

Create social mock endpoints

Use HttpStatus for feed and profile mocks.

Create Free Mock API