API Reference
Get Brands by Search
Endpoint: /api/brands
Method: GET
Query Parameters:
- name (required): Search term for brand name
- count (required): Number of results to return
Example URL:https://isboykot.com/api/brands?name=apple&count=5
Get Brand by Id
Endpoint: /api/brands/{id}
Method: GET
Parameters:
- id: Brand ID (number)
Example URL:https://isboykot.com/api/brands/1
Get Random Brands
Endpoint: /api/brands/random
Method: GET
Query Parameters:
- skip (required): Number of records to skip
Example URL:https://isboykot.com/api/brands/random?skip=3
Get All Websites
Endpoint: /api/websites
Method: GET
Example URL:https://isboykot.com/api/websites
Get Website by Id
Endpoint: /api/websites/{id}
Method: GET
Parameters:
- id: Website ID (number)
Example URL:https://isboykot.com/api/websites/2