Strapi 5 Documentation
Build anything
with Strapi.
The open-source headless CMS with instant APIs, full extensibility, and AI built in.
Powerful Features
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
}
}
}Extend & Customize