0xINTEL // ACTIVE MATRIX
Lab & Research
0x
areyoupwnd.lol
← Nawala Checker / // nawala_api · developer_portal

Nawala Checker API

REST v1.0 API Online

Integrasikan pengecekan TrustPositif Komdigi & Nawala langsung ke aplikasi, bot Telegram, sistem monitoring, atau backend Anda. Dapatkan API Key gratis dengan kuota 250 request harian yang diperbarui secara otomatis setiap 24 jam.

// API Key Authentication

Get Free Apikey for Free

250 Free Requests / Day • Multi-ISP Realtime Verification • Auto 24h Quota Reset

Time to Resets :
24h 00m 00s
Resets every 24 hours automatically
Daily Quota :
0 / 250 used
License Tier :
Community Free
Fast Indonesian ISP Matrix

Live API Console & Test Request

GET /api/nawala
domain=

API Documentation & Integration Guide

Endpoint specifications and code examples in multiple languages.

// HTTP Request Format
GET https://ayp.lol/api/nawala?apikey=<YOUR_API_KEY>&domain=example.com
// Query Parameters
Parameter Type Required Description
apikey string Yes Your generated Nawala API Key. Also accepted via X-API-Key header.
domain string Yes Domain to check (e.g. google.com, without protocol/slashes).
// Implementation Code Examples
curl -X GET "https://ayp.lol/api/nawala?apikey=YOUR_API_KEY&domain=reddit.com"
Snippet copied to clipboard!