Description : Get info about an entry.
Arguments :
Methods : GET
Response :
If the field doesn't exist on this entry, it will be replaced by a False (bool).
Arguments :
Name | Type | Description |
---|---|---|
id | int | The Entry ID |
Methods : GET
Response :
If the field doesn't exist on this entry, it will be replaced by a False (bool).
Name | Type | Description |
---|---|---|
title | string | Entry title (At the top of the entry page) |
type | string | Entry type (romhacks, translations, homebrew, utilities, ...) |
date | string | Formatted date |
content | string | Entry description |
thumbnail | string | The main image URL |
user_id | int | User ID from who writes the entry |
user_name | string | User Name from who writes the entry |
another_title | string|bool | The another title (The title on the grid entry) |
game_id | int|bool | Current game ID |
game_name | string|bool | Current game name |
platform_id | int|bool | Current platform ID |
platform_name | string|bool | Current platform name |
genre_id | int|bool | Current genre ID |
genre_name | string|bool | Current genre name |
author_id | int[]|bool | Array of Author IDs |
author_name | string[]|bool | Array of Author names |
language_id | int[]|bool | Array of Language IDs |
language_name | string[]|bool | Array of Language names |
status | string|bool | Status of the romhack (Complete, Unfinished, ...) |
version | string|bool | Current version |
last_updated | string|bool | Release date |
hashes | string|bool | Textarea with all hashes and filename |
gallery | string[]|bool | Array of URLs in the gallery |
credits | string|bool | Textarea for the credits |
external_link | string|bool | URL of external link / project site |
youtube_video | string|bool | URL of youtube example video |
modifications | string[]|bool | Array of hack / LUA Modifications |
category | string|string[]|bool | Single category (Tutorials, News) or array of categories (Utilities, Documents, LUA Scripts) |
os | string[]|bool | Array of OS (Utilities) |
experience_level | string|bool | Experience Level for Tutorials, Documents and Utilities |
summary | string|bool | Summary for a tutorial |
plaza_project_page | string|bool | Plaza link to the project page (News) |