Skip to main content

API Reference Overview

Monodog has a complete REST API that lets developers access all monorepo data using the HTTP protocol.

Base URL

http://localhost:8999/api

Endpoints

Packages

  • GET /packages - List all packages
  • GET /packages/{name} - Get package details
  • GET /packages/refresh - Refresh package data

Health

  • GET /health/packages - Get health metrics for all packages
  • POST /health/refresh - Refresh health data

Commits

  • GET /commits/{packagePath} - Get commit history

Config

  • GET /config/files - Get configuration files

Next Steps