## Machine-readable API catalog (JSON) **get** `/api/meta/racks-api` Returns a JSON file listing all public API routes with auth requirements and descriptions. ### Example ```http curl https://racks.cash/api/meta/racks-api ``` #### Response ```json {} ```