{"info":{"_postman_id":"4ba1dfe6-eece-4a5a-89b5-41c7149fd562","name":"Custom_API","description":"<html><head></head><body><p>Simple API about myself with features to leave a comment and change/delete/add new items</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29575360","collectionId":"4ba1dfe6-eece-4a5a-89b5-41c7149fd562","publishedId":"2s9YRFTozg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-10-26T06:46:28.000Z"},"item":[{"name":"Leave a comment","id":"e4db7711-a60c-45f5-9d43-d131005ab829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"author\": \"My name is: ...\",\r\n    \"comment\": \"I like your API. Keep it up!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mycustomapi-3-0.onrender.com/comment","description":"<p>You can leave a comment about my API</p>\n","urlObject":{"protocol":"https","path":["comment"],"host":["mycustomapi-3-0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4db7711-a60c-45f5-9d43-d131005ab829"},{"name":"First Name","id":"3aa63032-6da3-4e95-9a4d-bed73c0c8786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://mycustomapi-3-0.onrender.com/first_name","description":"<p>give my first name</p>\n","urlObject":{"protocol":"https","path":["first_name"],"host":["mycustomapi-3-0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3aa63032-6da3-4e95-9a4d-bed73c0c8786"},{"name":"Last Name","id":"aac27670-8af8-47c4-8ee9-9616b6c0fccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://mycustomapi-3-0.onrender.com/last_name","description":"<p>give my last name</p>\n","urlObject":{"protocol":"https","path":["last_name"],"host":["mycustomapi-3-0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aac27670-8af8-47c4-8ee9-9616b6c0fccb"},{"name":"Birth","id":"aecf842b-80af-4b7c-8e2c-6e08ade2b875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://mycustomapi-3-0.onrender.com/date_of_birth","description":"<p>give date of my birth</p>\n","urlObject":{"protocol":"https","path":["date_of_birth"],"host":["mycustomapi-3-0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aecf842b-80af-4b7c-8e2c-6e08ade2b875"},{"name":"age","id":"52704860-c7c6-4c27-8bdb-d230c5eaf4f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://mycustomapi-3-0.onrender.com/age","description":"<p>give my current age</p>\n","urlObject":{"protocol":"https","path":["age"],"host":["mycustomapi-3-0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"52704860-c7c6-4c27-8bdb-d230c5eaf4f1"},{"name":"Full Info","id":"0b9b19f8-2128-4fbe-b1f3-5e94c9638604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://mycustomapi-3-0.onrender.com/personal_info","description":"<p>give full personal info about me</p>\n","urlObject":{"protocol":"https","path":["personal_info"],"host":["mycustomapi-3-0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b9b19f8-2128-4fbe-b1f3-5e94c9638604"},{"name":"Random Fact","id":"b92bd812-efba-4dab-aa28-6cc5de2297e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://mycustomapi-3-0.onrender.com/random_fact","description":"<p>give a random fact from my life</p>\n","urlObject":{"protocol":"https","path":["random_fact"],"host":["mycustomapi-3-0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b92bd812-efba-4dab-aa28-6cc5de2297e2"},{"name":"Change item","id":"c841d9fa-fb63-4a3b-bc60-b5f95bc23589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://mycustomapi-3-0.onrender.com/change/3?new_text=BlaBlaBla5","description":"<p>you can play around and change some stuff inside API</p>\n","urlObject":{"protocol":"https","path":["change","3"],"host":["mycustomapi-3-0","onrender","com"],"query":[{"key":"new_text","value":"BlaBlaBla5"}],"variable":[]}},"response":[],"_postman_id":"c841d9fa-fb63-4a3b-bc60-b5f95bc23589"},{"name":"Add Item that can be changed","id":"1c5ada98-fa0d-4a82-aa39-826ed4a59733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"what do you want to add\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mycustomapi-3-0.onrender.com/add_item","description":"<p>you can play around and add some stuff inside API</p>\n","urlObject":{"protocol":"https","path":["add_item"],"host":["mycustomapi-3-0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c5ada98-fa0d-4a82-aa39-826ed4a59733"},{"name":"Delete Item","id":"19497953-26c2-43b2-9ee4-3303f3605dfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http:https://mycustomapi-3-0.onrender.com/delete/1?api-key=PASSWORD_SECRET","description":"<p>you can play around and completely delete some stuff inside API. If you use a proper api-key.</p>\n","urlObject":{"protocol":"http:https","path":["delete","1"],"host":["mycustomapi-3-0","onrender","com"],"query":[{"key":"api-key","value":"PASSWORD_SECRET"}],"variable":[]}},"response":[],"_postman_id":"19497953-26c2-43b2-9ee4-3303f3605dfc"}]}