Mockoon website screenshot

Mockoon

Mockoon is the easiest and quickest way to design and run mock REST APIs. Available as a free, open-source desktop application and CLI, it lets developers build, share, and serve realistic mock endpoints locally, in CI, or in containers. No remote deployment, no account required.

1 APIs 0 Features
Mock ServersMockingTestingREST APIDesktopCLIPlatformOpen Source

APIs

Mockoon

Mockoon ships as a desktop application, a CLI, and a serverless package for designing and running mock REST APIs. Mocks are configured in Mockoon and exposed locally as HTTP end...

Collections

Pricing Plans

Mockoon Plans Pricing

3 plans

PLANS

Rate Limits

Mockoon Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHubOrganization
GitHubOrganization
🎓
Tutorials
Tutorials
📰
Blog
Blog
🔗
Issues
Issues
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Mockoon Admin API
  version: '1.0'
items:
- info:
    name: Data Buckets
    type: folder
  items:
  - info:
      name: List data bucket status
      type: http
    http:
      method: GET
      url: http://localhost:{port}/mockoon-admin/data-buckets
    docs: Returns the status of all data buckets without their values.
  - info:
      name: Get a data bucket value
      type: http
    http:
      method: GET
      url: http://localhost:{port}/mockoon-admin/data-buckets/:nameOrId
      params:
      - name: nameOrId
        value: ''
        type: path
        description: Bucket name or id.
    docs: Retrieve the full, parsed value of a specific data bucket.
  - info:
      name: Purge all data buckets (POST)
      type: http
    http:
      method: POST
      url: http://localhost:{port}/mockoon-admin/data-buckets/purge
    docs: Reset all data buckets to their initial state.
bundled: true