raw

Find and get script data

Search and return the list of matching scripts.

  • query: search query https://groonga.org/docs/reference/grn_expr/query_syntax.html. (Queries starting with column: are not supported).
  • scriptFileName: The script name should contain this string.
  • rawScript: Search raw script instead of only dialogue
  • warId: War ID of the quest that with the script. For example: 30001 string for LB1 scripts or 9401 for interlude scripts.
get/raw/{region}/script/search

Path parameters

region'JP' | 'NA' | 'CN' | 'KR' | 'TW' required

Region Enum

Query parameters

querystring required
scriptFileNamestring nullable
rawScriptboolean nullable
warIdinteger[]
limitinteger nullable

Response

Script Search Result

scriptIdstring required
scorenumber required
snippetsstring[] required

Changes

No recorded changes to this endpoint across all 1 revision of this API.