GET /listmaps
Returns the list of maps published filtered and sorted after the request query.
Parameters (setting none will send all of them):
- search: The main search query, will match Name, Description or either, depending on the next parameter:
- searchscope: Either all, name or desc
- mp: Either "-1" for only singleplayer, "0" for both or "1" for only multiplayer
-
mcv: Filter after Minecraft Version, regex based:
1.16 and 1.16.* will match all maps in all subversions of 1.16,
1.16.2 will only match 1.16.2 - category: Categories to allow to appear in the filter, seperated by commas
-
sort: The aspect to sort after, allowed values:
feat (featured order)
rating_i / rating_d (worst / best rating)
age_i / age_d (oldest / newest)
name_i / name_d (A-Z / Z-A)
- fulldata: Include this parameter to recieve the full data for each map, otherwise only mapcodes
GET /getmap
Returns a single map's data based on the map id given in the query.
Parameters (setting none will throw an error):
- id: The map id to be looked up, can be found in /listmaps
GET /mapcomments
Returns the comments for a map based on the map id given in the query.
Parameters (setting none will throw an error):
- id: The map id to be looked up, can be found in /listmaps
GET /questions
Returns all questions with their answers.
No Parameters for this endpoint.
More stuff coming soon...