NATA SPEEDTEST Logo
NATASPEEDNetwork ANALYSIS
Developer Hub

Nata API & Docs

Integrate our enterprise-grade network analysis and real-time Downdetector engine into your own applications. Built for scale, speed, and accuracy.

Downdetector API

Get real-time operational status for 50+ global and local services.

GET/api/v1/status?service={slug}

Fetches the current live status of a specific service. You can pass multiple comma-separated slugs or use all.

Example Request:

curl https://speedtest.azzamcodex.site/api/v1/status?service=bca

Response:

{
  "success": true,
  "data": {
    "service": "bca",
    "status": "operational",
    "ping_ms": 42,
    "message": "HTTP 200",
    "checked_at": "2026-05-06T09:40:00.000Z"
  }
}

Query Parameters

  • service- Required. The service slug (e.g., github, whatsapp, bca, gojek, or all).

Live API Playground

/api/v1/status?service=

JSON

Click "Send Request" to see the output here

SpeedTest Widget

Embed our beautiful speed test directly into your website.

Want to provide speed testing capabilities to your own users without building the infrastructure? Use our responsive iframe widget. It adapts to dark/light themes automatically.

HTML Embed Code:

<iframe 
  src="https://speedtest.azzamcodex.site" 
  width="100%" 
  height="700px" 
  frameborder="0" 
  allow="geolocation"
  style="border-radius: 24px; overflow: hidden;"
></iframe>

Enterprise Plan: If you need raw data access (API) for bandwidth testing or a white-labeled custom UI without the iframe, please contact the developer (Azzam Codex) for dedicated enterprise endpoints.