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

# Get users

`GET /public/randomusers`

The API endpoint retrieves a random list of users. When accessing this endpoint, you will receive a response containing a randomly generated list of users.

This functionality is useful for scenarios such as testing, demo data generation, or populating user interfaces with dummy data.

It provides a convenient way to obtain randomized user information for various purposes within your application.

## Query parameters

- `page` string
- `limit` string

## Response `200`

Get random users

- object
  - `data` object
    - `currentPageItems` number
    - `data` object[]
      - `cell` string
      - `dob` object
        - `age` number
        - `date` string
      - `email` string
      - `gender` string
      - `id` number
      - `location` object
        - `city` string
        - `coordinates` object
          - `latitude` string
          - `longitude` string
        - `country` string
        - `postcode` union
          - number
          - string
          - number
          - number
          - number
          - number
          - number
          - number
        - `state` string
        - `street` object
          - `name` string
          - `number` number
        - `timezone` object
          - `description` string
          - `offset` string
      - `login` object
        - `md5` string
        - `password` string
        - `salt` string
        - `sha1` string
        - `sha256` string
        - `username` string
        - `uuid` string
      - `name` object
        - `first` string
        - `last` string
        - `title` string
      - `nat` string
      - `phone` string
      - `picture` object
        - `large` string
        - `medium` string
        - `thumbnail` string
      - `registered` object
        - `age` number
        - `date` 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)
