{"info":{"_postman_id":"ef2dd1bd-8db1-4089-8fe7-7196d4a818f9","name":"Swapi Wrapper","description":"<html><head></head><body><p>Welcome to the Star Wars API Wrapper! This API provides endpoints to access detailed information about the characters (people) and planets from the Star Wars universe.</p>\n<h2 id=\"endpoints\">Endpoints</h2>\n<ul>\n<li><p><strong>People</strong>: Retrieve information about characters from the Star Wars series.</p>\n</li>\n<li><p><strong>Planets</strong>: Retrieve information about planets featured in the Star Wars series.</p>\n</li>\n</ul>\n<h2 id=\"rate-limiting\">Rate Limiting</h2>\n<p>Please note that this API is rate limited to ensure fair usage and optimal performance. You are allowed up to <strong>30 requests every 5 minutes</strong>. If you exceed this limit, you will need to wait before making additional requests.</p>\n<p>May the Force be with you :)</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13400573","collectionId":"ef2dd1bd-8db1-4089-8fe7-7196d4a818f9","publishedId":"2sA3kVj1cL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-22T09:47:22.000Z"},"item":[{"name":"Index","id":"8c841cbc-2ca3-46b6-9c2a-64791c625190","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/v1","description":"<p>Welcoming you into the star wars universe</p>\n","urlObject":{"protocol":"http","port":"3000","path":["v1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4445eaa7-3353-44a3-95b5-7d5a356f2d07","name":"200 Response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"28"},{"key":"X-RateLimit-Reset","value":"299"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-xPBhJCmMWVv9/dvncBPmhpT3XoM\""},{"key":"Date","value":"Mon, 22 Jul 2024 08:33:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"May the Force be with you.\"\n}"}],"_postman_id":"8c841cbc-2ca3-46b6-9c2a-64791c625190"},{"name":"Get All People","id":"3e7278ad-9d2e-472c-8880-bc92d6906249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/v1/people?name=&page=","description":"<p>Get information about all Star Wars characters</p>\n","urlObject":{"protocol":"http","port":"3000","path":["v1","people"],"host":["localhost"],"query":[{"description":{"content":"<p>A name to search by</p>\n","type":"text/plain"},"key":"name","value":""},{"description":{"content":"<p>The page to retrieve</p>\n","type":"text/plain"},"key":"page","value":""}],"variable":[]}},"response":[{"id":"de104cca-90e0-4a3c-be88-96bff74c2754","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/v1/people?name=","protocol":"http","host":["localhost"],"port":"3000","path":["v1","people"],"query":[{"key":"name","value":"","description":"A name to search by"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"26"},{"key":"X-RateLimit-Reset","value":"290"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1769"},{"key":"ETag","value":"W/\"6e9-yTh30aX0x241Xq4JmqaWnlpAXqw\""},{"key":"Date","value":"Mon, 22 Jul 2024 09:02:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"People retrieved successfully.\",\n    \"data\": {\n        \"total\": 82,\n        \"next\": \"http://localhost:3000/v1/people/?page=2\",\n        \"previous\": null,\n        \"per_page\": 10,\n        \"results\": [\n            {\n                \"id\": \"1\",\n                \"name\": \"Luke Skywalker\",\n                \"birth_year\": \"19BBY\",\n                \"height\": \"172\",\n                \"eye_color\": \"blue\",\n                \"mass\": \"77\",\n                \"hair_color\": \"blond\",\n                \"skin_color\": \"fair\",\n                \"gender\": \"male\"\n            },\n            {\n                \"id\": \"2\",\n                \"name\": \"C-3PO\",\n                \"birth_year\": \"112BBY\",\n                \"height\": \"167\",\n                \"eye_color\": \"yellow\",\n                \"mass\": \"75\",\n                \"hair_color\": \"n/a\",\n                \"skin_color\": \"gold\",\n                \"gender\": \"n/a\"\n            },\n            {\n                \"id\": \"3\",\n                \"name\": \"R2-D2\",\n                \"birth_year\": \"33BBY\",\n                \"height\": \"96\",\n                \"eye_color\": \"red\",\n                \"mass\": \"32\",\n                \"hair_color\": \"n/a\",\n                \"skin_color\": \"white, blue\",\n                \"gender\": \"n/a\"\n            },\n            {\n                \"id\": \"4\",\n                \"name\": \"Darth Vader\",\n                \"birth_year\": \"41.9BBY\",\n                \"height\": \"202\",\n                \"eye_color\": \"yellow\",\n                \"mass\": \"136\",\n                \"hair_color\": \"none\",\n                \"skin_color\": \"white\",\n                \"gender\": \"male\"\n            },\n            {\n                \"id\": \"5\",\n                \"name\": \"Leia Organa\",\n                \"birth_year\": \"19BBY\",\n                \"height\": \"150\",\n                \"eye_color\": \"brown\",\n                \"mass\": \"49\",\n                \"hair_color\": \"brown\",\n                \"skin_color\": \"light\",\n                \"gender\": \"female\"\n            },\n            {\n                \"id\": \"6\",\n                \"name\": \"Owen Lars\",\n                \"birth_year\": \"52BBY\",\n                \"height\": \"178\",\n                \"eye_color\": \"blue\",\n                \"mass\": \"120\",\n                \"hair_color\": \"brown, grey\",\n                \"skin_color\": \"light\",\n                \"gender\": \"male\"\n            },\n            {\n                \"id\": \"7\",\n                \"name\": \"Beru Whitesun lars\",\n                \"birth_year\": \"47BBY\",\n                \"height\": \"165\",\n                \"eye_color\": \"blue\",\n                \"mass\": \"75\",\n                \"hair_color\": \"brown\",\n                \"skin_color\": \"light\",\n                \"gender\": \"female\"\n            },\n            {\n                \"id\": \"8\",\n                \"name\": \"R5-D4\",\n                \"birth_year\": \"unknown\",\n                \"height\": \"97\",\n                \"eye_color\": \"red\",\n                \"mass\": \"32\",\n                \"hair_color\": \"n/a\",\n                \"skin_color\": \"white, red\",\n                \"gender\": \"n/a\"\n            },\n            {\n                \"id\": \"9\",\n                \"name\": \"Biggs Darklighter\",\n                \"birth_year\": \"24BBY\",\n                \"height\": \"183\",\n                \"eye_color\": \"brown\",\n                \"mass\": \"84\",\n                \"hair_color\": \"black\",\n                \"skin_color\": \"light\",\n                \"gender\": \"male\"\n            },\n            {\n                \"id\": \"10\",\n                \"name\": \"Obi-Wan Kenobi\",\n                \"birth_year\": \"57BBY\",\n                \"height\": \"182\",\n                \"eye_color\": \"blue-gray\",\n                \"mass\": \"77\",\n                \"hair_color\": \"auburn, white\",\n                \"skin_color\": \"fair\",\n                \"gender\": \"male\"\n            }\n        ]\n    }\n}"},{"id":"c5174468-9534-4ee0-8832-dc9d9ba21bf8","name":"503 Service Unavailable","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/v1/people?name=","protocol":"http","host":["localhost"],"port":"3000","path":["v1","people"],"query":[{"key":"name","value":"","description":"A name to search by"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"28"},{"key":"X-RateLimit-Reset","value":"299"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"ETag","value":"W/\"5d-NKZht5UISAJbu5G5FztLDnh2NQk\""},{"key":"Date","value":"Mon, 22 Jul 2024 09:03:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 503,\n    \"message\": \"This service is currently unavailable, please try again later.\"\n}"}],"_postman_id":"3e7278ad-9d2e-472c-8880-bc92d6906249"},{"name":"Get Single Person","id":"a2909aae-5625-44ff-a284-fb4168430bab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/v1/people/:id","description":"<p>Get information about an individual Star Wars character</p>\n","urlObject":{"protocol":"http","port":"3000","path":["v1","people",":id"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>The person id (gotten from the people endpoint)</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"82338f3b-997c-4f98-a6e8-4e0511dbf19b","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/v1/people/:id","protocol":"http","host":["localhost"],"port":"3000","path":["v1","people",":id"],"variable":[{"key":"id","value":"1","description":"The person id (gotten from the people endpoint)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"28"},{"key":"X-RateLimit-Reset","value":"299"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"435"},{"key":"ETag","value":"W/\"1b3-9AsNo5uZGQbWqz2M8ri3PPYleDo\""},{"key":"Date","value":"Mon, 22 Jul 2024 08:34:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"Person retrieved successfully.\",\n    \"data\": {\n        \"id\": \"1\",\n        \"name\": \"Luke Skywalker\",\n        \"birth_year\": \"19BBY\",\n        \"height\": \"172\",\n        \"eye_color\": \"blue\",\n        \"mass\": \"77\",\n        \"hair_color\": \"blond\",\n        \"skin_color\": \"fair\",\n        \"gender\": \"male\",\n        \"homeworld\": \"Tatooine\",\n        \"films\": [\n            \"A New Hope\",\n            \"The Empire Strikes Back\",\n            \"Return of the Jedi\",\n            \"Revenge of the Sith\"\n        ],\n        \"vehicles\": [\n            \"Snowspeeder\",\n            \"Imperial Speeder Bike\"\n        ],\n        \"starships\": [\n            \"X-wing\",\n            \"Imperial shuttle\"\n        ]\n    }\n}"},{"id":"99950b42-3598-4f25-9886-9722525c7d8f","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/v1/people/:id","protocol":"http","host":["localhost"],"port":"3000","path":["v1","people",":id"],"variable":[{"key":"id","value":"1999","description":"The person id (gotten from the people endpoint)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"26"},{"key":"X-RateLimit-Reset","value":"268"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-CKsfLl1XvI3ayBsiXzMmgtjJfO0\""},{"key":"Date","value":"Mon, 22 Jul 2024 08:35:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"The requested resource was not found.\"\n}"},{"id":"e47fec17-b1c0-402a-a4a9-48bf86f8ddb5","name":"503 Service Unavailable","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/v1/people/:id","protocol":"http","host":["localhost"],"port":"3000","path":["v1","people",":id"],"variable":[{"key":"id","value":"1","description":"The person id (gotten from the people endpoint)"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"28"},{"key":"X-RateLimit-Reset","value":"299"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"ETag","value":"W/\"5d-NKZht5UISAJbu5G5FztLDnh2NQk\""},{"key":"Date","value":"Mon, 22 Jul 2024 09:03:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 503,\n    \"message\": \"This service is currently unavailable, please try again later.\"\n}"}],"_postman_id":"a2909aae-5625-44ff-a284-fb4168430bab"},{"name":"Get All Planets","id":"153f3ad4-1d1d-4f92-97d5-165acea6ce33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/v1/planets/?page=&name","description":"<p>Get information about all planets in the Star Wars universe</p>\n","urlObject":{"protocol":"http","port":"3000","path":["v1","planets",""],"host":["localhost"],"query":[{"description":{"content":"<p>The page to retrieve</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>The name of a planet to search for</p>\n","type":"text/plain"},"key":"name","value":null}],"variable":[]}},"response":[{"id":"4e32ae0c-18a4-4396-9f6b-fbbd1be6cbcd","name":"200 Success Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/v1/planets?name","protocol":"http","host":["localhost"],"port":"3000","path":["v1","planets"],"query":[{"key":"name","value":null,"description":"The planet name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"28"},{"key":"X-RateLimit-Reset","value":"299"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2352"},{"key":"ETag","value":"W/\"930-Y8ImL/YxpDehsKFrMHEz1BbIPco\""},{"key":"Date","value":"Mon, 22 Jul 2024 09:05:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"Planets retrieved successfully.\",\n    \"data\": {\n        \"total\": 60,\n        \"next\": \"http://localhost:3000/v1/planets/?page=2\",\n        \"previous\": null,\n        \"per_page\": 10,\n        \"results\": [\n            {\n                \"id\": \"1\",\n                \"name\": \"Tatooine\",\n                \"diameter\": \"10465\",\n                \"rotation_period\": \"23\",\n                \"orbital_period\": \"304\",\n                \"gravity\": \"1 standard\",\n                \"population\": \"200000\",\n                \"climate\": \"arid\",\n                \"terrain\": \"desert\",\n                \"surface_water\": \"1\"\n            },\n            {\n                \"id\": \"2\",\n                \"name\": \"Alderaan\",\n                \"diameter\": \"12500\",\n                \"rotation_period\": \"24\",\n                \"orbital_period\": \"364\",\n                \"gravity\": \"1 standard\",\n                \"population\": \"2000000000\",\n                \"climate\": \"temperate\",\n                \"terrain\": \"grasslands, mountains\",\n                \"surface_water\": \"40\"\n            },\n            {\n                \"id\": \"3\",\n                \"name\": \"Yavin IV\",\n                \"diameter\": \"10200\",\n                \"rotation_period\": \"24\",\n                \"orbital_period\": \"4818\",\n                \"gravity\": \"1 standard\",\n                \"population\": \"1000\",\n                \"climate\": \"temperate, tropical\",\n                \"terrain\": \"jungle, rainforests\",\n                \"surface_water\": \"8\"\n            },\n            {\n                \"id\": \"4\",\n                \"name\": \"Hoth\",\n                \"diameter\": \"7200\",\n                \"rotation_period\": \"23\",\n                \"orbital_period\": \"549\",\n                \"gravity\": \"1.1 standard\",\n                \"population\": \"unknown\",\n                \"climate\": \"frozen\",\n                \"terrain\": \"tundra, ice caves, mountain ranges\",\n                \"surface_water\": \"100\"\n            },\n            {\n                \"id\": \"5\",\n                \"name\": \"Dagobah\",\n                \"diameter\": \"8900\",\n                \"rotation_period\": \"23\",\n                \"orbital_period\": \"341\",\n                \"gravity\": \"N/A\",\n                \"population\": \"unknown\",\n                \"climate\": \"murky\",\n                \"terrain\": \"swamp, jungles\",\n                \"surface_water\": \"8\"\n            },\n            {\n                \"id\": \"6\",\n                \"name\": \"Bespin\",\n                \"diameter\": \"118000\",\n                \"rotation_period\": \"12\",\n                \"orbital_period\": \"5110\",\n                \"gravity\": \"1.5 (surface), 1 standard (Cloud City)\",\n                \"population\": \"6000000\",\n                \"climate\": \"temperate\",\n                \"terrain\": \"gas giant\",\n                \"surface_water\": \"0\"\n            },\n            {\n                \"id\": \"7\",\n                \"name\": \"Endor\",\n                \"diameter\": \"4900\",\n                \"rotation_period\": \"18\",\n                \"orbital_period\": \"402\",\n                \"gravity\": \"0.85 standard\",\n                \"population\": \"30000000\",\n                \"climate\": \"temperate\",\n                \"terrain\": \"forests, mountains, lakes\",\n                \"surface_water\": \"8\"\n            },\n            {\n                \"id\": \"8\",\n                \"name\": \"Naboo\",\n                \"diameter\": \"12120\",\n                \"rotation_period\": \"26\",\n                \"orbital_period\": \"312\",\n                \"gravity\": \"1 standard\",\n                \"population\": \"4500000000\",\n                \"climate\": \"temperate\",\n                \"terrain\": \"grassy hills, swamps, forests, mountains\",\n                \"surface_water\": \"12\"\n            },\n            {\n                \"id\": \"9\",\n                \"name\": \"Coruscant\",\n                \"diameter\": \"12240\",\n                \"rotation_period\": \"24\",\n                \"orbital_period\": \"368\",\n                \"gravity\": \"1 standard\",\n                \"population\": \"1000000000000\",\n                \"climate\": \"temperate\",\n                \"terrain\": \"cityscape, mountains\",\n                \"surface_water\": \"unknown\"\n            },\n            {\n                \"id\": \"10\",\n                \"name\": \"Kamino\",\n                \"diameter\": \"19720\",\n                \"rotation_period\": \"27\",\n                \"orbital_period\": \"463\",\n                \"gravity\": \"1 standard\",\n                \"population\": \"1000000000\",\n                \"climate\": \"temperate\",\n                \"terrain\": \"ocean\",\n                \"surface_water\": \"100\"\n            }\n        ]\n    }\n}"},{"id":"daa728f5-bc2a-4f0e-855f-f9279d16cbef","name":"503 Service Unavailable","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/v1/planets"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"28"},{"key":"X-RateLimit-Reset","value":"299"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"ETag","value":"W/\"5d-NKZht5UISAJbu5G5FztLDnh2NQk\""},{"key":"Date","value":"Mon, 22 Jul 2024 09:04:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 503,\n    \"message\": \"This service is currently unavailable, please try again later.\"\n}"}],"_postman_id":"153f3ad4-1d1d-4f92-97d5-165acea6ce33"},{"name":"Get Single Planet","id":"e33f12e6-5e6a-4cd8-8bcb-64442b5107ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/planets/:id","description":"<p>Get information about a single planet in the Star Wars universe</p>\n","urlObject":{"protocol":"http","port":"3000","path":["planets",":id"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>The id of the planet (gotten from the planets endpoint)</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"be606133-e4a1-46d4-83aa-157d94747eb8","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/v1/planets/:id","protocol":"http","host":["localhost"],"port":"3000","path":["v1","planets",":id"],"variable":[{"key":"id","value":"1","description":"The id of the planet (gotten from the planets endpoint)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"24"},{"key":"X-RateLimit-Reset","value":"243"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"537"},{"key":"ETag","value":"W/\"219-TGA9u2X3kuTMV/XpSj/coyG/+Lg\""},{"key":"Date","value":"Mon, 22 Jul 2024 08:36:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"Planet retrieved successfully.\",\n    \"data\": {\n        \"id\": \"1\",\n        \"name\": \"Tatooine\",\n        \"diameter\": \"10465\",\n        \"rotation_period\": \"23\",\n        \"orbital_period\": \"304\",\n        \"gravity\": \"1 standard\",\n        \"population\": \"200000\",\n        \"climate\": \"arid\",\n        \"terrain\": \"desert\",\n        \"surface_water\": \"1\",\n        \"residents\": [\n            \"Luke Skywalker\",\n            \"C-3PO\",\n            \"Darth Vader\",\n            \"Owen Lars\",\n            \"Beru Whitesun lars\",\n            \"R5-D4\",\n            \"Biggs Darklighter\",\n            \"Anakin Skywalker\",\n            \"Shmi Skywalker\",\n            \"Cliegg Lars\"\n        ],\n        \"films\": [\n            \"A New Hope\",\n            \"Return of the Jedi\",\n            \"The Phantom Menace\",\n            \"Attack of the Clones\",\n            \"Revenge of the Sith\"\n        ]\n    }\n}"},{"id":"fb5db6be-98ef-4911-9be1-9428b86ac588","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/v1/planets/:id","protocol":"http","host":["localhost"],"port":"3000","path":["v1","planets",":id"],"variable":[{"key":"id","value":"109","description":"The id of the planet (gotten from the planets endpoint)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"22"},{"key":"X-RateLimit-Reset","value":"182"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-CKsfLl1XvI3ayBsiXzMmgtjJfO0\""},{"key":"Date","value":"Mon, 22 Jul 2024 08:37:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"The requested resource was not found.\"\n}"},{"id":"efeb456f-9dfc-42ac-ad32-2921d87de5a3","name":"503 Service Unavailable","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/v1/planets/:id","protocol":"http","host":["localhost"],"port":"3000","path":["v1","planets",":id"],"variable":[{"key":"id","value":"109","description":"The id of the planet (gotten from the planets endpoint)"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"28"},{"key":"X-RateLimit-Reset","value":"299"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"ETag","value":"W/\"5d-NKZht5UISAJbu5G5FztLDnh2NQk\""},{"key":"Date","value":"Mon, 22 Jul 2024 09:04:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 503,\n    \"message\": \"This service is currently unavailable, please try again later.\"\n}"}],"_postman_id":"e33f12e6-5e6a-4cd8-8bcb-64442b5107ad"}]}