Core / List / Like

Returns submissions or entities matching the start of a field.

GET api.gamebanana.com/Core/List/Like?itemtype=...&field=...&match=...

Parameters

itemtype string
Type of submission or entity (see Core/List/Like/AllowedItemTypes).
field string
Field to match (see Core/List/Like/AllowedFields).
match string
Start of the field value (minimum 2 chars).
format string Optional
json or if parameter omitted - Return prettified JSON
json_min - Return minified JSON
xml - Return XML
php_serialized - Return PHP serialize()'d data
flags string Optional
Comma delimited flags.
JSON_UNESCAPED_SLASHES - Don't escape / (applies to JSON responses only)

Examples

Error Examples