📘 API Documentation
{
id: int,
slug: string,
title: string,
content: string
}
{
id: int,
name: string,
price: float
}
{
id: int,
slug: string,
title: string,
body: string
}
These endpoints return JSON data suitable for frontend or API clients.
Use these endpoints with fetch()/curl or your custom JavaScript/XHR.