Description : Get latest news with fields.
Arguments :
Methods : GET
Response :
Arguments :
| Name | Type | Description |
|---|---|---|
| number | int | The number of news. (Min 5, max 10) |
| category | string | News category slug. (Identification in the URL) (site, romhacks, translations, ...) |
Methods : GET
Response :
| Name | Type | Description |
|---|---|---|
| news | array | Array of entry fields below |
| - id | int | Current News ID |
| - title | string | Current News Title |
| - category | string | Current News Category slug |
| - link | string | Current News Permalink |
| - content | string | Current News Content |
| - user_id | int | Current News User ID who writes the entry |
| - user_name | string | Current News User Name who writes the entry |
| - thumbnail | string | Current News Thumbnail URL |
| - plaza_project_page | string | Current News Plaza Project Page |
| - external_link | string | Current News External Link |
| - gallery | string[]|bool | Array of URLs from the gallery content of this news. |