Strapi 5 文档
使用 Strapi
构建任何东西。
开源无头的 CMS,带有即时 API、完全可扩展性、以及内置 AI。
强大的功能
API Explorer
GET/api/restaurants?populate=*
200 OK23ms
{
"data": [
{
"id": 1,
"documentId": "a1b2c3d4e5f6g7h8i9j0klm",
"name": "Biscotte Restaurant",
"description": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"text": "A cozy place for brunch lovers."
}
]
}
],
"createdAt": "2026-01-15T09: 00: 00.000Z",
"updatedAt": "2026-03-20T14: 22: 00.000Z",
"publishedAt": "2026-01-15T09: 05: 00.000Z",
"locale": "en"
}
],
"meta": {
"pagination": {
"page": 1,
"pageSize": 25,
"pageCount": 1,
"total": 1
}
}
}扩展与自定义