Mobile Legends
Mobile Legends game kikir dari munton
Endpoint
GET
/mlbb
Required Fields
Name
Value
id
string
zone
string
Example Request
Example Response
{
"game": "Mobile Legends: Bang Bang",
"account": {
"ign": "Erikaaaa",
"id": "469123581",
"zone": "2418"
}
}
Type
buat kalian yang pakek TypeScript
Query Params
type Query = {
id: string;
zone: string;
};
Response
type Response = {
game: string;
account: {
ign: string;
id: string;
zone: string;
};
};
Last updated
Was this helpful?