Reference
News API
Endpoints under /api/news, from the com_news API controllers. Authenticate with an OAuth bearer token or a session cookie; see the developers book for the API basics.
| Method | Endpoint | Purpose |
|---|---|---|
GET |
/news/list |
Displays a list of articles |
GET /news/list
Displays a list of articles
API version 1.0, task list in articlesv1_0.php.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit |
integer | no | 25 | Number of result to return. |
section |
string | no | news | A section to filter on. |
category |
string | no | latest | A category to filter on. |
Generated from the source tree.