The Goon Simulator API allows developers to programmatically interact with the simulation engine, create custom simulations, and integrate particle physics into their own applications.
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
All API requests should be made to the following base URL:
https://api.goonsimulator.com/v1
Free tier accounts are limited to 100 requests per hour. Pro accounts have higher limits based on their subscription level.
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 } }