REST API  ยท  v1.0

Nexus API

A social-media-style backend built for frontend development. Realistic data, zero setup โ€” just create a workspace and start building.

25
Endpoints
8
DB Tables
โˆž
Workspaces
0
Config needed

Endpoints

Workspaces
POST/workspaces
GET/workspaces
GET/workspaces/:id
POST/workspaces/:id/reset
POST/workspaces/:id/import
Users
POST/users
GET/users
GET/users/:id
GET/users/:id/posts
GET/users/:id/stats
GET/users/:id/followers
GET/users/:id/following
Posts
POST/posts
GET/posts/:id
DEL/posts/:id
POST/posts/:id/comments
GET/posts/:id/comments
POST/posts/:id/like
DEL/posts/:id/like
Social
POST/users/:id/follow
DEL/users/:id/follow
GET/feed
GET/search
GET/notifications
PATCH/notifications/:id/read

Features

๐Ÿ”‘
Workspace Isolation
Every project gets its own private space. Data never leaks between workspaces.
๐Ÿ“„
Bulk Import
Upload a CSV or Excel file to seed your workspace with realistic data instantly.
๐Ÿ“œ
Cursor Pagination
All list endpoints support fast, stable cursor-based pagination.
๐Ÿงช
Frontend Testing
Simulate loading, errors, empty states, and partial data with a single query param.