{ "opencollection": "1.0.0", "info": { "name": "Stack Exchange Access Tokens Posts API", "version": "2.3" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Posts", "type": "folder" }, "items": [ { "info": { "name": "Stack Exchange List Posts", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackexchange.com/2.3/posts", "params": [ { "name": "site", "value": "", "type": "query", "description": "Target Q&A community. Either the api_site_parameter from a `/sites` entry (e.g. `stackoverflow`, `serverfault`, `superuser`) or a full domain (`stackoverflow.com`)." }, { "name": "key", "value": "", "type": "query", "description": "App key from stackapps.com. Raises the daily quota to 10,000/IP." }, { "name": "filter", "value": "", "type": "query", "description": "Custom response filter id created via /filters/create." }, { "name": "page", "value": "", "type": "query", "description": "1-indexed page number." }, { "name": "pagesize", "value": "", "type": "query", "description": "Items per page (max 100)." } ] }, "docs": "All posts (questions and answers) on a site." }, { "info": { "name": "Stack Exchange Get Posts by Ids", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackexchange.com/2.3/posts/:ids", "params": [ { "name": "ids", "value": "", "type": "path", "description": "Up to 100 semicolon-delimited ids of the resource." }, { "name": "site", "value": "", "type": "query", "description": "Target Q&A community. Either the api_site_parameter from a `/sites` entry (e.g. `stackoverflow`, `serverfault`, `superuser`) or a full domain (`stackoverflow.com`)." }, { "name": "key", "value": "", "type": "query", "description": "App key from stackapps.com. Raises the daily quota to 10,000/IP." }, { "name": "filter", "value": "", "type": "query", "description": "Custom response filter id created via /filters/create." } ] }, "docs": "Fetch up to 100 posts by semicolon-delimited ids." }, { "info": { "name": "Stack Exchange List Comments on Posts", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackexchange.com/2.3/posts/:ids/comments", "params": [ { "name": "ids", "value": "", "type": "path", "description": "Up to 100 semicolon-delimited ids of the resource." }, { "name": "site", "value": "", "type": "query", "description": "Target Q&A community. Either the api_site_parameter from a `/sites` entry (e.g. `stackoverflow`, `serverfault`, `superuser`) or a full domain (`stackoverflow.com`)." }, { "name": "key", "value": "", "type": "query", "description": "App key from stackapps.com. Raises the daily quota to 10,000/IP." }, { "name": "filter", "value": "", "type": "query", "description": "Custom response filter id created via /filters/create." }, { "name": "page", "value": "", "type": "query", "description": "1-indexed page number." }, { "name": "pagesize", "value": "", "type": "query", "description": "Items per page (max 100)." } ] }, "docs": "Comments on the given posts." }, { "info": { "name": "Stack Exchange List Posts Revisions", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackexchange.com/2.3/posts/:ids/revisions", "params": [ { "name": "ids", "value": "", "type": "path", "description": "Up to 100 semicolon-delimited ids of the resource." }, { "name": "site", "value": "", "type": "query", "description": "Target Q&A community. Either the api_site_parameter from a `/sites` entry (e.g. `stackoverflow`, `serverfault`, `superuser`) or a full domain (`stackoverflow.com`)." }, { "name": "key", "value": "", "type": "query", "description": "App key from stackapps.com. Raises the daily quota to 10,000/IP." }, { "name": "filter", "value": "", "type": "query", "description": "Custom response filter id created via /filters/create." } ] }, "docs": "Revision history for the given posts." }, { "info": { "name": "Stack Exchange List Posts Suggested Edits", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackexchange.com/2.3/posts/:ids/suggested-edits", "params": [ { "name": "ids", "value": "", "type": "path", "description": "Up to 100 semicolon-delimited ids of the resource." }, { "name": "site", "value": "", "type": "query", "description": "Target Q&A community. Either the api_site_parameter from a `/sites` entry (e.g. `stackoverflow`, `serverfault`, `superuser`) or a full domain (`stackoverflow.com`)." }, { "name": "key", "value": "", "type": "query", "description": "App key from stackapps.com. Raises the daily quota to 10,000/IP." }, { "name": "filter", "value": "", "type": "query", "description": "Custom response filter id created via /filters/create." } ] }, "docs": "Suggested edits for the given posts." } ] } ], "bundled": true }