Difference between pages "Mega Man Maker API" and "File:Screwbomberofficial.webp"

From MegaManMaker Wiki
(Difference between pages)
Jump to navigation Jump to search
(Created page with "The '''Mega Maker API''' is a backend REST end point to allow people to write their own queries to get data from the Official Mega Man Maker Server. Below is a list of public...")
 
 
Line 1: Line 1:
The '''Mega Maker API''' is a backend REST end point to allow people to write their own queries to get data from the Official Mega Man Maker Server.
Below is a list of publically accessible routes.
<br/>
===Get Random Level(s)===
'''GET:''' https://api.megamanmaker.com/level/sample
{| class="wikitable"
|-
! Param !! Data Type !! Required
|-
| size || Number (1-10) || false
|-
|}


===Get Level by ID===
'''GET:''' https://api.megamanmaker.com/level/{<id}
{| class="wikitable"
|-
! No Params
|-
|}
===Download a level===
'''GET:''' https://api.megamanmaker.com/level/download/{id}
{| class="wikitable"
|-
! No Params
|-
|}
===Get User Stats===
'''GET:''' https://api.megamanmaker.com/level/user/{user-id}
{| class="wikitable"
|-
! No Params
|-
|}
===Search for a level===
'''GET:''' https://api.megamanmaker.com/level/search
{| class="wikitable"
|-
! Param !! Data Type !! Required
|-
| size || Number (1-10) || false
|-
| search || String || false
|-
| size || Number (1-10) || false
|-
|}
===Get User Deaths===
'''GET:''' https://api.megamanmaker.com/user/deaths/{user-id}
{| class="wikitable"
|-
! No Params
|-
|}

Revision as of 20:13, 3 July 2022