GET get-latest-news/{number}/{category}

GET Required methods
Auth
Level 1
Description : Get latest news with fields.
Arguments :
NameTypeDescription
numberintThe number of news. (Min 5, max 10)
categorystringNews category slug. (Identification in the URL) (site, romhacks, translations, ...)

Methods : GET

Response :
NameTypeDescription
newsarrayArray of entry fields below
- idintCurrent News ID
- titlestringCurrent News Title
- categorystringCurrent News Category slug
- linkstringCurrent News Permalink
- contentstringCurrent News Content
- user_idintCurrent News User ID who writes the entry
- user_namestringCurrent News User Name who writes the entry
- thumbnailstringCurrent News Thumbnail URL
- plaza_project_pagestringCurrent News Plaza Project Page
- external_linkstringCurrent News External Link
- gallerystring[]|boolArray of URLs from the gallery content of this news.
 


Write your reply...
Back
Top