Change Updates

Do not miss any Free Fire API changes, ever again

Subscribe to the Free Fire API changelog to be up to date on recent changes.

RSS

7 days ago

main
2.0
Compare

API structure has changed

Next change
7 structure changes including:
6 Breaking changes
1 Addition
6 Modifications
Modified 6 Breaking
GET /bancheck
  • Path went from /api/v1/bancheck to /bancheck (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • msg property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 500 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Header
  • key header Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • x-api-key header Added
  • Authentication
  • Api key auth authentication method Added
GET /craftland
  • Path went from /api/v1/craftland to /craftland (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • map_info property Modified
        • createAt, description, lastUpdateAt, liked, map_name, maxPlayTime, minPlayTime, nickname, popularity, subscriptions, thumbnail_link, uid properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 500 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Header
  • key header Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • x-api-key header Added
  • Authentication
  • Api key auth authentication method Added
GET /image
  • Path went from /api/v1/image to /image (same operationId)
    Breaking
  • Response
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 500 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Header
  • key header Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • x-api-key header Added
  • Authentication
  • Api key auth authentication method Added
GET /info
  • Path went from /api/v1/info to /info (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • basicInfo property Modified
        • accountId, nickname, level, exp, rank, maxRank, rankingPoints, csRank, csMaxRank, csRankingPoints, liked, badgeId, badgeCnt, bannerId, title, headPic, region, createAt, lastLoginAt, seasonId, releaseVersion properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • clanBasicInfo property Modified
        • clanId, clanName, captainId, clanLevel, memberNum, capacity properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • petInfo property Modified
        • id, level, exp, isSelected, selectedSkillId, skinId properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • creditScoreInfo property Modified
        • creditScore, rewardState, rewardType properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • captainBasicInfo, profileInfo, socialInfo properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 403 response Added
  • Header
  • key header Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • x-api-key header Added
  • Authentication
  • Api key auth authentication method Added
GET /stats
  • Path went from /api/v1/stats to /stats (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • brCareer_solo property Modified
        • eliminations, games, wins, stats properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • brCareer_duo property Modified
        • eliminations, games, wins, stats properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • brCareer_squad property Modified
        • eliminations, games, wins, stats properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
  • 403 response Added
  • Header
  • key header Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • x-api-key header Added
  • Authentication
  • Api key auth authentication method Added
GET /wishlist
  • Path went from /api/v1/wishlist to /wishlist (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • wishlist_items property Modified
        • object property Modified
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 500 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Header
  • key header Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • x-api-key header Added
  • Authentication
  • Api key auth authentication method Added
Added 1
Api key authauthentication method