The Dunder Mifflin API
Real(ish) people. Fake data. 100% free.
Need a placeholder team, user profile, or corporate roster for your next project? The Dunder Mifflin API provides photos, names, emails, job titles, bios and more — all from the Scranton branch and beyond.
Get Started
Identity theft is not a joke — but this API is.— Dwight K. SchruteAssistant (to the) Regional Manager
Team Photos
Need a group photo? We’ve got you covered. Endpoints for individual headshots, team photos, and department rosters.
Explore PhotosDepartments
- Management
(/api/departments/management) - Sales
(/api/departments/sales) - Accounting
(/api/departments/accounting) - Customer Service
(/api/departments/customer-service) - Human Resources
(/api/departments/hr) - Warehouse
(/api/departments/warehouse)
Quick Example
GET /api/people/1
{
"id": 1,
"name": "Michael Scott",
"email": "michael.scott@dundermifflin.llc",
"title": "Regional Manager",
"department": "Management",
"bio": "World’s best boss, according to a mug he bought himself. Believes every meeting is improved by an impression, and every impression by a longer one.",
"avatar": "https://dundermifflin.llc/avatars/michael-scott.png"
}curl https://dundermifflin.llc/api/people/1
# a whole department
curl https://dundermifflin.llc/api/departments/sales
# three random coworkers
curl "https://dundermifflin.llc/api/people/random?count=3"Use Cases
- Populate your app with fake team members
- Generate realistic corporate profiles
- Use character photos for prototypes
- Great for design mockups and demos
- Totally free. No API key required.
“Perfect for internal tools, student projects, and world-class web applications.”— Michael ScottRegional Manager