{"info":{"_postman_id":"5e875714-fbe5-452d-a5a5-1a8756f0cb6c","name":"myFakeAPI","description":"<html><head></head><body><p>Kickstart your new applications at light speed using our modular and free to use API mocking service that gives you all the essential endpoints you would require to scaffold, mock and test your applications. No registration, tokens or keys required.</p>\n<p>Website: <a href=\"https://myfakeapi.com\">https://myfakeapi.com</a>\nGithub: <a href=\"https://github.com/NerdyLuffy/myFakeApi\">https://github.com/NerdyLuffy/myFakeApi</a> </p>\n<p>Note: Don't forget to star our repo and help us spread the word </p>\n<p>Made with &lt;3 and Coffee :P </p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5596891","collectionId":"5e875714-fbe5-452d-a5a5-1a8756f0cb6c","publishedId":"SW7eyRFV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-11-27T04:12:15.000Z"},"item":[{"name":"User Management","item":[{"name":"https://myfakeapi.com/api/signup","id":"2cdf95b8-c718-49f3-97cf-b39c53bdb66f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"firstName\":\"luffy\",\n\t\"lastName\":\"Monkey\",\n\t\"message\":\"One Piece\",\n\t\"mobile\": 123456,\n\t\"country\":\"Japan\",\n\t\"edm\": false\n}"},"url":"https://myfakeapi.com/api/signup","description":"<p>Sign Up API - Use the following API to sign up a user in your Application. Please note the response is faked and no actual user will be created on the server. </p>\n<p>In the response we will send back all the values that was sent during the post request </p>\n<p>Please send data in the body in Json format :</p>\n<p>{\n    \"firstName\": String | Required,\n    \"lastName\": String | Required ,\n    \"mobile\": Number | Required,\n    \"country\": String | Required,\n    \"edm\": Boolean | optional\n}</p>\n<p>You can add any number of fields in the body. Validation rule only applies to first 4 fields.</p>\n","urlObject":{"protocol":"https","path":["api","signup"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2cdf95b8-c718-49f3-97cf-b39c53bdb66f"},{"name":"https://myfakeapi.com/api/login","id":"318da57b-272e-4dc6-b712-f7652ab70fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"userName\":\"John Wick\",\n\t\"password\" :\"Jardani\",\n\t\"verified\" : true,\n\t\"blocked\": false,\n\t\"delay\": 20\n\t\n}"},"url":"https://myfakeapi.com/api/login","description":"<p>Login API - Use the following API to loging the user in your application </p>\n<p>In the response we will send back all the values that was sent during the post request</p>\n<p>Please send data in the body in Json format :</p>\n<p>{\n    \"userName\": String | Required,\n    \"password\" :String | Required,\n    \"verified\" : Boolean | Required | if false it will return error,\n    \"blocked\": Boolean | Optional | if true it will return error,\n    \"delay\": Number | Optional | Add number to deploy the response</p>\n<p>}</p>\n<p>Note: Validation Rule only applies to first two fields. In the response we will send back Session Token as well which can be stored on the user side as cookie.</p>\n<p>PS: You can use our Session API to verify the session of the users</p>\n","urlObject":{"protocol":"https","path":["api","login"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"318da57b-272e-4dc6-b712-f7652ab70fe3"},{"name":"https://myfakeapi.com/api/session","id":"c3c7dff6-f278-4c35-8888-e85f1dfbf0dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyTmFtZSI6IkpvaG4gV2ljayIsInBhc3N3b3JkIjoiSmFyZGFuaSIsIndlYnNpdGUiOiJ3d3cubXlmYWtlYXBpLmNvbSIsImlhdCI6MTU3NDgyMjMxNiwiZXhwIjoxNTc0ODI0MTE2fQ.UxTH-6sU4i05FXaLUeinlXdex0t7khX4D9nEPw8hUWw\"\n}"},"url":"https://myfakeapi.com/api/session","description":"<p>Session API - Check the session of the user </p>\n<p>Please send data in the body in Json format :</p>\n<p>{\n    \"token\": String | Token Value\n}</p>\n<p>if the session is still valid we will sent back user info or else error message</p>\n","urlObject":{"protocol":"https","path":["api","session"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3c7dff6-f278-4c35-8888-e85f1dfbf0dd"},{"name":"https://myfakeapi.com/api/contactus","id":"1f8d9fe5-b5cb-4626-bb8b-3fb868f25706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"firstName\":\"John\",\n\t\"lastName\":\"Wick\",\n\t\"message\":\"I am coming for you !!!!\",\n\t\"contact\": 123456789\n\t\n}"},"url":"https://myfakeapi.com/api/contactus","description":"<p>Contact Us API - Use the following API to for any contact us form in your application </p>\n<p>Please sending the following fields in the body in Json:</p>\n<p>{\n    \"firstName\": String | Required,\n    \"lastName\": String | Required,\n    \"message\": String | Required,\n    \"contact\": Number | Required</p>\n<p>}</p>\n<p>You can add any additional fields, but validation will only be applied to above mentioned fields.</p>\n","urlObject":{"protocol":"https","path":["api","contactus"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f8d9fe5-b5cb-4626-bb8b-3fb868f25706"}],"id":"3b3ef6db-30ab-4652-8a37-1e02236a0ecd","_postman_id":"3b3ef6db-30ab-4652-8a37-1e02236a0ecd","description":""},{"name":"Cars","item":[{"name":"https://myfakeapi.com/api/cars/","id":"3d4dd0ba-56c3-4535-a330-21022627fccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyTmFtZSI6ImFzIiwicGFzc3dvcmQiOiIxMjMiLCJ3ZWJzaXRlIjoid3d3Lm15ZmFrZWFwaS5jb20iLCJpYXQiOjE1NzM1NDMzNjcsImV4cCI6MTU3MzU0NTE2N30.95fFJcUIOsTVLrTNxSVdk4loPQnwWx9tBGJIb19o65\"\n\t\n}"},"url":"https://myfakeapi.com/api/cars/","description":"<p>The Following API will return 1000 Cars and there information </p>\n<p>Note: Its a moke Data and it does not match to any Cars in real world scenario. </p>\n","urlObject":{"protocol":"https","path":["api","cars",""],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d4dd0ba-56c3-4535-a330-21022627fccb"},{"name":"https://myfakeapi.com/api/cars/{ID}","id":"cedcc74e-0b52-495c-aed9-fb10b5c5de74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/cars/1","description":"<p>Get Car by ID. The follwoing API will return the information of the individual Car in the response </p>\n<p>ID is required while making call to the API </p>\n","urlObject":{"protocol":"https","path":["api","cars","1"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cedcc74e-0b52-495c-aed9-fb10b5c5de74"},{"name":"https://myfakeapi.com/api/cars/name/{NAME}","id":"bdff0621-757f-471f-94a1-b2f55b76ab28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/cars/name/Mitsubishi","description":"<p>Get all Cars by Name. The following API will return all the Cars with the matching name </p>\n<p>Note: The name of the Cars are case sensitive.</p>\n","urlObject":{"protocol":"https","path":["api","cars","name","Mitsubishi"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdff0621-757f-471f-94a1-b2f55b76ab28"},{"name":"https://myfakeapi.com/api/cars/model/{MODEL}","id":"eedc1246-1b22-4d92-b414-61270646062b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/cars/model/Montero","description":"<p>Get all Cars by Model. The following API will return all the Cars with the matching model </p>\n<p>Note: The Model of the Cars are case sensitive.</p>\n","urlObject":{"protocol":"https","path":["api","cars","model","Montero"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"eedc1246-1b22-4d92-b414-61270646062b"},{"name":"https://myfakeapi.com/api/cars/color/{COLOR}","id":"ce108994-2172-4087-a7f2-81a65e3094a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/cars/color/Blue","description":"<p>Get all Cars by Color. The following API will return all the Cars with the matching color name. </p>\n<p>Note: The Color of the Cars are case sensitive.</p>\n","urlObject":{"protocol":"https","path":["api","cars","color","Blue"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce108994-2172-4087-a7f2-81a65e3094a5"},{"name":"https://myfakeapi.com/api/cars/year/{YEAR}","id":"f5e6ba8d-1ff7-4802-a188-55bd441d233d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/cars/year/1991","description":"<p>Get all Cars by Year. The following API will return all the Cars with the matching year.</p>\n","urlObject":{"protocol":"https","path":["api","cars","year","1991"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5e6ba8d-1ff7-4802-a188-55bd441d233d"},{"name":"https://myfakeapi.com/api/cars/year/{YEAR}?q=lt","id":"73df2472-3e5e-4b9a-b59b-4f8dd7569d66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://myfakeapi.com/api/cars/year/2012?q=lt","description":"<p>Get all Cars by Year. The following API will return all the Cars whose year is less than {YEAR}</p>\n","urlObject":{"protocol":"https","path":["api","cars","year","2012"],"host":["myfakeapi","com"],"query":[{"key":"q","value":"lt"}],"variable":[]}},"response":[],"_postman_id":"73df2472-3e5e-4b9a-b59b-4f8dd7569d66"},{"name":"https://myfakeapi.com/api/cars/year/{YEAR}?q=gt","id":"cda6833a-762e-4340-a5f9-18db97408fbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://myfakeapi.com/api/cars/year/2012?q=gt","description":"<p>Get all Cars by Year. The following API will return all the Cars whose year is greater than {YEAR}</p>\n","urlObject":{"protocol":"https","path":["api","cars","year","2012"],"host":["myfakeapi","com"],"query":[{"key":"q","value":"gt"}],"variable":[]}},"response":[],"_postman_id":"cda6833a-762e-4340-a5f9-18db97408fbd"}],"id":"d10a962e-a3de-4c0e-9fda-7d472c20ba24","_postman_id":"d10a962e-a3de-4c0e-9fda-7d472c20ba24","description":""},{"name":"Users","item":[{"name":"https://myfakeapi.com/api/users/","id":"ad33e9e8-d228-4fa4-b139-63ca9820749b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/users/","description":"<p>Get all Users. The following API will return all 1000 users and there information </p>\n<p>NOTE: All the data was generated randomly but if you think it points to real person please contact us and well remove that ASAP</p>\n<p>We will not be responsible for any liabilities regarding the same.Please a good read of licence in our github repo </p>\n","urlObject":{"protocol":"https","path":["api","users",""],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad33e9e8-d228-4fa4-b139-63ca9820749b"},{"name":"https://myfakeapi.com/api/users/{ID}","id":"fc6a4f0d-2958-45a0-bbf3-82d00164b1a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/users/1","description":"<p>Get user by ID. The follwoing API will return all the information about individual user.</p>\n","urlObject":{"protocol":"https","path":["api","users","1"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc6a4f0d-2958-45a0-bbf3-82d00164b1a4"},{"name":"https://myfakeapi.com/api/users/","id":"389e9da6-d2dc-4679-9945-ebbe129e3920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 25,\n\t\"address\": [\n            {\n                \"street\": \"4973 Green Way\",\n                \"street_name\": \"Hermina\",\n                \"city\": \"Corona\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"postal_code\": \"92878\"\n            }\n        ],\n        \"phone\": \"+48 (803) 182-9995\"\n\t\n}"},"url":"https://myfakeapi.com/api/users/","description":"<p>The following API will add new user </p>\n<p>NOTE: The response is faked and no actual user will be created on the server.</p>\n","urlObject":{"protocol":"https","path":["api","users",""],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"389e9da6-d2dc-4679-9945-ebbe129e3920"}],"id":"149eb2cd-bb0d-4d43-9bbe-6960003bdbff","_postman_id":"149eb2cd-bb0d-4d43-9bbe-6960003bdbff","description":""},{"name":"Football 2018","item":[{"name":"https://myfakeapi.com/api/football","id":"cc4d8c25-bcaf-4506-9761-94bbacc2b789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football","description":"<p>Get all the information !!!!</p>\n","urlObject":{"protocol":"https","path":["api","football"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc4d8c25-bcaf-4506-9761-94bbacc2b789"},{"name":"https://myfakeapi.com/api/football/stadiums","id":"15ba4e39-721a-4adb-ab2e-1195fa7c6a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/stadiums","description":"<p>Get all the Stadiums</p>\n","urlObject":{"protocol":"https","path":["api","football","stadiums"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"15ba4e39-721a-4adb-ab2e-1195fa7c6a72"},{"name":"https://myfakeapi.com/api/football/stadiums/{ID}","id":"160d069c-d55b-449b-8521-e9ba65991b4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/stadiums/1","description":"<p>Get all the information of an individual Stadium.</p>\n","urlObject":{"protocol":"https","path":["api","football","stadiums","1"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"160d069c-d55b-449b-8521-e9ba65991b4a"},{"name":"https://myfakeapi.com/api/football/stadiums/name/{NAME}","id":"68d24e61-0c71-4b6b-8c72-fadc393cd035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/stadiums/name/Luzhniki Stadium","description":"<p>Get all the informatin of the Stadium by name.</p>\n<p>NOTE: The name of the Stadiums are case sensitive.</p>\n","urlObject":{"protocol":"https","path":["api","football","stadiums","name","Luzhniki Stadium"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"68d24e61-0c71-4b6b-8c72-fadc393cd035"},{"name":"https://myfakeapi.com/api/football/tvchannels","id":"3d9332bc-8dda-4b82-88f7-242fe9047392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/tvchannels","description":"<p>Get all the Tv Channels for Football Matches. </p>\n","urlObject":{"protocol":"https","path":["api","football","tvchannels"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d9332bc-8dda-4b82-88f7-242fe9047392"},{"name":"https://myfakeapi.com/api/football/tvchannels/{ID}","id":"b18fe9fd-3682-4640-a1d9-5ec7d58b4ef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/tvchannels/1","description":"<p>Get all the information for an individual Channel.</p>\n","urlObject":{"protocol":"https","path":["api","football","tvchannels","1"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b18fe9fd-3682-4640-a1d9-5ec7d58b4ef0"},{"name":"https://myfakeapi.com/api/football/tvchannels/name/{NAME}","id":"7df61584-1d48-4ce0-a0aa-3b5317c9605f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/tvchannels/name/DR1","description":"<p>Get all the information about the Tv Channel using the name.</p>\n<p>NOTE: The name of the Tv Channels are case sensitive.</p>\n","urlObject":{"protocol":"https","path":["api","football","tvchannels","name","DR1"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7df61584-1d48-4ce0-a0aa-3b5317c9605f"},{"name":"https://myfakeapi.com/api/football/teams","id":"647051d2-60e7-4143-8af4-49e8b1e5d153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/teams","description":"<p>Get all the information about Football Teams.</p>\n","urlObject":{"protocol":"https","path":["api","football","teams"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"647051d2-60e7-4143-8af4-49e8b1e5d153"},{"name":"https://myfakeapi.com/api/football/teams/1","id":"fd771177-44e9-4476-85c7-ee928e8aecab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/teams/1","description":"<p>Get all the information about an individual Team using an ID</p>\n","urlObject":{"protocol":"https","path":["api","football","teams","1"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd771177-44e9-4476-85c7-ee928e8aecab"},{"name":"https://myfakeapi.com/api/football/teams/name/{NAME}","id":"88fd672f-1734-4b69-8674-3b384c13c856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/teams/name/Russia","description":"<p>Get all the information about an individual Team using name </p>\n<p>NOTE: The name of the team are case sensitive.</p>\n","urlObject":{"protocol":"https","path":["api","football","teams","name","Russia"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"88fd672f-1734-4b69-8674-3b384c13c856"},{"name":"https://myfakeapi.com/api/football/teams/fifaCode/{CODE}","id":"9085f5f0-9de0-446d-a97f-059f5119ca76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/teams/fifaCode/RUS","description":"<p>Get all the information about an individual Team using fifa code\nNOTE: The code of the team are case sensitive.</p>\n","urlObject":{"protocol":"https","path":["api","football","teams","fifaCode","RUS"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9085f5f0-9de0-446d-a97f-059f5119ca76"},{"name":"https://myfakeapi.com/api/football/groups","id":"bb2919bd-0aab-4faa-a6b2-e4829d2a1789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/groups","description":"<p>Get all the information about groups</p>\n","urlObject":{"protocol":"https","path":["api","football","groups"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb2919bd-0aab-4faa-a6b2-e4829d2a1789"},{"name":"https://myfakeapi.com/api/football/groups/{GROUP}","id":"3bdcf812-34de-4845-bfd1-2b71b94cbe3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/groups/a","description":"<p>Get all the information about individual Group.</p>\n","urlObject":{"protocol":"https","path":["api","football","groups","a"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3bdcf812-34de-4845-bfd1-2b71b94cbe3e"},{"name":"https://myfakeapi.com/api/football/knockouts","id":"6ae9796f-b30b-43e0-90c6-5d6318740ff9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/knockouts","description":"<p>Get all the information about knockouts.</p>\n","urlObject":{"protocol":"https","path":["api","football","knockouts"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ae9796f-b30b-43e0-90c6-5d6318740ff9"},{"name":"https://myfakeapi.com/api/football/knockouts/{ROUND}","id":"aa08537c-4399-49bd-a6c5-4acb366ec24b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://myfakeapi.com/api/football/knockouts/round_16","description":"<p>Get all the information about an individual round.</p>\n","urlObject":{"protocol":"https","path":["api","football","knockouts","round_16"],"host":["myfakeapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa08537c-4399-49bd-a6c5-4acb366ec24b"}],"id":"0bd902bd-2032-418a-9322-974be1d0954f","_postman_id":"0bd902bd-2032-418a-9322-974be1d0954f","description":""}],"variable":[{"value":"","type":"string"}]}