#How to find out if a profile has a ToS violation?

6 messages · Page 1 of 1 (latest)

delicate mountain
#

I couldn't find any endpoint which would reveal if an account has a ToS violation. You can find it publicly on their profile on the website. Can I fetch this via the API too? I'd like to make some stats and analysis....

tight canopy
delicate mountain
#

I didn't find this with Ctrl+F. Thanks 😉

tight canopy
#

Yeah, the browsable documentation has the response schemas collapsed, so need to un-collapse them to find the tosViolation field.
Another way to find things is to use the download button at the top, which contains all information about the api in a openapi json file.
Opening the json-file and Ctrl+F would have had better chances... 😅

delicate mountain
tight canopy