mycompany.com.tr v2.0 has been released! See what's new
mycompany.com.tr

Open Source API Mocking Platform

mycompany.com.tr is a fully open source API mocking platform. Our API, frontend, and documentation are all community-driven, focusing only on covering server and development costs.

mycompany.com.tr Editor

RESTful API Mocking

Create realistic REST API endpoints with custom responses, status codes, and headers in seconds.

JSON Schema Validation

Validate request and response payloads against JSON schemas to ensure data integrity.

Dynamic Response Generation

Generate dynamic responses with templates, random data, and conditional logic.

Fully Open Source

Both API and frontend are completely open source. We focus only on covering server and development costs.

Simple API mocking in minutes

Create realistic API endpoints with just a few clicks or API calls

Create a mock API endpoint

POST /api/v1/mocks
{
  "path": "/users",
  "method": "GET",
  "response": {
    "status": 200,
    "body": [
      { "id": 1, "name": "John Doe" },
      { "id": 2, "name": "Jane Smith" }
    ]
  }
}

Add delay and status codes

POST /api/v1/mocks
{
  "path": "/users/1",
  "method": "GET",
  "delay": 500,
  "response": {
    "status": 200,
    "body": { 
      "id": 1, 
      "name": "John Doe",
      "email": "john@example.com" 
    }
  }
}

Simulate errors

POST /api/v1/mocks
{
  "path": "/users/999",
  "method": "GET",
  "response": {
    "status": 404,
    "body": { 
      "error": "User not found",
      "code": "USER_NOT_FOUND"
    }
  }
}

Ready to accelerate your development?

Join thousands of developers who are already using mycompany.com.tr to streamline their workflow.

Join our community

mycompany.com.tr is built by the community, for the community

Use

Free

For everyone, forever

  • Unlimited endpoints
  • Self-hosted option
  • All features included
  • Community support
Recommended

Contribute

Join us

Help make mycompany.com.tr better

  • Submit pull requests
  • Report issues
  • Improve documentation
  • Join discussions
  • Get contributor badge

Sponsor

Support

Help cover our costs

  • Server costs
  • Development costs
  • Infrastructure maintenance
  • Community events
  • Sustainability