CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 13:18:12 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=67f37295-b754-4592-9d4f-97cfb4bdf443; expires=Mon, 27 Jul 2026 13:18:12 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: cea36731-a7be-4573-b841-1933ee6e03d3
x-providence-cookie: 67f37295-b754-4592-9d4f-97cfb4bdf443
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=LDH2poNS9kOgEfzDVw5k4vDSzZHCpntnE1eKip9kBJE-1753622292-1.0.1.1-qiwSRwxFvYrWvM82T3e_uNZq3qs2uQNZ_anfYX33BBLNJA7cmg5rkU9iLY5LaoRQw8tfZc5thb05D_FDYZJ5oDuMuh2phu4XXONup6u4JY4; path=/; expires=Sun, 27-Jul-25 13:48:12 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo48VdeTrejNhraQ; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 12:18:12 GMT; HttpOnly
set-cookie: _cfuvid=b2PgfW1LSgZhe0SgUrOvFD4A3bcPDZU_pLewQglxh04-1753622292217-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965c6bdcbad5f424-BLR
content-encoding: gzip
Usage of /users/{ids}/suggested-edits [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 /users/{ids}/suggested-edits GET
Discussion
Returns the suggested edits that the users in {ids} have submitted.
{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for user_id
on user or shallow_user 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