Search results
-
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...- Benjamin
- Thread
- Replies: 0
- Forum: API Documentation
-
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...- Benjamin
- Thread
- Replies: 0
- Forum: API Documentation
-
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. -
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. -
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. -
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. -
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. -
GET getGamesSearch (/games/search/{name})
Get a list of games by name registred on the website, limited to 50. Need metadata:read scope. -
GET getGame (/games/{game})
Get information about a specific game. Need metadata:read scope. -
GET getAuthorsSearch (/authors/search/{name})
Get a list of authors by name registred on the website, limited to 50. Need metadata:read scope. -
GET getAuthor (/authors/{author})
Get information about a specific author. Need metadata:read scope. -
GET getCategories (/categories)
Get all categories registred on the website. Need metadata:read scope. -
GET getCategory (/categories/{category})
Get information about a specific category. Need metadata:read scope. -
GET getGenres (/genres)
Get all genres registred on the website. Need metadata:read scope. -
GET getGenre (/genres/{genre})
Get information about a specific genre. Need metadata:read scope. -
GET getLevels (/levels)
Get all levels registred on the website. Need metadata:read scope. -
GET getLevel (/levels/{level})
Get information about a specific level. Need metadata:read scope. -
GET getModifications (/modifications)
Get all modifications registred on the website. Need metadata:read scope. -
GET getModification (/modifications/{modification})
Get information about a specific modification. Need metadata:read scope.