Description : Get a list of last entries posted by entry type.
Arguments :
Methods : GET
Response :
Arguments :
| Name | Type | Description |
|---|---|---|
| number | int | Number of entries. Min : 5, Max : 50 |
| entry-type | string | Not mandatory. Specific type of entry (romhacks, translations, homebrew, utilities, documents, lua-scripts, tutorials). If not provided, each entry types. |
Methods : GET
Response :
| Name | Type | Description |
|---|---|---|
| entries | array[] | Array of fields for each entry of the query with the fields below |
| - id | int | Current entry ID |
| - title | string | Current entry title |
| - user_id | int | User ID who writes the current entry |
| - user_name | string | User Name who writes the current entry |
| - thumbnail | string | Current entry Thumbnail URL |