---
title: "Get products"
method: GET
path: "/public/randomproducts"
tags: ["📢 Public APIs"]
---

# Get products

`GET /public/randomproducts`

The API endpoint returns a list of dummy products.

When accessing this endpoint, you will receive a response containing a collection of dummy product information.

## Query parameters

- `page` string
- `limit` string
- `inc` string
- `query` string

## Response `200`

Get random products

- object
  - `data` object
    - `currentPageItems` number
    - `data` object[]
      - `category` string
      - `id` number
      - `images` string[]
      - `price` number
      - `thumbnail` string
      - `title` string
    - `limit` number
    - `nextPage` boolean
    - `page` number
    - `previousPage` boolean
    - `totalItems` number
    - `totalPages` number
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
