{"info":{"_postman_id":"f3d1a41a-7f81-4511-9959-9094ea3bc097","name":"State APi","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"50839212","collectionId":"f3d1a41a-7f81-4511-9959-9094ea3bc097","publishedId":"2sBXcHhyfM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-27T19:07:30.000Z"},"item":[{"name":"state","id":"5d8df10a-37b8-4e20-80d2-1ebcff746aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/states","urlObject":{"protocol":"http","port":"3000","path":["states"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d8df10a-37b8-4e20-80d2-1ebcff746aeb"},{"name":"statebyID","id":"30fbca1c-ff19-4b08-98e6-143730e25716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/states/:id","urlObject":{"protocol":"http","port":"3000","path":["states",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"30fbca1c-ff19-4b08-98e6-143730e25716"},{"name":"highestgdp","id":"8dbeb900-350f-4fae-858a-5946868aaac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/states/highest-gdp","urlObject":{"protocol":"http","port":"3000","path":["states","highest-gdp"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dbeb900-350f-4fae-858a-5946868aaac3"},{"name":"poststate","id":"5e9d9e66-7b09-425e-8ce1-f2f681cceb50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Haryana\",\r\n  \"population\": 25351462,\r\n  \"literacyRate\": 75.55,\r\n  \"annualBudget\": 180000,\r\n  \"gdp\": 10000000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/states","urlObject":{"protocol":"http","port":"3000","path":["states"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e9d9e66-7b09-425e-8ce1-f2f681cceb50"},{"name":"putID","id":"5becdaf9-2726-41d8-8d4f-bd7b13da015b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Updated State\",\r\n  \"population\": 5000000,\r\n  \"literacyRate\": 80,\r\n  \"annualBudget\": 60000,\r\n  \"gdp\": 3000000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/states/:id","urlObject":{"protocol":"http","port":"3000","path":["states",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"5becdaf9-2726-41d8-8d4f-bd7b13da015b"},{"name":"putidBudget","id":"28f3edab-551c-4bf3-97e1-cb9f80850ae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"annualBudget\": 999999\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/states/:id/budget","urlObject":{"protocol":"http","port":"3000","path":["states",":id","budget"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"28f3edab-551c-4bf3-97e1-cb9f80850ae2"},{"name":"putpopulation","id":"83f9d063-32e9-46bb-8049-2ff955eebcaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"\r\n{\r\n  \"population\": 12345678\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/states/:id/population","urlObject":{"protocol":"http","port":"3000","path":["states",":id","population"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"83f9d063-32e9-46bb-8049-2ff955eebcaa"},{"name":"patchLiteracy","id":"d4f94182-1b06-4e79-9f5b-6f98dcc1dcf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"literacyRate\": 90\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/states/:id/literacy","urlObject":{"protocol":"http","port":"3000","path":["states",":id","literacy"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"d4f94182-1b06-4e79-9f5b-6f98dcc1dcf5"},{"name":"patchgdp","id":"64920a58-3a68-4025-b2e7-3e536150a487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"gdp\": 5555555\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/states/:id/gdp","urlObject":{"protocol":"http","port":"3000","path":["states",":id","gdp"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"64920a58-3a68-4025-b2e7-3e536150a487"},{"name":"patchanyfeild","id":"453e8c2d-93a4-4667-9294-202c745a41e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"annualBudget\": 777777\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/states/:id","urlObject":{"protocol":"http","port":"3000","path":["states",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"453e8c2d-93a4-4667-9294-202c745a41e2"},{"name":"deletebyID","id":"05ad630d-e75a-4f65-9a3f-c345e574c868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/states/:id","urlObject":{"protocol":"http","port":"3000","path":["states",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"05ad630d-e75a-4f65-9a3f-c345e574c868"},{"name":"deletebyName","id":"581d9b6f-a4fa-4e95-a9c3-696f3eef85b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/states/name/:stateName","urlObject":{"protocol":"http","port":"3000","path":["states","name",":stateName"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"Gujarat","key":"stateName"}]}},"response":[],"_postman_id":"581d9b6f-a4fa-4e95-a9c3-696f3eef85b5"},{"name":"deleteLowLiteracy","id":"e31910fb-632a-478f-8af8-e1d6cdfa13e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/states/low-literacy/:percentage","urlObject":{"protocol":"http","port":"3000","path":["states","low-literacy",":percentage"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"70","key":"percentage"}]}},"response":[],"_postman_id":"e31910fb-632a-478f-8af8-e1d6cdfa13e2"}]}