Search results

  1. Benjamin

    How to Webhooks usage

    Romhack Plaza's webhooks let you stay up to date in real time on new content and updates to entries on the site. This can be useful for your personal website or your projects. How do I sign up for this service? First, you must have an account on the site. Next, in the Settings menu on the top...
  2. Benjamin

    How to API Usage

    The Romhack Plaza API allows you to retrieve information about entries, news, and metadata to include in your projects. How do I create an API key? First, you need to have an account on the site. Then, click the “Settings” button in the top bar and select “API Keys.” You’ll then be taken to...
  3. Benjamin

    GET getNewsSearch (/news/search)

    Get a list of news with specified criteria. 30 entries per page with a pagination system. Need news:read scope, and all news need to be published.
  4. Benjamin

    GET getNews (/news/{news})

    Get information about a specific news. Need news:read scope, and the associated user must be capable to view this news.
  5. Benjamin

    GET getEntriesSearch (/entries/search)

    Get a list of entries with specified criteria. 30 entries per page with a pagination system. Need entries:read scope, and all entries need to be published.
  6. Benjamin

    GET getEntryFiles (/entries/{entry}/download)

    Get downloads links of a specific entry. Need entries:read scope, and the associated user must be capable to view this entry.
  7. Benjamin

    GET getEntry (/entries/{entry})

    Get information about a specific entry. Need entries:read scope, and the associated user must be capable to view this entry.
  8. Benjamin

    GET Me (/me)

    Get info about your API Key.
  9. Benjamin

    GET getGamesSearch (/games/search/{name})

    Get a list of games by name registred on the website, limited to 50. Need metadata:read scope.
  10. Benjamin

    GET getGame (/games/{game})

    Get information about a specific game. Need metadata:read scope.
  11. Benjamin

    GET getAuthorsSearch (/authors/search/{name})

    Get a list of authors by name registred on the website, limited to 50. Need metadata:read scope.
  12. Benjamin

    GET getAuthor (/authors/{author})

    Get information about a specific author. Need metadata:read scope.
  13. Benjamin

    GET getCategories (/categories)

    Get all categories registred on the website. Need metadata:read scope.
  14. Benjamin

    GET getCategory (/categories/{category})

    Get information about a specific category. Need metadata:read scope.
  15. Benjamin

    GET getGenres (/genres)

    Get all genres registred on the website. Need metadata:read scope.
  16. Benjamin

    GET getGenre (/genres/{genre})

    Get information about a specific genre. Need metadata:read scope.
  17. Benjamin

    GET getLevels (/levels)

    Get all levels registred on the website. Need metadata:read scope.
  18. Benjamin

    GET getLevel (/levels/{level})

    Get information about a specific level. Need metadata:read scope.
  19. Benjamin

    GET getModifications (/modifications)

    Get all modifications registred on the website. Need metadata:read scope.
  20. Benjamin

    GET getModification (/modifications/{modification})

    Get information about a specific modification. Need metadata:read scope.
Back
Top