๐EA Connect AcceptFriendInvitation
Accepts a pending EA friend invitation from another player.
POST
EA Connect AcceptFriendInvitation
Accepts a pending EA friend invitation from another player.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- Do not expose api_token, cf_token, cookies or private account data publicly.
๐งพ Parameters 3 fields
๐ฆ Response fields 5 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=AcceptFriendInvitation&api_token=SEU_TOKEN_RIP_AQUI&friend_pd=PD_DO_JOGADOR"โถ Test POST endpoint
๐EA Connect CancelFriendInvitation
Cancels an outgoing EA friend invitation already sent to another player.
POST
EA Connect CancelFriendInvitation
Cancels an outgoing EA friend invitation already sent to another player.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- Do not expose api_token, cf_token, cookies or private account data publicly.
๐งพ Parameters 3 fields
๐ฆ Response fields 4 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=CancelFriendInvitation&api_token=SEU_TOKEN_RIP_AQUI&ea_pd=PD_DO_ALVO"โถ Test POST endpoint
๐EA Connect GetPersonas
Returns personas for the EA account linked to the RIP-BF token, including names and namespace information.
POST
EA Connect GetPersonas
Returns personas for the EA account linked to the RIP-BF token, including names and namespace information.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- Do not expose api_token, cf_token, cookies or private account data publicly.
๐งพ Parameters 2 fields
๐ฆ Response fields 10 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=GetPersonas&api_token=SEU_TOKEN_RIP_AQUI"โถ Test POST endpoint
๐EA Connect get-me-avatar
Returns avatar, names and owned games for the EA account linked to the RIP-BF token.
POST
EA Connect get-me-avatar
Returns avatar, names and owned games for the EA account linked to the RIP-BF token.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- Do not expose api_token, cf_token, cookies or private account data publicly.
๐งพ Parameters 2 fields
๐ฆ Response fields 9 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=get-me-avatar&api_token=SEU_TOKEN_RIP_AQUI"โถ Test POST endpoint
๐EA Connect GetMyFriendsBypd_id
Checks whether a specific PD is already a friend of the current authenticated EA account.
POST
EA Connect GetMyFriendsBypd_id
Checks whether a specific PD is already a friend of the current authenticated EA account.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- Do not expose api_token, cf_token, cookies or private account data publicly.
๐งพ Parameters 3 fields
๐ฆ Response fields 5 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=GetMyFriendsBypd_id&api_token=SEU_TOKEN_RIP_AQUI&ea_pd=PD_DO_JOGADOR"โถ Test POST endpoint
๐EA Connect GetMyFriends
Returns the friend list for the EA account linked to the RIP-BF token.
POST
EA Connect GetMyFriends
Returns the friend list for the EA account linked to the RIP-BF token.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- Do not expose api_token, cf_token, cookies or private account data publicly.
๐งพ Parameters 2 fields
๐ฆ Response fields 6 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=GetMyFriends&api_token=SEU_TOKEN_RIP_AQUI"โถ Test POST endpoint
๐EA Connect GetPlayerFriendsByPd
Lists the public friends of a specific EA player using that player PD.
POST
EA Connect GetPlayerFriendsByPd
Lists the public friends of a specific EA player using that player PD.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- Do not expose api_token, cf_token, cookies or private account data publicly.
๐งพ Parameters 5 fields
๐ฆ Response fields 6 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=GetPlayerFriendsByPd&api_token=SEU_TOKEN_RIP_AQUI&ea_pd=PD_DO_JOGADOR"โถ Test POST endpoint
๐EA Connect RejectFriendInvitation
Rejects a pending EA friend invitation from another player.
POST
EA Connect RejectFriendInvitation
Rejects a pending EA friend invitation from another player.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- May require a Cloudflare Turnstile cf_token depending on backend protection.
- Do not expose api_token, cf_token or private account data publicly.
๐งพ Parameters 4 fields
๐ฆ Response fields 4 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=RejectFriendInvitation&api_token=SEU_TOKEN_RIP_AQUI&friend_pd=PD_DO_JOGADOR&cf_token=SEU_TURNSTILE_AQUI"โถ Test POST endpoint
๐EA Connect RemoveFriendByPd
Removes an EA friend using the friend player PD.
POST
EA Connect RemoveFriendByPd
Removes an EA friend using the friend player PD.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- May require a Cloudflare Turnstile cf_token depending on backend protection.
- This action modifies the authenticated EA social account.
- Do not expose api_token, cf_token or private account data publicly.
๐งพ Parameters 4 fields
๐ฆ Response fields 4 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=RemoveFriendByPd&api_token=SEU_TOKEN_RIP_AQUI&ea_pd=PD_DO_AMIGO&cf_token=SEU_TURNSTILE_AQUI"โถ Test POST endpoint
๐EA Connect SearchPlayer
Searches EA players by name and returns profile identifiers, display names, avatar data and mutual friend information when available.
POST
EA Connect SearchPlayer
Searches EA players by name and returns profile identifiers, display names, avatar data and mutual friend information when available.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- Do not expose api_token, cf_token, cookies or private account data publicly.
๐งพ Parameters 6 fields
๐ฆ Response fields 9 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=SearchPlayer&api_token=SEU_TOKEN_RIP_AQUI&searchText=jnnavegador&pageNumber=1&pageSize=20"โถ Test POST endpoint
๐EA Connect SelfNicknameUpdate
Updates the authenticated EA account social nickname.
POST
EA Connect SelfNicknameUpdate
Updates the authenticated EA account social nickname.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- Requires or may require a valid Cloudflare Turnstile cf_token.
- The nickname may be rejected by EA formatting or availability rules.
- This action modifies the authenticated EA account.
๐งพ Parameters 4 fields
๐ฆ Response fields 5 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=SelfNicknameUpdate&api_token=SEU_TOKEN_RIP_AQUI&new_nickname=NOVO_NICK&cf_token=SEU_TURNSTILE_AQUI"โถ Test POST endpoint
๐EA Connect SendFriendInvitation
Sends a friend invitation to another EA player using the target player PD.
POST
EA Connect SendFriendInvitation
Sends a friend invitation to another EA player using the target player PD.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- Requires or may require a valid Cloudflare Turnstile cf_token.
- The backend should block sending an invitation to yourself.
- Do not expose api_token, cf_token or private account data publicly.
๐งพ Parameters 4 fields
๐ฆ Response fields 5 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=SendFriendInvitation&api_token=SEU_TOKEN_RIP_AQUI&ea_pd=PD_DO_AMIGO&cf_token=SEU_TURNSTILE_AQUI"โถ Test POST endpoint
๐EA Connect user-data
Proxies the EA Drop API user-data route and returns detailed information about the EA account linked to the RIP-BF token.
POST
EA Connect user-data
Proxies the EA Drop API user-data route and returns detailed information about the EA account linked to the RIP-BF token.
โ ๏ธ Warnings
- Requires a valid RIP-BF api_token linked to an EA account.
- Do not expose api_token, cf_token, cookies or private account data publicly.
๐งพ Parameters 3 fields
๐ฆ Response fields 6 fields
๐งช Example
curl -X POST "https://rip-bf.com/login/account/ea-connect/" -H "Content-Type: application/x-www-form-urlencoded" -d "action=user-data&api_token=SEU_TOKEN_RIP_AQUI&locale=pt-br"โถ Test POST endpoint
๐getTokenInfo
Returns information about the currently authenticated RIP-BF user. This endpoint requires an active logged-in session and reads the user's session cookies automatically.
POST
getTokenInfo
Returns information about the currently authenticated RIP-BF user. This endpoint requires an active logged-in session and reads the user's session cookies automatically.
โ ๏ธ Warnings
- This endpoint requires an active logged-in session.
- A plain curl request without valid cookies will usually return unauthenticated.
- Do not expose private session cookies or returned tokens publicly.
๐งพ Parameters 2 fields
๐ฆ Response fields 9 fields
๐งช Example
curl -X POST "https://rip-bf.com/api/token/"โถ Test POST endpoint
๐getOwnedGameAchievements
Returns a player's owned-game achievements for a specific game. The response keeps a GraphQL-like structure and includes achievement objects with names, descriptions, dates, award counts and image arrays.
GET
getOwnedGameAchievements
Returns a player's owned-game achievements for a specific game. The response keeps a GraphQL-like structure and includes achievement objects with names, descriptions, dates, award counts and image arrays.
๐งญ Usage type
Use this to fetch Battlefield V achievements using the game shortcut.
โ ๏ธ Warnings
- You must provide id.
- Use only one game selector: game OR gameSlug.
- gameSlug should be the exact tag from the player profile when used.
- The response keeps a GraphQL-like structure, unlike the normalized gameAchievements endpoint.
๐งพ Parameters 5 fields
๐ฆ Response fields 9 fields
๐งช Example
curl -X GET "https://rip-bf.com/api/player-global/ownedGameAchievements/?id=1007917900222&game=bfv&show-hidden=true&locale=en-us"