{
  "name": "Dunder Mifflin API",
  "tagline": "People. Paper. Placeholder Data.",
  "version": "1",
  "docs": "https://dundermifflin.llc/docs",
  "counts": {
    "people": 17,
    "departments": 11,
    "branches": 5
  },
  "endpoints": {
    "people": "https://dundermifflin.llc/api/people",
    "person": "https://dundermifflin.llc/api/people/{id|slug}",
    "randomPeople": "https://dundermifflin.llc/api/people/random?count=3",
    "departments": "https://dundermifflin.llc/api/departments",
    "department": "https://dundermifflin.llc/api/departments/{slug}",
    "branches": "https://dundermifflin.llc/api/branches",
    "branch": "https://dundermifflin.llc/api/branches/{slug}",
    "avatar": "https://dundermifflin.llc/api/avatars/{slug}"
  }
}