Search results

  1. Benjamin

    Romhack Plaza Public API - How to use it and questions

    If you'd like to link to Romhack Plaza on your various platforms, we've set up a public API. This allows you to retrieve information about an entry, an author, a user, etc., as well as download links. It can also be used to obtain entries in relation to the CRC32 / SHA-1 of the ROM, useful for...
  2. Benjamin

    GET get-entry-by-crc32-sha1/{hash}

    Description : Get a list of Entry IDs which matches with a provided CRC32 or SHA-1. Arguments : NameTypeDescription hashstringA CRC32 or SHA-1 hash. Methods : GET Response : NameTypeDescription entriesint[]List of Entry IDs which matches with the current hash
  3. Benjamin

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

    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...
  4. Benjamin

    GET get-last-entries-by-type/{number}/{entry-type}

    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...
  5. Benjamin

    GET get-downloads/{entry-id}

    Description : Get downloads and patcher links from an entry Arguments : NameTypeDescription entry-idintThe Entry ID Methods : GET Response : NameTypeDescription online_patcherboolTrue if online patcher is enabled on the entry, false otherwise. downloadsarray[]|nullArray of...
  6. Benjamin

    GET get-game-info/{id-or-name}

    Description : Get info about a game Arguments : NameTypeDescription id-or-nameint|stringThe name/slug of the game or the ID Methods : GET Response : NameTypeDescription game_idintThe game ID game_namestringGame name game_slugstringGame Slug (Identification in the URL)...
  7. Benjamin

    GET get-user-info/{id-or-name}

    Description : Get info about an user Arguments : NameTypeDescription id-or-nameint|stringThe slug of the user or the ID Methods : GET Response : NameTypeDescription user_idintThe User ID user_namestringThe user name user_descriptionstringUser description user_slugstringThe user...
  8. Benjamin

    GET get-entry-info/{id}

    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)...
  9. Benjamin

    GET get-author-info/{id-or-name}

    Description : Get info about an author (Author field in an entry) Arguments : NameTypeDescription id-or-nameint|stringThe name/slug of the author or the ID Methods : GET Response : NameTypeDescription author_idintThe Author ID author_namestringAuthor Username...
  10. Benjamin

    GET available/

    Description : Check if you can access to the API and verify your Level. Arguments : None Methods : GET Response : NameTypeDescription level_1boolCheck if the current user have Level 1 for API level_2bool Check if the current user have Level 2 for API level_3bool Check if the current...
  11. Benjamin

    Dolphin 5.0 Triforce

    For not losing that link and this version. The old Dolphin Triforce have been reworked in 2023 by Crediar to be functionnal with the 5.0 Dolphin version. Main Triforce games (MKAGP1&2, F-Zero GX, Virtua Striker) are fully functionnal on this version. Don't forget to change your controller and...
  12. Benjamin

    Changelogs

    10 May 2025 : - Fixed outdated PHP-ZIP on Eurydice server. 6 May 2025 : - Fixed a problem with XF and WP link. Threads for comments doesn't created. 11 April 2025 : - Fix notification PHP stripslashes function.
  13. Benjamin

    Rules for Speedrun submissions

    To submit a speedrun, you need to create your own topic: - Your Romhack Plaza username. - The romhack concerned. - The category. - Time achieved. - Video link. After sending your record, your proposal will be checked and integrated into the site if legit.
  14. Benjamin

    Some dark theme colors fixed

    Hello, I changed some of the colors in the dark theme that didn't quite fit. Please let me know if there are any areas I've forgotten.
  15. Benjamin

    New PHPBB Forum

    A lot of complaints have been made about the use of Flarum, so we've decided to switch to PhpBB. Unfortunately, messages can't be transferred automatically. You'll have to rewrite your topics manually... We leave this backup available so that you can retrieve your topics. To login, you can use...
Back
Top