Documentation
Dokumentasi Lynx Rest API
Cari module, pilih endpoint, lihat contoh request, lalu gunakan Playground untuk mengetes respons JSON secara langsung.
Quick Start
Endpoint Pattern
GET /api/game/cek-kodam?text=MrchlldevResponse: JSONNo apikey required
Total Category
Module yang tersedia
3
Total Endpoint
Endpoint aktif otomatis
3
Example Request
javascript
const res = await fetch('https://LynxApis.vercel.app/api/game/cek-kodam?text=Mrchlldev')const data = await res.json()console.log(data)
Example Result
JSON Response
{ "status": true, "code": 200, "creator": "Lynx", "result": { "name": "Mrchlldev", "kodam": "Macan Putih", "aura": "77%" }}