API Documentation

Explore our comprehensive list of mock API endpoints for testing and development.

REST APIs

Media APIs

Various endpoints for image, SVG, avatar, QR codes, and other media needs for your applications.

Explore Media APIs

JSON / Data APIs

Mock data endpoints for user profiles, products, text content, and other structured data formats.

Explore Data APIs

Request/Response Utilities

Tools for header inspection, request echoing, IP detection, and other HTTP request-related utilities.

Explore Request APIs

Time & Utilities

Endpoints for timestamp, datetime, UUID generation, and response delay simulation.

Explore Time APIs

Security & Encoding

Security-related endpoints for hash generation, JWT tokens, random data, and color generation.

Explore Security APIs

Finance APIs

Financial utilities for transactions, payments, invoices, subscriptions, and currency exchange rates.

Explore Finance APIs

WebSocket APIs

Chat Socket

WebSocket endpoint for real-time chat applications with message broadcasting and user presence status.

Explore Chat Socket

Data Stream Socket

Stream real-time data for charts, dashboards and monitoring applications with configurable update frequency.

Explore Data Stream

Notification Socket

WebSocket endpoint for push notifications, alerts, and event broadcasting for real-time applications.

Explore Notification Socket

Map Tracking Socket

Real-time fleet tracking with vehicle locations, delivery routes, traffic events, and ETA updates.

Explore Map Socket

Create Your Own Mock API

Didn't find what you need in our collection? Build your own custom endpoints with personalized JSON responses. Perfect for testing specific scenarios or simulating your exact backend requirements.

  • Custom endpoints with your own data structures
  • AI-powered JSON generation with a simple prompt
  • Live for 7 days with unique URLs
mockly.me/custom/your-endpoint
{
      "success": true,
      "message": "Your custom API is ready!",
      "data": {
        "product": {
          "name": "Custom Widget",
          "price": 99.99,
          "inStock": true,
          "features": [
            "Customizable",
            "Developer-friendly",
            "Fast response"
          ]
        },
        "metadata": {
          "expires_in": "7 days",
          "created_at": "2025-04-03T10:15:30Z"
        }
      }
    }
Expires in 7 days JSON Response

"Create a JSON response for a product API with basic information and features"