Known API Docs
DECEMBER 24 2023 MASSIVE UPDATE! (API methods for comments and votes coming soon, once more testing is done on them)
Load submission by type and slug
GET https://api.mcpedl.com/api/load-submission-by-type-and-slug
get submission
Query Parameters
slug*
String
The slug (example: scripts, addons, maps, shaders)
page
Integer
The page number
type*
String
The type of content, category is the only one with a known use
per_page
Integer
The amount of submissions per page
GET https://api.mcpedl.com/api/route/slug/:slug
Path Parameters
slug*
Submission Slug
POST https://api.mcpedl.com/api/auth/login
(NOTE: This requires a captcha in the website, but has no backend verification. So you do not need any captchas to use this.)
Request Body
identifier*
String
email/username of the account
password*
String
password of the account
POST https://api.mcpedl.com/api/auth/register
(NOTE: This requires a captcha in the website, but has no backend verification. So you do not need any captchas to use this.)
Request Body
username*
String
the username of the account
email*
String
the email of the account
password*
String
the password of the account
password_confirmation*
String
the password confirmation, should always equal password
terms*
Boolean
should always be set to true
age*
Boolean
should always be set to true
GET https://api.mcpedl.com/api/registerValidation
Query Parameters
String
the email to be validated
password
String
the password to be validated
username
String
the username to be validated
Last updated