API calls configuration
Strapi's default API parameters can be configured.
Strapi's default API parameters can be configured.
All elements of Strapi's back end, like routes, policies, middlewares, controllers, services, models, requests, responses, and webhooks, can be customized.
Strapi 5 の Content API について説明します
Controllers bundle actions that handle business logic for each route within Strapi’s MVC pattern. This documentation demonstrates generating controllers, extending core ones with createCoreController, and delegating heavy logic to services.
Learn how to authenticate use custom services and controllers using our FoodAdvisor example
With Strapi's error handling feature it's easy to send and receive errors in your application.
Strapi の REST API でリクエスト結果をフィルターします。
カスタムコントローラーと populate で `createdBy` や `updatedBy` を返す方法です。
querystring ライブラリを使ったインタラクティブツールでクエリ URL を組み立てます。
Internationalization を REST で使うための `locale` パラメータのリファレンスです。
In Strapi 5, it's no longer possible to get all localized versions with the '?locale=all' parameter.
Middlewares alter the request or response flow at application or API levels. This documentation distinguishes global versus route middlewares and illustrates custom implementations with generation patterns.
Strapi models (i.e. content-types, components, and dynamic zones) define a representation of the content structure.
In Strapi 5, the shared population strategy is not supported anymore, so components and dynamic zones must be explicitly populated using `on` fragments.
Strapi の REST API クエリを API パラメータで絞り込みます。
Strapi policies are functions that execute specific logic on each request before it reaches the controller. Policies can be customized according to your needs.
Strapi の REST API でフィールドをポピュレートしたり、表示フィールドを絞り込んだりします。
REST API でリレーションの順序を管理します。
Learn more about requests and responses for Strapi, the most popular headless CMS.
REST API の特定トピックを、ユースケースの詳細説明や手順付きガイドで掘り下げます。
Strapi がコンテンツタイプ用に生成する REST API エンドポイントでコンテンツにアクセスします。
Strapi routes handle requests to your content and are auto-generated for your content-types. Routes can be customized according to your needs.
Strapi services are a set of reusable functions, useful to simplify controllers logic.
Strapi の REST API でデータをソートまたはページネーションします。
Strapi の REST API でドキュメントの下書き版または公開版を扱います。
In Strapi 5, the response format has been simplified and flattened, and attributes of requested content are no longer wrapped in an attributes object.
ポピュレートの意味と、REST API クエリで populate パラメータを使ってレスポンスにフィールドを追加する方法です。
REST API の `/api/upload` エンドポイントで Strapi にファイルをアップロードする方法です。
Strapi webhooks are user-defined HTTP callbacks used by an application to notify other applications that an event occurred.