This page is just a reference of all the known Steam APIs, I do not know how they work. Please do not email me with questions.
UNDOCUMENTEDPOSTCheckFAQPermissions
https://api.steampowered.com/IClanFAQSService/CheckFAQPermissions/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
fixed64 NoThe clan.
UNDOCUMENTEDPOSTCreate
https://api.steampowered.com/IClanFAQSService/Create/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe clan the FAQ is for.
string NoHuman-readable name, for editor use only.
string Noextra metadata, like legacy KB data. Optional.
UNDOCUMENTEDPOSTDelete
https://api.steampowered.com/IClanFAQSService/Delete/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe clan the FAQ is for.
uint64 NoThe unique FAQ identifier.
https://api.steampowered.com/IClanFAQSService/FetchLocalizationFromCrowdIn/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 No
uint32 No
fixed64 No
UNDOCUMENTEDPOSTGetAllDrafts
https://api.steampowered.com/IClanFAQSService/GetAllDrafts/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe clan the FAQ is for.
uint64 NoThe unique FAQ identifier.
UNDOCUMENTEDPOSTGetAllFAQsForClan
https://api.steampowered.com/IClanFAQSService/GetAllFAQsForClan/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe clan.
https://api.steampowered.com/IClanFAQSService/GetAllLatestVersionPublishedFAQS/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe clan.
uint64 NoThe unique FAQ identifier.
UNDOCUMENTEDPOSTGetCrowdInMetadata
https://api.steampowered.com/IClanFAQSService/GetCrowdInMetadata/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 No
fixed64 No
UNDOCUMENTEDGetFAQ
https://api.steampowered.com/IClanFAQSService/GetFAQ/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe unique FAQ identifier.
uint32 NoELanguage to fetch. Falls back to English or SC, based on realm.
UNDOCUMENTEDPOSTGetFAQVersion
https://api.steampowered.com/IClanFAQSService/GetFAQVersion/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe clan the FAQ is for.
uint64 NoThe unique FAQ identifier.
uint32 NoELanguage to fetch. Falls back to English or SC, based on realm.
uint64 NoVersion number for this FAQ, counting up, or zero (0) for the current draft.
UNDOCUMENTEDPOSTPreviewDraft
https://api.steampowered.com/IClanFAQSService/PreviewDraft/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe clan the FAQ is for.
uint64 NoThe unique FAQ identifier.
uint32 NoELanguage to fetch.
UNDOCUMENTEDPOSTPublishDraft
https://api.steampowered.com/IClanFAQSService/PublishDraft/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe clan the FAQ is for.
uint64 NoThe unique FAQ identifier.
ELanguage[] NoELanguages to publish
UNDOCUMENTEDSearchFAQs
https://api.steampowered.com/IClanFAQSService/SearchFAQs/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
string NoThe text that we will use to search name/content in solr
int32[] NoList of Elanguages to return resultsin, in order of priority
int32 NoNumber of results to return for this page
string NoOptional cursor if you are paging through results
uint32[] NoList of clanids to limit search to
UNDOCUMENTEDPOSTSetVisibility
https://api.steampowered.com/IClanFAQSService/SetVisibility/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe clan the FAQ is for.
uint64 NoThe unique FAQ identifier.
bool Notrue to show, false to hide.
bool Notrue to show, false to hide.
UNDOCUMENTEDPOSTUpdateDraft
https://api.steampowered.com/IClanFAQSService/UpdateDraft/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe clan the FAQ is for.
uint64 NoThe unique FAQ identifier.
ELanguage NoELanguage
string NoPresumably BBCode
string NoHuman-readable name, for page title.
UNDOCUMENTEDPOSTUpdateInternalName
https://api.steampowered.com/IClanFAQSService/UpdateInternalName/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe clan the FAQ is for.
uint64 NoThe new FAQ's unique identifier.
string NoHuman-readable name, for editor use only.
UNDOCUMENTEDPOSTUpdateJsonData
https://api.steampowered.com/IClanFAQSService/UpdateJsonData/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoThe clan the FAQ is for.
uint64 NoThe new FAQ's unique identifier.
string Noextra metadata, like legacy KB data.