Product Catalog API
Basic Information
Name
Product Catalog API
Endpoint
/api/get/products
Description
API untuk menampilkan katalog produk dengan fitur pencarian dan filter kategori
Data Source
Custom
Response Format
JSON
Status
Active
Data Source Configuration
Custom Query
SELECT p.id, p.name, p.price, p.stock, c.name as category FROM products p LEFT JOIN categories c ON p.category_id = c.id WHERE p.is_active = 1
Response Fields
id name price stock category
Default Filters
{
"is_active": 1
}
Allowed Filters
category price_min price_max in_stock
Test Endpoint
Statistics
Total Requests
3,456
Success
3,401
Errors
55
Success Rate
98.41%
Avg Response
0.089ms
Token Management
Token Required
No
Rate Limiting
Per Minute
200
Per Hour
5000
Caching
Cache Enabled
Yes
Cache Duration
900 seconds
Pagination
Pagination Enabled
Yes
Default Limit
50
Max Limit
1000