Comprehensive API Test Suite

Test all the new API endpoints with real requests and responses.

API Tests

Test Results

Select a test to see results

API Endpoints Summary

Core Endpoints

  • GET /api/reviews - Canonical list with filters
  • PATCH /api/reviews/:source/:id - Single review update
  • GET /api/reviews/approved - Approved reviews feed
  • GET /api/reviews/trends - Analytics data

Bulk & Tags

  • POST /api/reviews/bulk-approve - Bulk approve
  • POST /api/reviews/bulk-show - Bulk show on web
  • GET /api/reviews/tags - Available tags
  • POST /api/reviews/:source/:id/tags - Add tag
  • DELETE /api/reviews/:source/:id/tags/:tag - Remove tag