Core / List / Section

Returns submission or entity IDs by section.

GET api.gamebanana.com/Core/List/Section?itemtype=...&sort=...&direction=...&page=...

Parameters

itemtype string
Type of submission or entity (see Core/List/Section/AllowedItemTypes).
sort string
Field to sort by (see Core/List/Section/AllowedSorts).
direction string
asc - Sort ascending.
desc or if parameter omitted - Sort descending.
page int
Result page.
filter string Optional
Field to filter by (see Core/List/Section/AllowedFilters).
filterval mixed Optional
Filter value
filterop string Optional
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