Core / Item / IdentifyById

Returns true if the item is found, or false if not found.

GET api.gamebanana.com/Core/Item/IdentifyById?itemtype=...&itemid=...

Parameters

itemtype string
Type of submission or entity (see Core/Item/Data/AllowedItemTypes).
itemid int
ID of the itemtype.
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)

Multicall Enabled - Make each parameter an array to perform multiple calls in a single request.

Examples

Multicall Examples

Error Examples