{ "info": { "_postman_id": "bd4d7e53-e745-4bba-93a0-a7ff20490606", "name": "Stack Exchange Access Tokens Suggested Edits 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:05:02.000Z", "updatedAt": "2026-07-28T03:05:03.000Z", "lastUpdatedBy": "35240", "uid": "35240-bd4d7e53-e745-4bba-93a0-a7ff20490606" }, "item": [ { "name": "suggested-edits", "item": [ { "name": "{ids}", "item": [ { "name": "Stack Exchange Get Suggested Edits by Ids", "id": "aadbb3f3-97c1-4ec6-8c3c-902e8f0fb917", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/suggested-edits/:ids?site=stackoverflow&key=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "suggested-edits", ":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": "aea1b415-e3c9-4e01-9e8c-d739789b6f0f", "key": "ids", "value": "", "description": "(Required) Up to 100 semicolon-delimited ids of the resource." } ] }, "description": "Fetch suggested edits by semicolon-delimited ids." }, "response": [ { "id": "112f3a35-0b34-4931-9016-32f666f33f7e", "name": "A page of suggested edits.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/suggested-edits/:ids?site=stackoverflow&key=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "suggested-edits", ":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 \"suggested_edit_id\": \"\",\n \"post_id\": \"\",\n \"post_type\": \"answer\",\n \"body\": \"\",\n \"title\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"comment\": \"\",\n \"creation_date\": \"\",\n \"approval_date\": \"\",\n \"rejection_date\": \"\",\n \"proposing_user\": {\n \"user_id\": \"\",\n \"user_type\": \"team_admin\",\n \"display_name\": \"\",\n \"reputation\": \"\",\n \"profile_image\": \"\",\n \"link\": \"\",\n \"accept_rate\": \"\"\n }\n },\n {\n \"suggested_edit_id\": \"\",\n \"post_id\": \"\",\n \"post_type\": \"question\",\n \"body\": \"\",\n \"title\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"comment\": \"\",\n \"creation_date\": \"\",\n \"approval_date\": \"\",\n \"rejection_date\": \"\",\n \"proposing_user\": {\n \"user_id\": \"\",\n \"user_type\": \"moderator\",\n \"display_name\": \"\",\n \"reputation\": \"\",\n \"profile_image\": \"\",\n \"link\": \"\",\n \"accept_rate\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:05:03.000Z", "updatedAt": "2026-07-28T03:05:03.000Z", "uid": "35240-112f3a35-0b34-4931-9016-32f666f33f7e" } ], "createdAt": "2026-07-28T03:05:03.000Z", "updatedAt": "2026-07-28T03:05:03.000Z", "uid": "35240-aadbb3f3-97c1-4ec6-8c3c-902e8f0fb917" } ], "id": "84524bea-b954-4b32-8347-80237dbb4182", "createdAt": "2026-07-28T03:05:03.000Z", "updatedAt": "2026-07-28T03:05:03.000Z", "uid": "35240-84524bea-b954-4b32-8347-80237dbb4182" }, { "name": "Stack Exchange List Suggested Edits", "id": "145c1044-6926-489a-a10e-fb8220833463", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/suggested-edits?site=stackoverflow&key=&filter=&page=1&pagesize=30", "host": [ "{{baseUrl}}" ], "path": [ "suggested-edits" ], "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": "All suggested edits across the site." }, "response": [ { "id": "65fb2982-3076-4a00-9be1-cdacb1ddaf73", "name": "A page of suggested edits.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/suggested-edits?site=stackoverflow&key=&filter=&page=1&pagesize=30", "host": [ "{{baseUrl}}" ], "path": [ "suggested-edits" ], "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" } ] } }, "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 \"suggested_edit_id\": \"\",\n \"post_id\": \"\",\n \"post_type\": \"answer\",\n \"body\": \"\",\n \"title\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"comment\": \"\",\n \"creation_date\": \"\",\n \"approval_date\": \"\",\n \"rejection_date\": \"\",\n \"proposing_user\": {\n \"user_id\": \"\",\n \"user_type\": \"team_admin\",\n \"display_name\": \"\",\n \"reputation\": \"\",\n \"profile_image\": \"\",\n \"link\": \"\",\n \"accept_rate\": \"\"\n }\n },\n {\n \"suggested_edit_id\": \"\",\n \"post_id\": \"\",\n \"post_type\": \"question\",\n \"body\": \"\",\n \"title\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"comment\": \"\",\n \"creation_date\": \"\",\n \"approval_date\": \"\",\n \"rejection_date\": \"\",\n \"proposing_user\": {\n \"user_id\": \"\",\n \"user_type\": \"moderator\",\n \"display_name\": \"\",\n \"reputation\": \"\",\n \"profile_image\": \"\",\n \"link\": \"\",\n \"accept_rate\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:05:03.000Z", "updatedAt": "2026-07-28T03:05:03.000Z", "uid": "35240-65fb2982-3076-4a00-9be1-cdacb1ddaf73" } ], "createdAt": "2026-07-28T03:05:03.000Z", "updatedAt": "2026-07-28T03:05:03.000Z", "uid": "35240-145c1044-6926-489a-a10e-fb8220833463" } ], "id": "af112c97-4edd-454d-9abf-582733dd1787", "createdAt": "2026-07-28T03:05:03.000Z", "updatedAt": "2026-07-28T03:05:03.000Z", "uid": "35240-af112c97-4edd-454d-9abf-582733dd1787" } ], "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" } ] }