{"info":{"_postman_id":"6f782cff-e364-4dc9-8ea0-149eed0f346d","name":"Unit Converter","description":"<html><head></head><body><p>A versatile and lightweight Unit Converter API built using JavaScript. This API offers users the ability to convert values across <strong>Time</strong>, <strong>Length</strong>, and <strong>Temperature</strong> units.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"44798869","collectionId":"6f782cff-e364-4dc9-8ea0-149eed0f346d","publishedId":"2sB2qWF3fF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-15T12:06:15.000Z"},"item":[{"name":"Length","item":[{"name":"Milimeters","item":[{"name":"from millimeters to meter","id":"1179c5dd-f190-48b4-add0-03645994c9ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"value\": 100,\r\n  \"from\": \"millimeters\",\r\n  \"to\": \"meters\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-mm","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-mm"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1179c5dd-f190-48b4-add0-03645994c9ff"},{"name":"from milimeters to centimeters","id":"4db72509-18a6-4389-b1cf-aa1b1f6327a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"value\": 1000,\r\n  \"from\": \"millimeters\",\r\n  \"to\": \"centimeters\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-mm","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-mm"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4db72509-18a6-4389-b1cf-aa1b1f6327a6"},{"name":"from milimeters to foot","id":"c251efb3-034c-463e-b3d4-21198cd8a5b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"value\": 10000,\r\n  \"from\": \"millimeters\",\r\n  \"to\": \"foot\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-mm","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-mm"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c251efb3-034c-463e-b3d4-21198cd8a5b0"},{"name":"from milimeters to decimeter","id":"46f1e46b-6846-464f-821f-69bcd3ee3a73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"value\": 10000,\r\n  \"from\": \"millimeters\",\r\n  \"to\": \"decimeters\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-mm","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-mm"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"46f1e46b-6846-464f-821f-69bcd3ee3a73"},{"name":"from milimeters to kilometer","id":"99fc4711-2121-488e-a257-428fb90cc8eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"value\": 10000,\r\n  \"from\": \"millimeters\",\r\n  \"to\": \"kilometers\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-mm","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-mm"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"99fc4711-2121-488e-a257-428fb90cc8eb"},{"name":"from milimeters to inch","id":"071c5e09-6aa1-44cd-ab2b-d50262e34d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"value\": 10000,\r\n  \"from\": \"millimeters\",\r\n  \"to\": \"inch\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-mm","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-mm"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"071c5e09-6aa1-44cd-ab2b-d50262e34d62"}],"id":"c9a78b06-a15f-449e-bb2a-08bc31405993","description":"<p>Coverting from milimeter to other units</p>\n","_postman_id":"c9a78b06-a15f-449e-bb2a-08bc31405993"},{"name":"Centimeter","item":[{"name":"from-centimeter to milimeters","id":"9ca78b7f-6396-48b2-a6e4-24c8dda6faa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"millimeters\",\r\n    \"value\": 60\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-centimeter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-centimeter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ca78b7f-6396-48b2-a6e4-24c8dda6faa0"},{"name":"from-centimeter to meter","id":"44523729-6581-4105-af16-2a86e9d217ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"meter\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-centimeter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-centimeter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"44523729-6581-4105-af16-2a86e9d217ca"},{"name":"from-centimeter to kilometer","id":"035d5d3b-75e0-49f4-92e2-d52d423fc835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"kilometer\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-centimeter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-centimeter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"035d5d3b-75e0-49f4-92e2-d52d423fc835"},{"name":"from-centimeter to decimeter","id":"74b52e42-5886-40c8-ac19-094dca14df93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"decimeter\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-centimeter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-centimeter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"74b52e42-5886-40c8-ac19-094dca14df93"},{"name":"from-centimeter to foot","id":"fb60ac31-3e3b-407c-8460-a577729868ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"foot\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-centimeter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-centimeter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb60ac31-3e3b-407c-8460-a577729868ee"},{"name":"from-centimeter to inch","id":"955bfafe-2395-4a0a-8e4c-9443b63d8c75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"inch\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-centimeter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-centimeter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"955bfafe-2395-4a0a-8e4c-9443b63d8c75"}],"id":"bed7c0cb-e967-4b55-b4ff-78221f618789","description":"<p>Coverting from centimeter to other units</p>\n","_postman_id":"bed7c0cb-e967-4b55-b4ff-78221f618789"},{"name":"Meter","item":[{"name":"from-meter to centimeter","id":"cd4b72b9-64bc-4766-8750-3624fe802d67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"centimeter\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-meter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-meter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd4b72b9-64bc-4766-8750-3624fe802d67"},{"name":"from-meter to milimeters","id":"2e8fd25d-5e08-4a82-926f-673e88708760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"millimeters\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-meter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-meter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e8fd25d-5e08-4a82-926f-673e88708760"},{"name":"from-meter to kilometers","id":"fbf50378-f7d1-474a-92c5-78732bb26983","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"kilometer\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-meter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-meter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbf50378-f7d1-474a-92c5-78732bb26983"},{"name":"from-meter to decimeter","id":"68fc8554-5ba4-4262-95c8-72dfde1f99c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"decimeter\",\r\n    \"value\": 6000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-meter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-meter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"68fc8554-5ba4-4262-95c8-72dfde1f99c5"},{"name":"from-meter to foot","id":"54b6fca9-8910-401b-8394-7cd6a610e659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"foot\",\r\n    \"value\": 6000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-meter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-meter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"54b6fca9-8910-401b-8394-7cd6a610e659"},{"name":"from-meter to inch","id":"d62b72bb-623c-42a3-9174-bd3bf7861da1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"inch\",\r\n    \"value\": 6000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-meter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-meter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d62b72bb-623c-42a3-9174-bd3bf7861da1"}],"id":"5015338f-2ad0-444f-a921-f7687438c6ed","description":"<p>Coverting from meter to other units</p>\n","_postman_id":"5015338f-2ad0-444f-a921-f7687438c6ed"},{"name":"Foot","item":[{"name":"from-foot to meter","id":"8ad998d0-b5c1-4114-9e5b-03d0d6f973b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"meter\",\r\n    \"value\": 6\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-foot","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-foot"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ad998d0-b5c1-4114-9e5b-03d0d6f973b8"},{"name":"from-foot to centimeter","id":"1a5d9121-9b40-4a36-98c2-0485dbbd9344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"centimeter\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-foot","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-foot"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a5d9121-9b40-4a36-98c2-0485dbbd9344"},{"name":"from-foot to decimeter","id":"3993ef73-bbce-4f6c-9645-0639a4f36669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"decimeter\",\r\n    \"value\": 6000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-foot","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-foot"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3993ef73-bbce-4f6c-9645-0639a4f36669"},{"name":"from-foot to kilometer","id":"576c86e0-909a-456d-9223-fd3bbfec92e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"kilometer\",\r\n    \"value\": 6.5\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-foot","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-foot"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"576c86e0-909a-456d-9223-fd3bbfec92e7"},{"name":"from-foot to milimeter","id":"748ca5bf-6a71-4fcc-94f0-6c68102d438b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"millimeters\",\r\n    \"value\": 6.5\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-foot","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-foot"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"748ca5bf-6a71-4fcc-94f0-6c68102d438b"},{"name":"from-foot to inch","id":"e79ac61e-f9c7-42c0-89f7-1261bf0c28cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"inch\",\r\n    \"value\": 6.5\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-foot","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-foot"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e79ac61e-f9c7-42c0-89f7-1261bf0c28cb"}],"id":"d4d53b08-8f12-4fd4-b387-b1a0d91cb662","description":"<p>Coverting from foot to other units</p>\n","_postman_id":"d4d53b08-8f12-4fd4-b387-b1a0d91cb662"},{"name":"Inch","item":[{"name":"From-inch to foot","id":"7388616c-c7b1-4176-a2bc-10cbb4d79493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"foot\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-inch","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-inch"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7388616c-c7b1-4176-a2bc-10cbb4d79493"},{"name":"From-inch to meter","id":"3cbd7f75-4fc0-43de-85d6-0f6c3c8ec0b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"meter\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-inch","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-inch"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cbd7f75-4fc0-43de-85d6-0f6c3c8ec0b1"},{"name":"From-inch to centimeter","id":"6075e4f2-434b-47dd-b811-5820c59f400a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"centimeter\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-inch","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-inch"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6075e4f2-434b-47dd-b811-5820c59f400a"},{"name":"From-inch to decimeter","id":"55639c95-b22f-4a19-8034-5098f43f6eca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"decimeter\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-inch","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-inch"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"55639c95-b22f-4a19-8034-5098f43f6eca"},{"name":"From-inch to kilometer","id":"5bef0b60-1179-4278-ae01-25941f03b7b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"kilometer\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-inch","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-inch"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bef0b60-1179-4278-ae01-25941f03b7b9"},{"name":"From-inch to millimeter","id":"f739da48-7b0c-494e-a235-a205b3ef134b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"millimeters\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-inch","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-inch"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f739da48-7b0c-494e-a235-a205b3ef134b"}],"id":"c6fdf42a-8eb3-4872-ae0a-daf1f0b9ac70","description":"<p>Coverting from inch to other units</p>\n","_postman_id":"c6fdf42a-8eb3-4872-ae0a-daf1f0b9ac70"},{"name":"Decimeters","item":[{"name":"From-decimeter to millimeter","id":"65a02e1a-f954-4ef8-8830-1338ea837db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"millimeters\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-decimeter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-decimeter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"65a02e1a-f954-4ef8-8830-1338ea837db3"},{"name":"From-decimeter to centimeter","id":"e55d45e2-897a-40de-8e21-4f6eb4ccb791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"centimeter\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-decimeter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-decimeter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e55d45e2-897a-40de-8e21-4f6eb4ccb791"},{"name":"From-decimeter to meter","id":"22e0b784-0961-4058-b955-9a2550c83b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"meter\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-decimeter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-decimeter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"22e0b784-0961-4058-b955-9a2550c83b0f"},{"name":"From-decimeter to kilometer","id":"ee2e16ed-6a3f-4d2f-84d5-39543f29029c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"kilometer\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-decimeter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-decimeter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee2e16ed-6a3f-4d2f-84d5-39543f29029c"},{"name":"From-decimeter to foot","id":"ee5982d4-bdd2-46a0-965d-55b252f9d154","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"foot\",\r\n    \"value\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-decimeter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-decimeter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee5982d4-bdd2-46a0-965d-55b252f9d154"},{"name":"From-decimeter to inch","id":"83937020-59c2-4f80-ae7f-f0af118150a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"inch\",\r\n    \"value\": 6000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/length/from-decimeter","urlObject":{"protocol":"http","port":"4000","path":["api","length","from-decimeter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"83937020-59c2-4f80-ae7f-f0af118150a4"}],"id":"0b87fdf6-6aff-47f1-a3da-cfc7990ce6c4","description":"<p>Coverting from decimeter to other units</p>\n","_postman_id":"0b87fdf6-6aff-47f1-a3da-cfc7990ce6c4"}],"id":"76eff058-c58d-46fa-972b-f194b433f6e7","description":"<p>Coverting Length Unit</p>\n","_postman_id":"76eff058-c58d-46fa-972b-f194b433f6e7"},{"name":"Time","item":[{"name":"second","item":[{"name":"From second to minute","id":"3ea7848f-3f56-4d42-ba81-958aa36dae94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"minutes\",\r\n  \"value\": 12099\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/time/from-seconds","urlObject":{"protocol":"http","port":"4000","path":["api","time","from-seconds"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ea7848f-3f56-4d42-ba81-958aa36dae94"},{"name":"From second to hour","id":"00b233fd-22d5-4a83-bb36-545c41924a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"hours\",\r\n  \"value\": 216000\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/time/from-seconds","urlObject":{"protocol":"http","port":"4000","path":["api","time","from-seconds"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"00b233fd-22d5-4a83-bb36-545c41924a2b"}],"id":"54669301-a46d-4a2a-b67c-09d0c99cb7f6","description":"<p>Coverting from seconds to minute and hour</p>\n","_postman_id":"54669301-a46d-4a2a-b67c-09d0c99cb7f6"},{"name":"minute","item":[{"name":"From minute to hour","id":"d5510ddd-36d5-48b7-861a-7c069013b4fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"hours\",\r\n  \"value\": 120\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/time/from-minute","urlObject":{"protocol":"http","port":"4000","path":["api","time","from-minute"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5510ddd-36d5-48b7-861a-7c069013b4fe"},{"name":"From minute to seconds","id":"4d27cdf7-425c-41f2-8d0a-50c4e106f211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"seconds\",\r\n  \"value\": 1\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/time/from-minute","urlObject":{"protocol":"http","port":"4000","path":["api","time","from-minute"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d27cdf7-425c-41f2-8d0a-50c4e106f211"}],"id":"6927cdb5-22aa-41a0-ba6f-497261c6e8ea","description":"<p>Coverting from minute to seconds and hour</p>\n","_postman_id":"6927cdb5-22aa-41a0-ba6f-497261c6e8ea"},{"name":"Hour","item":[{"name":"From hour to seconds","id":"b32968aa-54c5-41f4-b9e1-5daf652e006f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"seconds\",\r\n  \"value\": 24\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/time/from-hour","urlObject":{"protocol":"http","port":"4000","path":["api","time","from-hour"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b32968aa-54c5-41f4-b9e1-5daf652e006f"},{"name":"From hour to minute","id":"54b4614f-ef59-4fe6-bbd1-053e47970815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"minutes\",\r\n  \"value\": 3999\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/time/from-hour","urlObject":{"protocol":"http","port":"4000","path":["api","time","from-hour"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"54b4614f-ef59-4fe6-bbd1-053e47970815"}],"id":"6b70df76-d894-4065-91cb-5fcdaee01216","description":"<p>Coverting from hour to seconds and minute</p>\n","_postman_id":"6b70df76-d894-4065-91cb-5fcdaee01216"},{"name":"Day","item":[{"name":"From day to minute","id":"2b859a07-de26-4edd-96b7-a475c2f79847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"minutes\",\r\n  \"value\": 24\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/time/from-days","urlObject":{"protocol":"http","port":"4000","path":["api","time","from-days"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b859a07-de26-4edd-96b7-a475c2f79847"},{"name":"From day to hours","id":"558994dd-eaf2-4595-88d9-7c3af31123a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"hours\",\r\n  \"value\": 1\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/time/from-days","urlObject":{"protocol":"http","port":"4000","path":["api","time","from-days"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"558994dd-eaf2-4595-88d9-7c3af31123a1"},{"name":"From day to seconds","id":"52266a67-bdad-44ef-95d7-dbfd2ac9ff5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"seconds\",\r\n  \"value\": 1\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/time/from-days","urlObject":{"protocol":"http","port":"4000","path":["api","time","from-days"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"52266a67-bdad-44ef-95d7-dbfd2ac9ff5a"}],"id":"d6ed0700-97c1-4714-85d3-1ac745c11c86","description":"<p>Coverting from day to seconds, minute and hour</p>\n","_postman_id":"d6ed0700-97c1-4714-85d3-1ac745c11c86"}],"id":"01c75159-0aa1-48b9-b111-9a3ece2676f7","description":"<p>Coverting Time Unit</p>\n","_postman_id":"01c75159-0aa1-48b9-b111-9a3ece2676f7"},{"name":"Temperature","item":[{"name":"kelvin","item":[{"name":"From kelvin to fahrenheit","id":"e5c5efd3-350e-4617-97a7-cfa80a4615ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"fahrenheit\",\r\n    \"value\": 399\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/temperature/from-kelvin","urlObject":{"protocol":"http","port":"4000","path":["api","temperature","from-kelvin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5c5efd3-350e-4617-97a7-cfa80a4615ab"},{"name":"From kelvin to celsius","id":"6bbbfc26-877c-4e1b-9ee7-c1c74e6e8ce8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"celsius\",\r\n  \"value\": 399\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/temperature/from-kelvin","urlObject":{"protocol":"http","port":"4000","path":["api","temperature","from-kelvin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bbbfc26-877c-4e1b-9ee7-c1c74e6e8ce8"}],"id":"f4ebbc9e-dd1b-43cb-a4b5-4336a6ce4d02","description":"<p>Coverting from kelvin to fahrenheit and celsuis</p>\n","_postman_id":"f4ebbc9e-dd1b-43cb-a4b5-4336a6ce4d02"},{"name":"Fahrenheit","item":[{"name":"From fahrenheit to kelvin","id":"b984a9fc-0bb4-4e04-a54a-4473f25bf0ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"kelvin\",\r\n  \"value\": 39.65\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/temperature/from-fahrenheit","urlObject":{"protocol":"http","port":"4000","path":["api","temperature","from-fahrenheit"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b984a9fc-0bb4-4e04-a54a-4473f25bf0ca"},{"name":"From fahrenheit to celsius","id":"3b7b4867-71ab-4788-9232-eeb3e6b602e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"celsius\",\r\n  \"value\": 399\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/temperature/from-fahrenheit","urlObject":{"protocol":"http","port":"4000","path":["api","temperature","from-fahrenheit"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b7b4867-71ab-4788-9232-eeb3e6b602e1"}],"id":"3f4238da-ecda-49f0-b2a8-83163d54c147","description":"<p>Coverting from fahrenheit to kelvin and celsuis</p>\n","_postman_id":"3f4238da-ecda-49f0-b2a8-83163d54c147"},{"name":"Celsuis","item":[{"name":"From celsuis to kelvin","id":"6688c065-66ec-4aa4-9214-ee68d8172212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"kelvin\",\r\n  \"value\": 399\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/temperature/from-Celsius","urlObject":{"protocol":"http","port":"4000","path":["api","temperature","from-Celsius"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6688c065-66ec-4aa4-9214-ee68d8172212"},{"name":"From celsuis to fahrenheit","id":"49cb0225-8ef7-484d-91af-c93603fc5d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"fahrenheit\",\r\n  \"value\": 399\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/temperature/from-Celsius","urlObject":{"protocol":"http","port":"4000","path":["api","temperature","from-Celsius"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"49cb0225-8ef7-484d-91af-c93603fc5d64"}],"id":"f9e35647-d48b-403a-ac3d-90fb99faa04b","description":"<p>Coverting from celsuis to fahrenheit and kelvin</p>\n","_postman_id":"f9e35647-d48b-403a-ac3d-90fb99faa04b"}],"id":"e4d13322-f578-4acc-997e-7c31d9206e5a","description":"<p>Coverting Temeperature Unit</p>\n","_postman_id":"e4d13322-f578-4acc-997e-7c31d9206e5a"}]}