GET get-entry-info/{id}

GET Required methods
Auth
Level 1
Description : Get info about an entry.
Arguments :
NameTypeDescription
idintThe Entry ID

Methods : GET

Response :
If the field doesn't exist on this entry, it will be replaced by a False (bool).

NameTypeDescription
titlestringEntry title (At the top of the entry page)
typestringEntry type (romhacks, translations, homebrew, utilities, ...)
datestringFormatted date
contentstringEntry description
thumbnailstringThe main image URL
user_idintUser ID from who writes the entry
user_namestringUser Name from who writes the entry
another_titlestring|boolThe another title (The title on the grid entry)
game_idint|boolCurrent game ID
game_namestring|boolCurrent game name
platform_idint|boolCurrent platform ID
platform_namestring|boolCurrent platform name
genre_idint|boolCurrent genre ID
genre_namestring|boolCurrent genre name
author_idint[]|boolArray of Author IDs
author_namestring[]|boolArray of Author names
language_idint[]|boolArray of Language IDs
language_namestring[]|boolArray of Language names
statusstring|boolStatus of the romhack (Complete, Unfinished, ...)
versionstring|boolCurrent version
last_updatedstring|boolRelease date
hashesstring|boolTextarea with all hashes and filename
gallerystring[]|boolArray of URLs in the gallery
creditsstring|boolTextarea for the credits
external_linkstring|boolURL of external link / project site
youtube_videostring|boolURL of youtube example video
modificationsstring[]|boolArray of hack / LUA Modifications
categorystring|string[]|boolSingle category (Tutorials, News) or array of categories (Utilities, Documents, LUA Scripts)
osstring[]|boolArray of OS (Utilities)
experience_levelstring|boolExperience Level for Tutorials, Documents and Utilities
summarystring|boolSummary for a tutorial
plaza_project_pagestring|boolPlaza link to the project page (News)
 


Write your reply...
Back
Top