Skip to content

PRINCE-LKTEAM/Free-Fire-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Free-Fire-API

πŸ”₯ LK β†’ TEAM | Free Fire API Suite (OB49) πŸ”₯

Welcome to the LK β†’ TEAM Free Fire API Collection, a powerful suite of endpoints built for Free Fire players, modders, and developers.
Includes player stats, bio editing, nickname search, ban checking, JWT/token management, and more.

πŸ”„ Release: OB49 | 🟒 API Status: Online & Stable


πŸ“Š Player Info API

Endpoint:

https://info-ob49.vercel.app/api/account/?uid={uid}&region={region}

Example:

https://info-ob49.vercel.app/api/account/?uid=12345678&region=sg

Response:

{
  "basicInfo": {
    "accountId": "12345678",
    "nickname": "FB:γ…€@GMRemyX",
    "region": "SG",
    "level": 67,
    ...
  },
  "profileInfo": {
    "avatarId": 102000007,
    "equipedSkills": [204034042, 211037076, ...]
  },
  "clanBasicInfo": {
    "clanId": "60893361",
    "clanName": "MᴜᴍᴍʏEα΄ α΄€Tᴇᴀᴍ",
    ...
  },
  "captainBasicInfo": { ... },
  "petInfo": {
    "name": "SiNo",
    "level": 7,
    ...
  },
  "socialInfo": {
    "signature": "FB & YT GM Remy | TikTok :gmremyx | IG GM Remy"
  },
  "diamondCostRes": {
    "diamondCost": 390
  },
  "creditScoreInfo": {
    "creditScore": 100
  }
}

πŸ›‘ Ban Check API

Endpoint:

https://lkteam-bancheck.deno.dev/checkban?uid={uid}

Response:

{
  "uid": "12345678",
  "nickname": "FB:γ…€@GMRemyX",
  "region": "SG",
  "banned": false,
  "ban_message": "Not banned",
  "ban_period_months": 0
}

πŸ” Get Access Token

Endpoint:

https://grant-access-token.deno.dev/get_token?uid={guest_uid}&password={guest_password}

πŸ›‘οΈ Get JWT Token

Endpoint:

https://jwt-gen-api-v2.onrender.com/token?uid={guest_uid}&password={guest_password}

✏️ Change Bio API

Endpoint:

https://change-bio-api-lkteam.onrender.com/changebio?uid={uid}&password={password}&newbio={bio}&region={region}

Example:

https://change-bio-api-lkteam.onrender.com/changebio?uid=123&password=pass&newbio=[FF0000]LK[00FF00]TEAM&region=SG

πŸ‘₯ Send 100 Friend Requests

Endpoint:

https://spam-fr-lk-team.vercel.app/send_requests?uid={uid}

πŸ” Search by Nickname API

Endpoint:

https://searchbynicknameapi.onrender.com/search?name={nickname}

Example:

https://searchbynicknameapi.onrender.com/search?name=xLK-TEAM-1

Response:

{
  "result": [
    {
      "account_id": 12534439716,
      "nickname": "xLK-TEAM-1",
      "region": "NA",
      "level": 2
    },
    ...
  ]
}

πŸ” Nickname Change API

Endpoint:

https://nickname-change-lkteam-dbww.onrender.com/change_nickname?jwt={jwt_token}&newname={new_name}

Response:

{
  "account_id": 12496426251,
  "level": 2,
  "new_name": "LK-HYUN1",
  "old_name": "Room2T1F8Q9",
  "region": "TW",
  "status_code": 200
}

πŸ”₯ Likes API (V3)

Endpoint:

https://likes-api-lkteam-v3.onrender.com/like?uid={uid}&region={region}&count={count}

Response:

{
  "failed_likes": 0,
  "level": 20,
  "likes_added": 97,
  "likes_after": 2686,
  "likes_before": 2589,
  "name": "Princeβ΄β…βΈβ…š",
  "region": "US",
  "uid": "9067719977"
}

πŸ€– AI Ask API

Endpoint:

https://princeaiapi.vercel.app/prince/api/v1/ask?key=prince&ask={question}

πŸ‘οΈ Deep Search API

Endpoint:

https://lkai-deepsearch.deno.dev/deepsearch?q={query}&results={1-10}

πŸš€ Visits API

Endpoint:

https://lki-visits-api.deno.dev/{uid}

βœ… Supported Regions

[ME, SG, BD, TH, VN, US, BR, SAC, NA]

❌ Unsupported Regions

[IND]

🧠 Project by LK β†’ TEAM
🎯 Focused on innovation, tools & automation for Free Fire community
πŸ“© Contact: Telegram @lkteamm | Discord: Coming soon...

About

Free Fire Free API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published