---
name: mock_data
description: >
  Mock data for testing and prototyping (users, products, posts). Free. No API key.
  Use when user ask for fake JSON data, random user profiles, dummy e-commerce products.
---

Mock data for testing and UI prototyping. Free. No key.

## APIs

- RandomUser: `https://randomuser.me/api/`
- JSONPlaceholder Users: `https://jsonplaceholder.typicode.com/users`
- JSONPlaceholder Posts: `https://jsonplaceholder.typicode.com/posts`
- FakeStoreAPI Products: `https://fakestoreapi.com/products`

## Example

```json
{"type": "users"}
```

Returns: array of dummy user profiles.

```json
{"type": "products"}
```

Returns: array of dummy e-commerce products with images and prices.
