{ "info": { "_postman_id": "9aa2a417-8f91-4660-8981-cde6e8e85be6", "name": "Stack Exchange Access Tokens Info 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:52.000Z", "updatedAt": "2026-07-28T03:04:52.000Z", "lastUpdatedBy": "35240", "uid": "35240-9aa2a417-8f91-4660-8981-cde6e8e85be6" }, "item": [ { "name": "info", "item": [ { "name": "Stack Exchange Get Site Info", "id": "0533a7d3-e073-4586-ab5a-1fe8cfa89764", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/info?site=stackoverflow&key=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "info" ], "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": "Aggregate site totals and metadata." }, "response": [ { "id": "7b03a9e3-7e07-4c24-b39a-de11fd790609", "name": "A single-element list of site info.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/info?site=stackoverflow&key=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "info" ], "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": "" } ] } }, "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 \"total_questions\": \"\",\n \"total_unanswered\": \"\",\n \"total_accepted\": \"\",\n \"total_answers\": \"\",\n \"total_comments\": \"\",\n \"total_votes\": \"\",\n \"total_badges\": \"\",\n \"total_users\": \"\",\n \"questions_per_minute\": \"\",\n \"answers_per_minute\": \"\",\n \"badges_per_minute\": \"\",\n \"new_active_users\": \"\",\n \"api_revision\": \"\",\n \"site\": {\n \"site_url\": \"\",\n \"api_site_parameter\": \"\",\n \"name\": \"\",\n \"site_type\": \"main_site\",\n \"audience\": \"\",\n \"icon_url\": \"\",\n \"logo_url\": \"\",\n \"favicon_url\": \"\",\n \"launch_date\": \"\",\n \"site_state\": \"closed_beta\",\n \"styling\": {\n \"link_color\": \"\",\n \"tag_foreground_color\": \"\",\n \"tag_background_color\": \"\"\n },\n \"related_sites\": [\n {\n \"name\": \"\",\n \"site_url\": \"\",\n \"relation\": \"parent\"\n },\n {\n \"name\": \"\",\n \"site_url\": \"\",\n \"relation\": \"parent\"\n }\n ],\n \"markdown_extensions\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"total_questions\": \"\",\n \"total_unanswered\": \"\",\n \"total_accepted\": \"\",\n \"total_answers\": \"\",\n \"total_comments\": \"\",\n \"total_votes\": \"\",\n \"total_badges\": \"\",\n \"total_users\": \"\",\n \"questions_per_minute\": \"\",\n \"answers_per_minute\": \"\",\n \"badges_per_minute\": \"\",\n \"new_active_users\": \"\",\n \"api_revision\": \"\",\n \"site\": {\n \"site_url\": \"\",\n \"api_site_parameter\": \"\",\n \"name\": \"\",\n \"site_type\": \"meta_site\",\n \"audience\": \"\",\n \"icon_url\": \"\",\n \"logo_url\": \"\",\n \"favicon_url\": \"\",\n \"launch_date\": \"\",\n \"site_state\": \"open_beta\",\n \"styling\": {\n \"link_color\": \"\",\n \"tag_foreground_color\": \"\",\n \"tag_background_color\": \"\"\n },\n \"related_sites\": [\n {\n \"name\": \"\",\n \"site_url\": \"\",\n \"relation\": \"meta\"\n },\n {\n \"name\": \"\",\n \"site_url\": \"\",\n \"relation\": \"meta\"\n }\n ],\n \"markdown_extensions\": [\n \"\",\n \"\"\n ]\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:04:52.000Z", "updatedAt": "2026-07-28T03:04:52.000Z", "uid": "35240-7b03a9e3-7e07-4c24-b39a-de11fd790609" } ], "createdAt": "2026-07-28T03:04:52.000Z", "updatedAt": "2026-07-28T03:04:52.000Z", "uid": "35240-0533a7d3-e073-4586-ab5a-1fe8cfa89764" } ], "id": "7abdac11-8bb7-4726-b303-43eecde2a0e8", "createdAt": "2026-07-28T03:04:52.000Z", "updatedAt": "2026-07-28T03:04:52.000Z", "uid": "35240-7abdac11-8bb7-4726-b303-43eecde2a0e8" } ], "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" } ] }