-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
55 lines (50 loc) · 3.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<title>MXAPI-Achu biju</title>
<meta charset="utf-8">
<link rel="icon" href="https://www.flaticon.com/svg/static/icons/svg/732/732137.svg" type="image/svg" sizes="16x16">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Average+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<title>MxPlayer Unofficial Rest API</title>
</head>
<body>
<nav class="navbar navbar-dark" style="background-color: #1acaff;">
<div class="container">
<a class="navbar-brand" href="#" style="font-family: 'Fredoka One', cursive;"> <img
src="https://androroot.net/wp-content/uploads/2019/08/Mx-Player-Apk-Download.png" alt="" width="30"
height="30" class="d-inline-block align-top" /> MxPlayer Unofficial Rest API</a>
</div>
</nav>
<div class="container mt-4 justify-content-center text-justified ">
<h2 class="container"
style="font-size: 3.5rem; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">
Welcome to MxPlayer Unofficial Rest API (►)</h2>
<h3 class="container pt-2"
style="font-family: 'Average Sans', sans-serif;font-size: 2rem;color: darkslategray;"><b>!! Alert,
educational purpose only !!!</b><br></h3>
<h5 class="container pt-2" style="font-size: 2rem;color: grey;">Use the following path to use API </h5>
<div class="container mt-4 text-justified" style="font-family: 'Average Sans', sans-serif; font-size: 1.5rem;">
<b>To get detail : https://mx-player-rest-api.vercel.app/detail</b> with Query parameters as follow
<li>type - movie or episode</li>
<li>url - url of the content</li>
</div>
<h5 class="container pt-4" style="font-size: 2rem;color: grey;">Example </h5>
<code>https://mx-player-rest-api.vercel.app/detail?type=movie&url=https://www.mxplayer.in/movie/watch-sarrainodu-hindi-dubbed-movie-online-eb9777220b6c9e6318a230e6e768b3fd</code>
<h5 class="container pt-4" style="font-size: 2rem;color: grey;">Response </h5>
<img src="https://i.ibb.co/XxVn3WC/carbon.png" class="img-fluid" alt="Responsive image">
</div>
</div>
<div class="container-xl alert alert-success mt-5">
Made by <strong>Achu biju </strong>|| Visit <a href="https://github.com/Yeagerist-Music-Streamer-Bot-V3/YuiHirasawaMusicBot">Github</a> for more
projects.
</div>
</body>
</html>