CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 04:35:49 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=666e4930-da33-4fa5-b85d-42a70e9a1cb9; expires=Mon, 27 Jul 2026 04:35:49 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 7c269f0a-9f7b-4616-bf36-20cc0abd772b
x-providence-cookie: 666e4930-da33-4fa5-b85d-42a70e9a1cb9
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=.Bn3xdTXeFgHyy3UfjMs5HmqxfoIRoPa8zBsiKmJMSw-1753590949-1.0.1.1-uUpbrR6s4t3owmL90i2_nL6PHT8nA7KBLZDj63RA1ilgKYZRnJlHzXqK2O.NfpXJkyETl5g6I9dVfalj2OJtQ1NoPtG1Meajxn8DhO7qU0c; path=/; expires=Sun, 27-Jul-25 05:05:49 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo48ixEUSyYgLf2k; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 03:35:49 GMT; HttpOnly
set-cookie: _cfuvid=3rLZiWK7NjtNMB965OJliLo3WIaxRXJSAxHLh1tcehI-1753590949429-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 96596ea82b50c7d4-BLR
content-encoding: gzip
Usage of /suggested-edits/{ids} [GET] -
Stack Exchange API
It is possible to create moderately complex queries using
https://stackoverflow.com/oauth/dialog?client_id=1&key=U4DMV*8nvpm3EOpvf69Rxw((&redirect_uri=https%3a%2f%2fapi.stackexchange.com%2fdocs%2foauth_landing
U4DMV*8nvpm3EOpvf69Rxw((
Usage of /suggested-edits/{ids} GET
Discussion
Returns suggested edits identified in ids.
{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for suggested_edit_id
on suggested_edit objects.
The sorts accepted by this method operate on the following fields of the suggested_edit object:
- creation –
creation_date
-
approval –
approval_date
- Does not return unapproved suggested_edits
-
rejection –
rejection_date
- Does not return unrejected suggested_edits
creation
is the default sort.It is possible to create moderately complex queries using
sort
, min
, max
, fromdate
, and todate
.
This method returns a list of suggested-edits.
Try It
about blog terms of use contact us feedback always welcome
site design / logo © 2025 Stack Exchange, Inc; user contributions licensed under CC BY-SA