1964 API Wrapper

https://api.ff1964.me

1964 API Integration - All Available Endpoints

15 Public Endpoints
4 Tracked Endpoints
3 Admin Endpoints
🔐 Authentication
GETGET ACESS TOKEN FOR BOT
https://api.ff1964.me/api/auth/token?uid=UID&password=PASSWORD
Example:
https://api.ff1964.me/api/auth/token?uid=4562706534&password=GAARA-FCRZW1DL1-MS3x1964
Example Response:
{"success":true,"data":{"token":"jwt_token_here","expires_in":3600,"Created By":"1964"}}
GETGet jwt from acess token
https://api.ff1964.me/api/auth/verify?token=YOUR_TOKEN
📊 Tracked & Logged
Example Response:
{"success":true,"data":{"uid":"123","region":"US","valid":true}}
GETGet Level Token
https://api.ff1964.me/api/auth/level-token?uid=UID&password=PASSWORD
Example:
https://api.ff1964.me/api/auth/level-token?uid=4562706534&password=GAARA-FCRZW1DL1-MS3x1964
Example Response:
{"success":true,"data":{"level_token":"level_token_here","expires_in":3600,"Created By":"1964"}}
👤 User Information
GETGet User Info
https://api.ff1964.me/api/user/info?uid=UID & region=REGION
Example:
https://api.ff1964.me/api/user/info?uid=123456 & region=US
GETGet User Profile
https://api.ff1964.me/api/user/profile?uid=UID
🖼️ Returns PNG image (binary data)
GETGet User Info V2
https://api.ff1964.me/api/user/info-v2?uid=UID
GETUpdate Bio
https://api.ff1964.me/api/user/update-bio?access_token=TOKEN&bio=TEXT
📊 Tracked & Logged
👁️ Visits
GETGet User Visits
https://api.ff1964.me/api/visits/get?uid=UID & region=REGION
Example:
https://api.ff1964.me/api/visits/get?uid=123456 & region=US
POSTSend Visit Request
https://api.ff1964.me/api/visits/send-request
📝 Body: { uid, region }
👥 Friends
GETRemove Friend
https://api.ff1964.me/api/friends/remove?access=TOKEN
📊 Tracked & Logged
GETConfirm Request
https://api.ff1964.me/api/friends/confirm?access=TOKEN
📊 Tracked & Logged
🔍 Search & Guild
GETSearch Users
https://api.ff1964.me/api/search/users?name=NAME & region=REGION
Example:
https://api.ff1964.me/api/search/users?name=John & region=US
GETJoin Guild for Bot
https://api.ff1964.me/api/clan/info?uid=UID&pass=PASS&clan_id=GUILD_ID
⚔️ Join a guild/clan using bot credentials
❤️ Health & Status
GETAPI Health
https://api.ff1964.me/api/health
Check if API is running
Response:
{"status":"running","timestamp":"2026-04-20T12:00:00Z","uptime":"100%"}