Social Media Domain

Social Media API

Posts, comments, likes, and user feed endpoints

API Prefix

/api/social

Every endpoint hangs off this prefix so you can compose requests consistently.

Endpoint coverage

5

curated routes spanning common workflows

Playground ready

Deep link directly into the playground with your preferred method and path.

Open in Playground

Capabilities

What you can simulate

Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.

1

Feed-ready post & comment structures

2

Media attachments and reaction counts

3

Follow relationships + mentions

4

Moderation + reporting hooks

5

Notification friendly payloads

6

Trending + discovery metadata

Endpoints

Available routes

Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.

GET

/api/social/posts

Try it
GET

/api/social/posts?userId=usr_123456

Try it
GET

/api/social/posts?limit=10

Try it
GET

/api/social/posts?userId=buildwithsam&limit=5

Try it
POST

/api/social/posts

Try it
social

Prototype network effects quickly

Test social feeds, moderation tools, and activity notifications against reliable fixtures.