Goon Simulator API Reference

Complete documentation for the Goon Simulator API

API Overview
Introduction to the Goon Simulator API

The Goon Simulator API allows developers to programmatically interact with the simulation engine, create custom simulations, and integrate particle physics into their own applications.

Authentication

All API requests require an API key that should be included in the request headers. API keys can be generated in your account dashboard.

Authorization: Bearer YOUR_API_KEY

Base URL

All API requests should be made to the following base URL:

https://api.goonsimulator.com/v1

Rate Limits

Free tier accounts are limited to 100 requests per hour. Pro accounts have higher limits based on their subscription level.

Response Format

All API responses are returned in JSON format. Successful responses will have a 2xx status code, while errors will have a 4xx or 5xx status code.

{
  "status": "success",
  "data": {
    // Response data here
  }
}

Ready to Get Started?