{ "info": { "_postman_id": "4acc0e7c-5f57-4fa6-91b6-487f594a5371", "name": "Stack Exchange Access Tokens Comments API", "description": "Public, read-mostly HTTP/JSON API spanning all 180+ Stack Exchange sites\n(Stack Overflow, Server Fault, Super User, Ask Ubuntu, Stats, Math Overflow, ...).\n\nAll method families live under a single base URL with a uniform wrapper\n(`items`, `has_more`, `page`, `quota_max`, `quota_remaining`, `backoff`).\nRead access is unauthenticated. Write methods require OAuth 2.0 with the\nappropriate scopes (`write_access`, `private_info`, `no_expiry`).\n\nMost paths take a required `site` query parameter naming the target Q&A\ncommunity (`stackoverflow`, `serverfault`, `superuser`, ...). Use `/sites`\nto enumerate the network.\n\n\nContact Support:\n Name: Stack Exchange API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:04:42.000Z", "updatedAt": "2026-07-28T03:04:43.000Z", "lastUpdatedBy": "35240", "uid": "35240-4acc0e7c-5f57-4fa6-91b6-487f594a5371" }, "item": [ { "name": "comments", "item": [ { "name": "{ids}", "item": [ { "name": "Stack Exchange Get Comments by Ids", "id": "572ee15e-5bf0-447f-a53d-d2d0a7b19343", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/comments/:ids?site=stackoverflow&key=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "comments", ":ids" ], "query": [ { "description": "(Required) Target Q&A community. Either the api_site_parameter from a `/sites` entry (e.g. `stackoverflow`, `serverfault`, `superuser`) or a full domain (`stackoverflow.com`).", "key": "site", "value": "stackoverflow" }, { "description": "App key from stackapps.com. Raises the daily quota to 10,000/IP.", "key": "key", "value": "" }, { "description": "Custom response filter id created via /filters/create.", "key": "filter", "value": "" } ], "variable": [ { "id": "794921d5-a5ad-40c9-8d5c-a08bbe1b0295", "key": "ids", "value": "", "description": "(Required) Up to 100 semicolon-delimited ids of the resource." } ] }, "description": "Fetch up to 100 comments by semicolon-delimited ids." }, "response": [ { "id": "5ffc21af-f71e-4348-8e68-ec920992fe84", "name": "A page of comments.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/comments/:ids?site=stackoverflow&key=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "comments", ":ids" ], "query": [ { "description": "(Required) Target Q&A community. Either the api_site_parameter from a `/sites` entry (e.g. `stackoverflow`, `serverfault`, `superuser`) or a full domain (`stackoverflow.com`).", "key": "site", "value": "stackoverflow" }, { "description": "App key from stackapps.com. Raises the daily quota to 10,000/IP.", "key": "key", "value": "" }, { "description": "Custom response filter id created via /filters/create.", "key": "filter", "value": "" } ], "variable": [ { "key": "ids" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"has_more\": \"\",\n \"quota_max\": \"\",\n \"quota_remaining\": \"\",\n \"backoff\": \"\",\n \"error_id\": \"\",\n \"error_message\": \"\",\n \"error_name\": \"\",\n \"page\": \"\",\n \"page_size\": \"\",\n \"total\": \"\",\n \"type\": \"\",\n \"items\": [\n {\n \"comment_id\": \"\",\n \"post_id\": \"\",\n \"post_type\": \"question\",\n \"score\": \"\",\n \"body\": \"\",\n \"body_markdown\": \"\",\n \"creation_date\": \"\",\n \"edited\": \"\",\n \"link\": \"\",\n \"owner\": {\n \"user_id\": \"\",\n \"user_type\": \"registered\",\n \"display_name\": \"\",\n \"reputation\": \"\",\n \"profile_image\": \"\",\n \"link\": \"\",\n \"accept_rate\": \"\"\n },\n \"reply_to_user\": {\n \"user_id\": \"\",\n \"user_type\": \"moderator\",\n \"display_name\": \"\",\n \"reputation\": \"\",\n \"profile_image\": \"\",\n \"link\": \"\",\n \"accept_rate\": \"\"\n },\n \"content_license\": \"\"\n },\n {\n \"comment_id\": \"\",\n \"post_id\": \"\",\n \"post_type\": \"answer\",\n \"score\": \"\",\n \"body\": \"\",\n \"body_markdown\": \"\",\n \"creation_date\": \"\",\n \"edited\": \"\",\n \"link\": \"\",\n \"owner\": {\n \"user_id\": \"\",\n \"user_type\": \"team_admin\",\n \"display_name\": \"\",\n \"reputation\": \"\",\n \"profile_image\": \"\",\n \"link\": \"\",\n \"accept_rate\": \"\"\n },\n \"reply_to_user\": {\n \"user_id\": \"\",\n \"user_type\": \"does_not_exist\",\n \"display_name\": \"\",\n \"reputation\": \"\",\n \"profile_image\": \"\",\n \"link\": \"\",\n \"accept_rate\": \"\"\n },\n \"content_license\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:04:43.000Z", "updatedAt": "2026-07-28T03:04:43.000Z", "uid": "35240-5ffc21af-f71e-4348-8e68-ec920992fe84" } ], "createdAt": "2026-07-28T03:04:43.000Z", "updatedAt": "2026-07-28T03:04:43.000Z", "uid": "35240-572ee15e-5bf0-447f-a53d-d2d0a7b19343" } ], "id": "6a285fe9-0896-4c9d-8103-cfcdb2dc449f", "createdAt": "2026-07-28T03:04:43.000Z", "updatedAt": "2026-07-28T03:04:43.000Z", "uid": "35240-6a285fe9-0896-4c9d-8103-cfcdb2dc449f" }, { "name": "Stack Exchange List Comments", "id": "defed316-d846-4616-bb40-0843ddda9f82", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/comments?site=stackoverflow&key=&filter=&page=1&pagesize=30&order=desc&fromdate=&todate=&sort=creation", "host": [ "{{baseUrl}}" ], "path": [ "comments" ], "query": [ { "description": "(Required) Target Q&A community. Either the api_site_parameter from a `/sites` entry (e.g. `stackoverflow`, `serverfault`, `superuser`) or a full domain (`stackoverflow.com`).", "key": "site", "value": "stackoverflow" }, { "description": "App key from stackapps.com. Raises the daily quota to 10,000/IP.", "key": "key", "value": "" }, { "description": "Custom response filter id created via /filters/create.", "key": "filter", "value": "" }, { "description": "1-indexed page number.", "key": "page", "value": "1" }, { "description": "Items per page (max 100).", "key": "pagesize", "value": "30" }, { "description": "Sort direction.", "key": "order", "value": "desc" }, { "description": "Unix epoch seconds \u2014 earliest creation_date.", "key": "fromdate", "value": "" }, { "description": "Unix epoch seconds \u2014 latest creation_date.", "key": "todate", "value": "" }, { "key": "sort", "value": "creation" } ] }, "description": "All comments on a site." }, "response": [ { "id": "04978905-501f-4c5b-89b0-f28244e1393b", "name": "A page of comments.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/comments?site=stackoverflow&key=&filter=&page=1&pagesize=30&order=desc&fromdate=&todate=&sort=creation", "host": [ "{{baseUrl}}" ], "path": [ "comments" ], "query": [ { "description": "(Required) Target Q&A community. Either the api_site_parameter from a `/sites` entry (e.g. `stackoverflow`, `serverfault`, `superuser`) or a full domain (`stackoverflow.com`).", "key": "site", "value": "stackoverflow" }, { "description": "App key from stackapps.com. Raises the daily quota to 10,000/IP.", "key": "key", "value": "" }, { "description": "Custom response filter id created via /filters/create.", "key": "filter", "value": "" }, { "description": "1-indexed page number.", "key": "page", "value": "1" }, { "description": "Items per page (max 100).", "key": "pagesize", "value": "30" }, { "description": "Sort direction.", "key": "order", "value": "desc" }, { "description": "Unix epoch seconds \u2014 earliest creation_date.", "key": "fromdate", "value": "" }, { "description": "Unix epoch seconds \u2014 latest creation_date.", "key": "todate", "value": "" }, { "key": "sort", "value": "creation" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"has_more\": \"\",\n \"quota_max\": \"\",\n \"quota_remaining\": \"\",\n \"backoff\": \"\",\n \"error_id\": \"\",\n \"error_message\": \"\",\n \"error_name\": \"\",\n \"page\": \"\",\n \"page_size\": \"\",\n \"total\": \"\",\n \"type\": \"\",\n \"items\": [\n {\n \"comment_id\": \"\",\n \"post_id\": \"\",\n \"post_type\": \"question\",\n \"score\": \"\",\n \"body\": \"\",\n \"body_markdown\": \"\",\n \"creation_date\": \"\",\n \"edited\": \"\",\n \"link\": \"\",\n \"owner\": {\n \"user_id\": \"\",\n \"user_type\": \"registered\",\n \"display_name\": \"\",\n \"reputation\": \"\",\n \"profile_image\": \"\",\n \"link\": \"\",\n \"accept_rate\": \"\"\n },\n \"reply_to_user\": {\n \"user_id\": \"\",\n \"user_type\": \"moderator\",\n \"display_name\": \"\",\n \"reputation\": \"\",\n \"profile_image\": \"\",\n \"link\": \"\",\n \"accept_rate\": \"\"\n },\n \"content_license\": \"\"\n },\n {\n \"comment_id\": \"\",\n \"post_id\": \"\",\n \"post_type\": \"answer\",\n \"score\": \"\",\n \"body\": \"\",\n \"body_markdown\": \"\",\n \"creation_date\": \"\",\n \"edited\": \"\",\n \"link\": \"\",\n \"owner\": {\n \"user_id\": \"\",\n \"user_type\": \"team_admin\",\n \"display_name\": \"\",\n \"reputation\": \"\",\n \"profile_image\": \"\",\n \"link\": \"\",\n \"accept_rate\": \"\"\n },\n \"reply_to_user\": {\n \"user_id\": \"\",\n \"user_type\": \"does_not_exist\",\n \"display_name\": \"\",\n \"reputation\": \"\",\n \"profile_image\": \"\",\n \"link\": \"\",\n \"accept_rate\": \"\"\n },\n \"content_license\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:04:43.000Z", "updatedAt": "2026-07-28T03:04:43.000Z", "uid": "35240-04978905-501f-4c5b-89b0-f28244e1393b" } ], "createdAt": "2026-07-28T03:04:43.000Z", "updatedAt": "2026-07-28T03:04:43.000Z", "uid": "35240-defed316-d846-4616-bb40-0843ddda9f82" } ], "id": "991e7219-ae43-42ca-a43a-4d48d79153dd", "createdAt": "2026-07-28T03:04:43.000Z", "updatedAt": "2026-07-28T03:04:43.000Z", "uid": "35240-991e7219-ae43-42ca-a43a-4d48d79153dd" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "query", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.stackexchange.com/2.3" } ] }