Mock APIs.
Instantly.

A fast, free playground for developers to test, demo, and build with real mock APIs.

https://mockly.me/user
GET
Response Preview
JSON
{
    "id": "8c76e5a4",
    "name": "Jane Smith",
    "username": "janesmith123",
    "email": "[email protected]",
    "avatar": "https://mockly.me/avatar?name=Jane%20Smith",
    "age": 32,
    "gender": "female",
    "job_title": "Software Engineer",
    "company": "TechCorp",
    "phone": "+1-555-123-4567",
    "website": "https://www.janesmith123.com",
    "address": {
        "street": "123 Main St",
        "city": "New York",
        "state": "NY",
        "country": "USA",
        "zip_code": "10001",
        "coordinates": {
            "lat": 40.712776,
            "lng": -74.005974
        }
    },
    "date_of_birth": "1993-05-15",
    "registration_date": "2022-11-08",
    "last_login": "2025-03-27 14:22:31",
    "subscription_status": "premium",
    "subscription_expiry": "2026-03-15",
    "preferences": {
        "theme": "dark",
        "newsletter": true,
        "notifications": true,
        "language": "en"
    },
    "social_media": {
        "twitter": "https://twitter.com/janesmith123",
        "linkedin": "https://linkedin.com/in/janesmith123",
        "instagram": "https://instagram.com/janesmith123"
    }
}

Why use mockly.me?

Quick & Ready

No keys, no setup — just hit an endpoint and get started right away.

Dozens of Endpoints

Users, products, quotes, JSON, images, and much more at your fingertips.

Developer Friendly

RESTful responses, cURL-ready interfaces, and open format data.

Perfect for Testing

Great for mock frontends, demos, webhooks, and testing environments.

Featured APIs

New Feature

Create Your Custom Mock APIs

Design and deploy your own custom API endpoints with personalized JSON responses in seconds. Perfect for building frontend prototypes without waiting for backend development.

  • Custom endpoints with your own data structures
  • AI-powered JSON generation with a simple prompt
  • Live for 7 days with unique URLs
https://mockly.me/custom/my-api
GET
JSON Editor
{
    "products": [
        {
        "product_id": "PROD-1234",
        "name": "Ergonomic Office Chair",
        "description": "Designed for comfort and support.",
        "price": 199.99,
        "currency": "USD",
        "image_url": "https://mockly.me/image",
        "category": "Furniture",
        "subcategory": "Office Chairs",
        "features": [
            "Adjustable height",
            "Lumbar support",
            "Tilt function"
        ],
        "rating": 4.5,
        "num_reviews": 125,
        "in_stock": true
        },
        // ...
    ],
    "total_products": 4
}

"Generate a JSON response for an e-commerce API with product listings including price, features, and ratings"

Try It Now

See how easy it is to use mockly.me APIs for your projects

Data & Image Demo

Load user data and profile images with a single API call

Click "Run Demo" to load user data

Response Preview

// Waiting...
AI-Powered

Meet Mockly Assitant

Your AI assistant for API testing, debugging and code generation. Access the power of mockly.me directly in ChatGPT.

  • Generate sample API requests and responses
  • Get code examples in your preferred language
  • Supercharged by ChatGPT Plus from OpenAI
Mockly GPT in action

See how Mockly Assistant helps developers build and test faster