
內容簡介
Jadav REST Route Explorer 是一款開發者工具,專為探索 WordPress 網站上註冊的 REST API 路由而設計。它提供管理員專用介面,方便瀏覽端點、組成本地測試請求、檢查 JSON 回應、生成 cURL 命令,並將請求匯出為可重用的 JSON API 集合。
【主要功能】
• 按命名空間分組的路由目錄
• 按命名空間或方法搜尋和過濾路由
• 支援 GET、POST、PUT、PATCH 和 DELETE 方法的請求組合器
• 查詢參數、主體參數和標頭的 JSON 編輯器
• 狀態碼、時間、標頭和格式化 JSON 主體的回應分析器
• 對於已保存請求或發現路由的 JSON API 集合匯出
外掛標籤
開發者團隊
原文外掛簡介
Jadav REST Route Explorer is a developer utility for exploring the REST API routes registered on a WordPress site. It provides an admin-only interface for browsing endpoints, composing local test requests, inspecting JSON responses, generating cURL commands, and exporting requests as a reusable JSON API collection.
All test requests run locally through WordPress with rest_do_request(). The plugin does not call external services, load remote assets, or track usage.
External services
This plugin does not connect to any third-party or external services. REST requests are executed locally inside WordPress using rest_do_request(). Export files are generated in the administrator’s browser and are not sent anywhere by this plugin.
Features
Route catalog grouped by namespace.
Search and filter routes by namespace or method.
Request composer for GET, POST, PUT, PATCH, and DELETE methods.
JSON editors for query parameters, body parameters, and headers.
Response analyzer with status code, timing, headers, and formatted JSON body.
cURL generation for the active request.
JSON API collection export for saved requests or discovered routes.
Browser-local request history and presets.
Review hints for public routes, write methods, and missing argument metadata.
