Reply to thread

Description : Get a list of last entries posted by entry type.

Arguments :

NameTypeDescription
numberintNumber of entries. Min : 5, Max : 50
entry-typestringNot mandatory. Specific type of entry (romhacks, translations, homebrew, utilities, documents, lua-scripts, tutorials). If not provided, each entry types.


Methods : GET


Response :

NameTypeDescription
entriesarray[]Array of fields for each entry of the query with the fields below
- idintCurrent entry ID
- titlestringCurrent entry title
- user_idintUser ID who writes the current entry
- user_namestringUser Name who writes the current entry
- thumbnailstringCurrent entry Thumbnail URL


Back
Top