-
Notifications
You must be signed in to change notification settings - Fork 18
Get Textfilter Words
Revadike edited this page Feb 24, 2022
·
2 revisions
No known rate limit
Authenticated:
TODO
Method:
GET
Host:
steamcommunity.com
Path:
/textfilter/ajaxgettextfiltercustomwords
Name Type Description success
number TODO
words
object TODO
words.text_filter_custom_banned_words[]
array TODO
words.text_filter_custom_clean_words[]
array TODO
words.text_filter_custom_clean_words[].0
string TODO
words.text_filter_custom_clean_words[].1
string TODO
words.text_filter_custom_clean_words[].2
string TODO
words.text_filter_custom_clean_words[].3
string TODO
words.text_filter_custom_clean_words[].4
string TODO
words.text_filter_custom_clean_words[].5
string TODO
words.text_filter_custom_clean_words[].6
string TODO
words.text_filter_custom_clean_words[].7
string TODO
words.text_filter_custom_clean_words[].8
string TODO
words.text_filter_words_revision
number TODO
GET https://steamcommunity.com/textfilter/ajaxgettextfiltercustomwords
{
"success": 1,
"words": {
"text_filter_custom_banned_words": [],
"text_filter_custom_clean_words": [
"[1097910]",
"MalikQayum@Testing",
"MalikQayum@Testing1"
],
"text_filter_words_revision": 1611657760
}
}