Documents
parameters
parameters
Type
External
Status
Published
Created
Mar 5, 2026
Updated
Mar 18, 2026
Updated by
Dosu Bot

REST API parameters#

API parameters can be used with the REST API to filter, sort, and paginate results and to select fields and relations to populate. Additionally, specific parameters related to optional Strapi features can be used, like the publication state and locale of a content-type.

The following API parameters are available:

OperatorTypeDescription
filtersObjectFilter the response
localeStringSelect a locale
statusStringSelect the Draft & Publish status
populateString or ObjectPopulate relations, components, or dynamic zones
fieldsArraySelect only specific fields to display
sortString or ArraySort the response
paginationObjectPage through entries

Query parameters use the (i.e. they are encoded using square brackets []).