Docs / API

API Reference

The ModuleHarbor public API lets you search and fetch modules programmatically. Base URL:/api

GET/api/modules

List approved modules. Supports q, category, framework and limit query params.

GET/api/modules/:slug

Fetch a single module with its full source files, props, dependencies and installation steps.

GET/api/search?q=query

Full-text search over module names, descriptions and tags.

Command Palette

Search modules and jump anywhere