🎮 PET SIM 99 API
FUTURISTIC DATA GATEWAY
Collections
34
Clans
165K+
Items
28.3K
Status
🟢 LIVE
⚡ LIVE API TESTER
💻 CODE EXAMPLES
JavaScript
fetch('https://eu-pet01.whee.lol/api/exists?limit=50')
.then(res => res.json())
.then(data => console.log(data))
Python
import requests
response = requests.get(
'https://eu-pet01.whee.lol/api/collections'
)
print(response.json())
cURL
curl "https://eu-pet01.whee.lol/api/exists?limit=10"