Skip to content

Get Textfilter Words

Revadike edited this page Feb 24, 2022 · 2 revisions

GET /textfilter/ajaxgettextfiltercustomwords

Rate limits

No known rate limit

Request

Authenticated: TODO

Method: GET

Host: steamcommunity.com

Path: /textfilter/ajaxgettextfiltercustomwords

Response

200 OK

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

Example

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
    }
}
Clone this wiki locally