{"info":{"_postman_id":"c28e6d08-378c-44c4-a052-430b528e221d","name":"Node Assignment","description":"<html><head></head><body><p>Student Management REST API</p>\n<p>This API is built using Node.js and Express.js.</p>\n<p>It provides endpoints to:</p>\n<ul>\n<li><p>Get all students</p>\n</li>\n<li><p>Get student by ID</p>\n</li>\n<li><p>Get students by branch</p>\n</li>\n<li><p>Get topper</p>\n</li>\n<li><p>Get average marks</p>\n</li>\n<li><p>Get total student count</p>\n</li>\n</ul>\n<p>The API demonstrates routing, URL parameters, and filtering.<br>It is deployed on Render.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"50839329","collectionId":"c28e6d08-378c-44c4-a052-430b528e221d","publishedId":"2sBXcEmg8G","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-23T12:18:59.000Z"},"item":[{"name":"topper","id":"fefbfd20-81a7-4193-96a9-89ee6428be67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/students/topper","urlObject":{"protocol":"http","port":"3000","path":["students","topper"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"65c30178-1063-46fa-9648-cfca232e3ca5","name":"topper","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/students/topper"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-Zt+hMq9DFzGEG2U2YFMym5i2hhM\""},{"key":"Date","value":"Mon, 23 Feb 2026 12:08:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Aarav Sharma\",\n    \"branch\": \"CSE\",\n    \"semester\": 8,\n    \"cgpa\": 9.3\n}"}],"_postman_id":"fefbfd20-81a7-4193-96a9-89ee6428be67"},{"name":"average","id":"277635c7-a156-4bd8-938c-973a55fdb0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/students/average","urlObject":{"protocol":"http","port":"3000","path":["students","average"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5adf0234-a40c-4268-a2fb-66ac0f88ee95","name":"average","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/students/average"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20"},{"key":"ETag","value":"W/\"14-eXAdQlJ0QC/O0FoKBN226pkONG0\""},{"key":"Date","value":"Mon, 23 Feb 2026 12:08:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"averageCGPA\": 8.51\n}"}],"_postman_id":"277635c7-a156-4bd8-938c-973a55fdb0d3"},{"name":"count","id":"46e1c7be-f322-403b-9dab-d09dba1440bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/students/count","urlObject":{"protocol":"http","port":"3000","path":["students","count"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2cfa4cbe-e8e0-4c46-b957-52401112e40d","name":"count","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/students/count"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20"},{"key":"ETag","value":"W/\"14-ZCr578jhpX757IeGMYai54RJ+lQ\""},{"key":"Date","value":"Mon, 23 Feb 2026 12:09:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalStudents\": 10\n}"}],"_postman_id":"46e1c7be-f322-403b-9dab-d09dba1440bc"},{"name":"student by id","id":"9d7fa9a3-ce89-4bcb-89b6-cb0afbbc23b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/students/1","urlObject":{"protocol":"http","port":"3000","path":["students","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5aa1f334-ca73-458d-bdc5-bd8cda88cd54","name":"student by id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/students/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-Zt+hMq9DFzGEG2U2YFMym5i2hhM\""},{"key":"Date","value":"Mon, 23 Feb 2026 12:09:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Aarav Sharma\",\n    \"branch\": \"CSE\",\n    \"semester\": 8,\n    \"cgpa\": 9.3\n}"}],"_postman_id":"9d7fa9a3-ce89-4bcb-89b6-cb0afbbc23b7"},{"name":"by branch","id":"42283b77-0526-4bcb-981e-2c02c036536c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/students/branch/CSE","urlObject":{"protocol":"http","port":"3000","path":["students","branch","CSE"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c0940e63-1cbd-4f63-b0ee-ec0ee10aa1a5","name":"by branch","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/students/branch/CSE"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"278"},{"key":"ETag","value":"W/\"116-7pw088gxBxBRgBpYjICy+5DVdWA\""},{"key":"Date","value":"Mon, 23 Feb 2026 12:10:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Aarav Sharma\",\n        \"branch\": \"CSE\",\n        \"semester\": 8,\n        \"cgpa\": 9.3\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Meera Iyer\",\n        \"branch\": \"CSE\",\n        \"semester\": 8,\n        \"cgpa\": 9.1\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Ananya Reddy\",\n        \"branch\": \"CSE\",\n        \"semester\": 6,\n        \"cgpa\": 8.7\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Neha Gupta\",\n        \"branch\": \"CSE\",\n        \"semester\": 6,\n        \"cgpa\": 7.9\n    }\n]"}],"_postman_id":"42283b77-0526-4bcb-981e-2c02c036536c"},{"name":"New Request","id":"06cd8070-e8a3-434b-928b-195a451e0261","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"06cd8070-e8a3-434b-928b-195a451e0261"}]}