{"info":{"_postman_id":"f5a757be-8b27-468a-b729-9cac57ce60ce","name":"Game Account Validation","description":"<html><head></head><body><p>API for game account validation, this API is free</p>\n<p>PHP Library on <a href=\"https://github.com/nurfaizfy/game-account-validation\">Github</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10409939","collectionId":"f5a757be-8b27-468a-b729-9cac57ce60ce","publishedId":"UzBmLSJa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-17T21:46:31.000Z"},"item":[{"name":"Game List","id":"65238f55-53da-4665-b56f-f108e7bcc2d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gonon.my.id/api/v1/game-validation/list","description":"<p>This endpoint is used to get a list of available games</p>\n","urlObject":{"protocol":"https","path":["api","v1","game-validation","list"],"host":["api","gonon","my","id"],"query":[],"variable":[]}},"response":[{"id":"75f55da8-7518-471d-96d3-cf93e2870ec1","name":"Game List","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.gonon.my.id/api/v1/game-validation/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Jun 2022 21:48:07 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Debugbar-Time","value":"1655502487.845974"},{"key":"Debugbar-Link","value":"http://localhost/api/index.php?debugbar_time=1655502487.845974"},{"key":"Content-Length","value":"2555"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"code\": \"MOBILE_LEGENDS\",\n            \"name\": \"Mobile Legends: Bang Bang\",\n            \"needServer\": \"true\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"2\",\n            \"code\": \"APEX_LEGENDS\",\n            \"name\": \"Apex Legends Mobile\",\n            \"needServer\": \"false\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"3\",\n            \"code\": \"FREEFIRE\",\n            \"name\": \"Free Fire\",\n            \"needServer\": \"false\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"6\",\n            \"code\": \"VALORANT\",\n            \"name\": \"Valorant\",\n            \"needServer\": \"false\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"7\",\n            \"code\": \"GENSHIN_IMPACT\",\n            \"name\": \"Genshin Impact\",\n            \"needServer\": \"true\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"8\",\n            \"code\": \"WILD_RIFT\",\n            \"name\": \"Leage of Legends: Wild Rift\",\n            \"needServer\": \"false\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"9\",\n            \"code\": \"HAGO\",\n            \"name\": \"Hago\",\n            \"needServer\": \"false\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"10\",\n            \"code\": \"HIGGS\",\n            \"name\": \"Higgs Domino\",\n            \"needServer\": \"false\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"11\",\n            \"code\": \"CALL_OF_DUTY\",\n            \"name\": \"Call of Duty Mobile\",\n            \"needServer\": \"false\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"12\",\n            \"code\": \"SAUSAGE_MAN\",\n            \"name\": \"Sausage Man\",\n            \"needServer\": \"false\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"13\",\n            \"code\": \"AOV\",\n            \"name\": \"Arena of Valor\",\n            \"needServer\": \"false\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"14\",\n            \"code\": \"HONKAI_IMPACT\",\n            \"name\": \"Honkai Impact 3\",\n            \"needServer\": \"false\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"18\",\n            \"code\": \"ADVENTURE\",\n            \"name\": \"Mobile Legends: Adventure\",\n            \"needServer\": \"false\",\n            \"active\": \"1\"\n        },\n        {\n            \"id\": \"19\",\n            \"code\": \"POINT_BLANK\",\n            \"name\": \"Point Blank\",\n            \"needServer\": \"false\",\n            \"active\": \"1\"\n        }\n    ]\n}"}],"_postman_id":"65238f55-53da-4665-b56f-f108e7bcc2d0"},{"name":"ID Only","id":"d0fc9602-0e8f-44af-88fa-3a723dc772a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"","description":"<p>Game code, retreive from game list.\nExample <code>FREEFIRE</code>, <code>VALORANT</code>, etc</p>\n","type":"text"},{"key":"userId","value":"","description":"<p>Account ID</p>\n","type":"text"}]},"url":"https://api.gonon.my.id/api/v1/game-validation/check","description":"<p>This endpoint will return account info if account is valid</p>\n","urlObject":{"protocol":"https","path":["api","v1","game-validation","check"],"host":["api","gonon","my","id"],"query":[],"variable":[]}},"response":[{"id":"e5fc273a-1b07-43bd-820f-a0d1bd1638e5","name":"Response success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"HAGO","description":"Game code, retreive from game list.\nExample `FREEFIRE`, `VALORANT`, etc","type":"text"},{"key":"userId","value":"1040227268","description":"Account ID","type":"text"}]},"url":"https://api.gonon.my.id/api/v1/game-validation/check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Jun 2022 21:49:49 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Debugbar-Time","value":"1655502590.480243"},{"key":"Debugbar-Link","value":"http://localhost/api/index.php?debugbar_time=1655502590.480243"},{"key":"Content-Length","value":"196"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"author\": \"Nurfaiz Fathurrahman\",\n    \"msg\": \"User ID found\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"1040227268\",\n        \"username\": \"Iwan%20X%20Sitty\"\n    }\n}"},{"id":"f6bfaf60-672c-4252-a8df-f58ca76f9efd","name":"Response failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"HAGO","description":"Game code, retreive from game list.\nExample `FREEFIRE`, `VALORANT`, etc","type":"text"},{"key":"userId","value":"1234","description":"Account ID","type":"text"}]},"url":"https://api.gonon.my.id/api/v1/game-validation/check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Jun 2022 21:49:49 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Debugbar-Time","value":"1655502590.480243"},{"key":"Debugbar-Link","value":"http://localhost/api/index.php?debugbar_time=1655502590.480243"},{"key":"Content-Length","value":"196"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"author\": \"Nurfaiz Fathurrahman\",\n    \"msg\": \"User ID not found\",\n    \"status\": 404\n}"},{"id":"3e07aa35-3f5b-40fb-9617-fe9e93f9e18f","name":"Invalid game code","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"MOBILE","description":"Game code, retreive from game list.\nExample `FREEFIRE`, `VALORANT`, etc","type":"text"},{"key":"userId","value":"1234","description":"Account ID","type":"text"}]},"url":"https://api.gonon.my.id/api/v1/game-validation/check"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"author\": \"Nurfaiz Fathurrahman\",\n    \"msg\": \"Invalid code game\",\n    \"status\": 400\n}"}],"_postman_id":"d0fc9602-0e8f-44af-88fa-3a723dc772a3"},{"name":"ID and Server","id":"b9c22bfd-d96c-4de8-ace1-21d32150e810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"","type":"text","description":"<p>Game code, retreive from game list.\nExample <code>GENSHIN_IMPACT</code>, etc</p>\n"},{"key":"userId","value":"","type":"text","description":"<p>Account ID</p>\n"},{"key":"zoneId","value":"","type":"text","description":"<p>Server ID.\nExample <code>ASIA</code>, <code>EURO</code>, etc</p>\n"}]},"url":"https://api.gonon.my.id/api/v1/game-validation/check","description":"<p>This endpoint will return account info if account is valid</p>\n","urlObject":{"protocol":"https","path":["api","v1","game-validation","check"],"host":["api","gonon","my","id"],"query":[],"variable":[]}},"response":[{"id":"08afc951-513a-4471-86aa-4552cf20d663","name":"Response success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"GENSHIN_IMPACT","type":"text","description":"Game code, retreive from game list.\nExample `GENSHIN_IMPACT`, etc"},{"key":"userId","value":"811235076","type":"text","description":"Account ID"},{"key":"zoneId","value":"ASIA","type":"text","description":"Server ID.\nExample `ASIA`, `EURO`, etc"}]},"url":"https://api.gonon.my.id/api/v1/game-validation/check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Jun 2022 21:50:44 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Debugbar-Time","value":"1655502644.868990"},{"key":"Debugbar-Link","value":"http://localhost/api/index.php?debugbar_time=1655502644.868990"},{"key":"Content-Length","value":"189"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"author\": \"Nurfaiz Fathurrahman\",\n    \"msg\": \"User ID found\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"811235076(Asia)\",\n        \"username\": \"Sora\"\n    }\n}"},{"id":"5f4140f7-3009-4a2d-8af8-a0782112aada","name":"Response failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"GENSHIN_IMPACT","description":"Game code, retreive from game list.\nExample `FREEFIRE`, `VALORANT`, etc","type":"text"},{"key":"userId","value":"1234","description":"Account ID","type":"text"},{"key":"zoneId","value":"ASIA","type":"text"}]},"url":"https://api.gonon.my.id/api/v1/game-validation/check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Jun 2022 21:49:49 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Debugbar-Time","value":"1655502590.480243"},{"key":"Debugbar-Link","value":"http://localhost/api/index.php?debugbar_time=1655502590.480243"},{"key":"Content-Length","value":"196"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"author\": \"Nurfaiz Fathurrahman\",\n    \"msg\": \"User ID not found\",\n    \"status\": 404\n}"},{"id":"abc30cc8-ddfb-42a3-a200-5db932780eaf","name":"Invalid game code","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"GENSHIN","description":"Game code, retreive from game list.\nExample `FREEFIRE`, `VALORANT`, etc","type":"text"},{"key":"userId","value":"1234","description":"Account ID","type":"text"},{"key":"zoneId","value":"ASIA","type":"text"}]},"url":"https://api.gonon.my.id/api/v1/game-validation/check"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"author\": \"Nurfaiz Fathurrahman\",\n    \"msg\": \"Invalid code game\",\n    \"status\": 400\n}"}],"_postman_id":"b9c22bfd-d96c-4de8-ace1-21d32150e810"}]}