{"info":{"_postman_id":"ddb3f084-7a1a-4108-80da-35a235d6396e","name":"mopsfl Documentation","description":"<html><head></head><body><p>Documentation for all public API's on my website.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"36796787","collectionId":"ddb3f084-7a1a-4108-80da-35a235d6396e","publishedId":"2sA3e1CAEb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4CAF50"},"publishDate":"2024-07-17T13:00:57.000Z"},"item":[{"name":"GoofyLuaUglifier","item":[{"name":"Obfuscation","item":[{"name":"/uglify","event":[{"listen":"test","script":{"id":"229e65e1-84e2-4fc8-8b02-769c3c45adca","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"931f8459-0814-493e-bf20-a6245dea3469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"uglifier-options","value":"application/json","description":"<p>The options you want to use for this uglification. (optional)</p>\n","type":"text"},{"key":"api-key","value":"text/plain","description":"<p>Your API key, required to fulfill and identify your request. (optional)</p>\n","type":"text"}],"body":{"mode":"raw","raw":"print(\"Hello World\")","options":{"raw":{"language":"text"}}},"url":"https://goofyluauglifier.mopsfl.de/v1/api/uglify/:method","description":"<p>Obfuscates your script with the given function name / function chain.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","name":"GoofyLuaUglifier","type":"folder"}},"urlObject":{"path":[":method"],"host":["https://goofyluauglifier.mopsfl.de/v1/api/uglify"],"query":[],"variable":[{"description":{"content":"<p>The name of the obfuscation method, you want to apply to your script!</p>\n","type":"text/plain"},"type":"any","value":"","key":"method"}]}},"response":[{"id":"d51ce416-99b3-43e8-9ea4-ec505ceec149","name":"single function","originalRequest":{"method":"POST","header":[{"key":"uglifier-options","value":"{\"minify_output\":false,\"ignore_bytestring\":true,\"byte_string_type\":\"Decimal\",\"byte_encrypt_all_constants\":true,\"target_lua_version\":\"5.3\"}","type":"text"}],"body":{"mode":"raw","raw":"print(\"Hello World\")","options":{"raw":{"language":"text"}}},"url":"https://goofyluauglifier.mopsfl.de/v1/api/uglify/bytestrings"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"uglifier-options","value":"{\"minify_output\":true,\"ignore_bytestring\":true,\"byte_string_type\":\"Decimal\",\"byte_encrypt_all_constants\":true,\"target_lua_version\":\"5.3\"}","description":"","type":"text"},{"key":"uglifier-function","value":"bytestrings","description":"","type":"text"},{"key":"uglifier-ms-time","value":"j","description":"","type":"text"},{"key":"uglifier-session","value":"47e6374f-498d-4ad1-b97d-f394f24ca9bd","description":"","type":"text"},{"key":"x-ratelimit-limit","value":"100","description":"","type":"text"},{"key":"x-ratelimit-remaining","value":"99","description":"","type":"text"},{"key":"x-ratelimit-reset","value":"1720446859","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"local _bit32bxor=bit and bit.bxor or bit32.bxor;local _stringfloor=math.floor;local _stringgsub=string.gsub;local\r\n..."},{"id":"73398572-8360-4640-bcf9-2ad96f22c7d8","name":"function chain","originalRequest":{"method":"POST","header":[{"key":"uglifier-options","value":"{\"minify_output\":true,\"ignore_bytestring\":true,\"byte_string_type\":\"Decimal\",\"byte_encrypt_all_constants\":true,\"target_lua_version\":\"5.3\"}","type":"text"}],"body":{"mode":"raw","raw":"print(\"Hello World\")","options":{"raw":{"language":"text"}}},"url":"https://goofyluauglifier.mopsfl.de/v1/api/uglify/bytestrings,transformnums,minify"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"uglifier-options","value":"{\"minify_output\":true,\"ignore_bytestring\":true,\"byte_string_type\":\"Decimal\",\"byte_encrypt_all_constants\":true,\"target_lua_version\":\"5.3\"}","description":"","type":"text"},{"key":"uglifier-function","value":"bytestrings,transformnums,minify","description":"","type":"text"},{"key":"uglifier-ms-time","value":"s","description":"","type":"text"},{"key":"uglifier-session","value":"e0571efb-2c62-475d-8a3e-b18b726d829b","description":"","type":"text"},{"key":"x-ratelimit-limit","value":"100","description":"","type":"text"},{"key":"x-ratelimit-remaining","value":"99","description":"","type":"text"},{"key":"x-ratelimit-reset","value":"1776971862","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"local a=bit and bit.bxor or bit32.bxor;local b=math.floor;local c=string.gsub;local c=string.char;local d={}local\r\n..."}],"_postman_id":"931f8459-0814-493e-bf20-a6245dea3469"},{"name":"uglifier-options","id":"2f83fcf0-d4ad-4718-89ff-c75f6d1d80ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"OBJ","header":[],"body":{"mode":"raw","raw":"{\r\n    \"beautify_output\": boolean,\r\n    \"minify_output\": boolean,\r\n    \"ignore_bytecode\": boolean,\r\n    \"ignore_bytestring\": boolean,\r\n    \"chinese_nonsense_characters\": boolean,\r\n    \"byte_string_type\": \"Hexadecimal\" | \"Decimal\",\r\n    \"byte_encrypt_all_constants\": boolean,\r\n    \"rename_global_functions\": boolean,\r\n    \"table_length_number_memestrings\": string,\r\n    \"table_length_number_rate\": number,\r\n    \"protect_watermark\": boolean,\r\n    \"target_lua_version\": \"5.1\" | \"5.2\" | \"5.3\" | \"LuaJIT\",\r\n    \"test_slider\": number,\r\n    \"number_transform_offset_length\": number,\r\n    \"use_all_mathoperators_number_transform\": boolean,\r\n    \"watermark\": string,\r\n    \"tester_access_key\": string,\r\n    \"bytecode_watermark\": string,\r\n    \"memoize_function_calls\": boolean\r\n}","options":{"raw":{"language":"json"}}},"url":"","description":"<p>The options you can use for a uglification request.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","name":"GoofyLuaUglifier","type":"folder"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"2f83fcf0-d4ad-4718-89ff-c75f6d1d80ea"}],"id":"3c8f1204-d171-4cfa-9a85-ed4d2ab343c1","_postman_id":"3c8f1204-d171-4cfa-9a85-ed4d2ab343c1","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","name":"GoofyLuaUglifier","type":"folder"}}},{"name":"Misc","item":[{"name":"/stats","id":"90de02a3-f480-405b-8452-28eb87d3262c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://goofyluauglifier.mopsfl.de/v1/api/uglifier/stats","description":"<p>Get some statistics about GoofyLuaUglifier.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","name":"GoofyLuaUglifier","type":"folder"}},"urlObject":{"path":["stats"],"host":["https://goofyluauglifier.mopsfl.de/v1/api/uglifier"],"query":[],"variable":[]}},"response":[{"id":"c33cfd36-b0ed-4ef0-b06f-b49fdf5615ce","name":"example","originalRequest":{"method":"GET","header":[],"url":"https://goofyluauglifier.mopsfl.de/v1/api/uglifier/stats"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"100"},{"key":"x-ratelimit-remaining","value":"99"},{"key":"x-ratelimit-reset","value":"1720446860"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_requests\": 69,\n    \"total_functions_called\": 69,\n    \"functions\": {\n        \"bytestrings\": 69,\n        \"minify\": 69\n        /* ... */\n    }\n}"}],"_postman_id":"90de02a3-f480-405b-8452-28eb87d3262c"},{"name":"/constants","id":"589367e0-785a-4c06-b1a2-27ecddbfd62c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://goofyluauglifier.mopsfl.de/v1/api/constants/:name","description":"<p>Return a specific constant list.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","name":"GoofyLuaUglifier","type":"folder"}},"urlObject":{"path":[":name"],"host":["https://goofyluauglifier.mopsfl.de/v1/api/constants"],"query":[],"variable":[{"description":{"content":"<p>The name of the constant list you want to receive.</p>\n","type":"text/plain"},"type":"any","value":"text/plain","key":"name"}]}},"response":[{"id":"a57a5b7d-0fe2-4f0c-8ced-a4de267653d4","name":"roblox","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://goofyluauglifier.mopsfl.de/v1/api/constants/:name","host":["https://goofyluauglifier.mopsfl.de/v1/api/constants"],"path":[":name"],"variable":[{"key":"name","value":"Roblox"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"x-ratelimit-limit","value":"100","description":"","type":"text"},{"key":"x-ratelimit-remaining","value":"99","description":"","type":"text"},{"key":"x-ratelimit-reset","value":"1720446859","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{/*CONSTANTS*/}"}],"_postman_id":"589367e0-785a-4c06-b1a2-27ecddbfd62c"},{"name":"/constants/update","id":"50d932fb-fb22-4051-b895-21f7aec63a9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://goofyluauglifier.mopsfl.de/v1/api/constants/update/:name","description":"<p>Update a specific constant list, when possible.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","name":"GoofyLuaUglifier","type":"folder"}},"urlObject":{"path":["update",":name"],"host":["https://goofyluauglifier.mopsfl.de/v1/api/constants"],"query":[],"variable":[{"description":{"content":"<p>The name of the constant list you want to update.</p>\n","type":"text/plain"},"type":"any","value":"text/plain","key":"name"}]}},"response":[{"id":"4ba68579-7d1c-48c8-ab5b-a5c154c9b844","name":"roblox","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://goofyluauglifier.mopsfl.de/v1/api/constants/update/:name","protocol":"https","host":["goofyluauglifier","mopsfl","de"],"path":["v1","api","constants","update",":name"],"variable":[{"key":"name","value":"roblox"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"x-ratelimit-limit","value":"100","description":"","type":"text"},{"key":"x-ratelimit-remaining","value":"99","description":"","type":"text"},{"key":"x-ratelimit-reset","value":"1720446859","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": 200,\r\n    \"message\": \"...\",\r\n    \"error\": \"...\"\r\n}"}],"_postman_id":"50d932fb-fb22-4051-b895-21f7aec63a9e"},{"name":"/updatelog","id":"e77f1b86-f371-4466-856a-df2b3614883d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://goofyluauglifier.mopsfl.de/v1/api/uglifier/updatelog/","description":"<p>Returns a list of all updates &amp; changes of GoofyLuaUglifier.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","name":"GoofyLuaUglifier","type":"folder"}},"urlObject":{"path":["updatelog",""],"host":["https://goofyluauglifier.mopsfl.de/v1/api/uglifier"],"query":[],"variable":[]}},"response":[{"id":"47e39dd3-8cb8-4c98-b1b9-1782097434e2","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://goofyluauglifier.mopsfl.de/v1/api/uglifier/updatelog/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"100"},{"key":"x-ratelimit-remaining","value":"98"},{"key":"x-ratelimit-reset","value":"1724249503"}],"cookie":[],"responseTime":null,"body":"{\n    \"19.08.2024\": [\n        \"...\",\n        \"...\"\n    ]\n}"}],"_postman_id":"e77f1b86-f371-4466-856a-df2b3614883d"}],"id":"84e505fe-46b3-4f5c-9049-1a2173811c1a","description":"<p>Miscellaneous endpoints that aren't focused on the obfuscation process.</p>\n","_postman_id":"84e505fe-46b3-4f5c-9049-1a2173811c1a","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","name":"GoofyLuaUglifier","type":"folder"}}}],"id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b537152a-d4d0-4251-9e97-a91f49737302","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"ef6b01be-9c45-475d-af56-1d656b7106d1","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"00bc7bb4-42a6-48c9-99bb-aea948e51b5e","description":""},{"name":"LuaObfuscator","item":[{"name":"/outagehistory/logs","id":"3d973057-c53f-4bbb-bc3e-1a17e38fad08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luaobfuscator.mopsfl.de/api/outagehistory/logs?s=SESSION","urlObject":{"path":["logs"],"host":["https://luaobfuscator.mopsfl.de/api/outagehistory"],"query":[{"description":{"content":"<p>The session key, required to fulfill this request.</p>\n","type":"text/plain"},"key":"s","value":"SESSION"}],"variable":[]}},"response":[],"_postman_id":"3d973057-c53f-4bbb-bc3e-1a17e38fad08"},{"name":"/session","id":"57b47918-c8be-4f59-85b4-024f8dc21552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luaobfuscator.mopsfl.de/api/session/:session","urlObject":{"path":[":session"],"host":["https://luaobfuscator.mopsfl.de/api/session"],"query":[],"variable":[{"description":{"content":"<p>The session key to obtain its information about.</p>\n","type":"text/plain"},"type":"any","value":"SESSION","key":"session"}]}},"response":[],"_postman_id":"57b47918-c8be-4f59-85b4-024f8dc21552"},{"name":"/statistics","id":"4111a238-ed9b-4df2-bf5b-a366fe86a2ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luaobfuscator.mopsfl.de/api/statistics?limit=7","urlObject":{"host":["https://luaobfuscator.mopsfl.de/api/statistics"],"query":[{"description":{"content":"<p>The limit of how many days it should return. (default = 7)</p>\n","type":"text/plain"},"key":"limit","value":"7"}],"variable":[]}},"response":[],"_postman_id":"4111a238-ed9b-4df2-bf5b-a366fe86a2ba"},{"name":"/statistics/raw","id":"60b61f61-c79e-4075-8d42-b9c2059e9551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luaobfuscator.mopsfl.de/api/statistics/raw?limit=7","urlObject":{"path":["raw"],"host":["https://luaobfuscator.mopsfl.de/api/statistics"],"query":[{"description":{"content":"<p>The limit of how many days it should return. (default = 7)</p>\n","type":"text/plain"},"key":"limit","value":"7"}],"variable":[]}},"response":[],"_postman_id":"60b61f61-c79e-4075-8d42-b9c2059e9551"},{"name":"/commands","id":"1d25700d-0508-42bd-a0e3-2f2bad63c866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luaobfuscator.mopsfl.de/api/commands","urlObject":{"host":["https://luaobfuscator.mopsfl.de/api/commands"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d25700d-0508-42bd-a0e3-2f2bad63c866"},{"name":"/status","id":"87370aba-674d-43a5-bdf3-99412236b0bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luaobfuscator.mopsfl.de/api/status","urlObject":{"host":["https://luaobfuscator.mopsfl.de/api/status"],"query":[],"variable":[]}},"response":[],"_postman_id":"87370aba-674d-43a5-bdf3-99412236b0bd"}],"id":"7cb42ce7-f292-48ec-bf47-9e0e108b2725","description":"<p>Lua Obfuscator API is currently being reworked!</p>\n","_postman_id":"7cb42ce7-f292-48ec-bf47-9e0e108b2725"},{"name":"mopsfl API","item":[{"name":"/projects","id":"8188d230-63f0-4ef4-8306-ceee1c726f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"text/plain","description":"<p>Your API key, required to fulfill and identify your request.</p>\n","type":"text"}],"url":"https://api.mopsfl.de/v1/projects","description":"<p>Get the list of my projects.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"baf97520-f647-47a4-b22b-2fe856c67028","id":"baf97520-f647-47a4-b22b-2fe856c67028","name":"mopsfl API","type":"folder"}},"urlObject":{"host":["https://api.mopsfl.de/v1/projects"],"query":[],"variable":[]}},"response":[{"id":"28a9ba20-b0e2-4be5-a7fc-cd2093dce1e1","name":"/projects","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{MOPSFL_API_KEY}}","description":"Your API key, required to fulfill and identify your request.","type":"text"}],"url":"https://api.mopsfl.de/v1/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-RateLimit-Reset","value":"1776971862"},{"key":"X-Route-Name","value":"projects"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"projects\": [\n        {\n            \"title\": \"...\",\n            \"githubURL\": \"...\",\n            \"testURL\": \"...\",\n            \"downloadURL\": \"...\",\n            \"imageURL\": \"...\",\n            \"descItems\": [\n                {\n                    \"text\": \"...\"\n                }\n                /* ... */\n            ]\n        }\n        /* ... */\n    ]\n}"}],"_postman_id":"8188d230-63f0-4ef4-8306-ceee1c726f40"},{"name":"/oauth/account/get","id":"25cd61ba-32fd-4844-8359-13d50f4aebac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mopsfl.de/v1/oauth/account/get","description":"<p>Get your account information, if logged in.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"baf97520-f647-47a4-b22b-2fe856c67028","id":"baf97520-f647-47a4-b22b-2fe856c67028","name":"mopsfl API","type":"folder"}},"urlObject":{"path":["account","get"],"host":["https://api.mopsfl.de/v1/oauth"],"query":[],"variable":[]}},"response":[],"_postman_id":"25cd61ba-32fd-4844-8359-13d50f4aebac"}],"id":"baf97520-f647-47a4-b22b-2fe856c67028","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"515b21ad-779e-42f4-bf80-3825f17ea5aa","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"b7714d1f-bc73-4914-8240-6cd4f7367e02","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"baf97520-f647-47a4-b22b-2fe856c67028","description":""}],"event":[{"listen":"prerequest","script":{"id":"b1b8ce3b-264b-4ea9-af18-072b09c25554","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"12feabbc-8355-43d7-85bb-9a701ba51c79","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"goofyluauglifier_root_url","value":"https://goofyluauglifier.mopsfl.de/v1/api/"},{"key":"mopsflapi_root_url","value":"https://api.mopsfl.de/v1/"},{"key":"mopsflweather_root_url","value":"https://mopsflweather.mopsfl.de/"},{"key":"luaobfuscator_root_url","value":"https://luaobfuscator.mopsfl.de/api/"}]}