{"info":{"_postman_id":"61961d4c-8410-4430-8000-d964292bbda3","name":"2s.gg API Document","description":"<html><head></head><body><h1 id=\"purpose\">🚀 Purpose</h1>\n<p>This API allows developers to shorten URLs using the 2s.gg service programmatically.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"🚀 Purpose","slug":"purpose"}],"owner":"9150324","collectionId":"61961d4c-8410-4430-8000-d964292bbda3","publishedId":"2s9YkrbKxz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-30T15:17:32.000Z"},"item":[{"name":"Generate shorten URL","event":[{"listen":"test","script":{"id":"a6e31d0d-c958-4708-8af8-f7d3dee086e9","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","    const res = pm.response.json();","    let id = res.id;","    id = id.replace(/^0+/, '');","    pm.environment.set(\"id\", id);","});",""],"type":"text/javascript","packages":{}}}],"id":"9be51e28-38fa-4433-9398-c5068a17dcd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://www.youtube.com/watch?v=XGihTrIDCi0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://2s.gg/api/urls/shorturl","description":"<p>To shorten a URL, send a POST request to the endpoint with the following JSON payload:</p>\n<p>A successful POST request typically returns a <code>200 OK</code> response code.</p>\n","urlObject":{"path":["api","urls","shorturl"],"host":["https://2s.gg"],"query":[],"variable":[]}},"response":[{"id":"1f34b1ee-2c9e-44e8-882c-cdbe9d945691","name":"Generate shorten URL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://www.youtube.com/watch?v=T4SimnaiktU\"\n}","options":{"raw":{"language":"json"}}},"url":"https://2s.gg/urls/shorturl"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 22 Dec 2023 16:02:57 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Allow","value":"GET,POST,PUT,PATCH,DELETE,HEAD,OPTIONS"},{"key":"Request-Context","value":"appId=cid-v1:0bb8aee4-4d8f-4288-aeeb-9e507a8e16a0"},{"key":"x-azure-ref","value":"20231222T160256Z-4fsyr5m67d0730zq1umcfss2ug00000000vg000000004m43"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"000052\",\n  \"url\": \"https://www.youtube.com/watch?v=T4SimnaiktU\",\n  \"short\": \"https://2s.gg/52\"\n}"}],"_postman_id":"9be51e28-38fa-4433-9398-c5068a17dcd5"},{"name":"Get Origin URL","id":"b6f7baeb-c00a-48de-870d-0846329d9a1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://2s.gg/api/shorturls/1","description":"<p>To get the origin URL of a shortened URL, send a GET request to the endpoint with the id of the shortened URL. Any leading zero could be ignored. This is the example for the shortened URL <a href=\"https://2s.gg/2G\">https://2s.gg/2G</a> , in which 2G is the id.</p>\n","urlObject":{"path":["api","shorturls","1"],"host":["https://2s.gg"],"query":[],"variable":[]}},"response":[{"id":"0d8818dd-d62c-4208-bdba-ca5cc6882590","name":"Get Origin URL","originalRequest":{"method":"GET","header":[],"url":"https://2s.gg/shorturls/2G"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 02 Jan 2024 19:00:56 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Context","value":"appId=cid-v1:0bb8aee4-4d8f-4288-aeeb-9e507a8e16a0"},{"key":"x-azure-ref","value":"20240102T190055Z-vbfm75ne5d48p5rquug07tqeac0000000e0g000000002xdw"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n  \"url\": \"http://google.com\"\n}"}],"_postman_id":"b6f7baeb-c00a-48de-870d-0846329d9a1b"}],"event":[{"listen":"prerequest","script":{"id":"1907793c-3592-4685-8940-11a7cf9547e5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eb242fd0-09f3-4586-a0bf-2e2e9e38aefc","type":"text/javascript","exec":[""]}}],"variable":[{"key":"id","value":"1"},{"key":"base_url","value":"https://2s.gg"}]}