API Documentation

Programmatic access to NEXS.RO data.

Authentication

Currently, all GET endpoints are public and do not require authentication. Rate limiting is applied per IP.

Endpoints

GEThttps://nexs.ro/api/scan?id={server_id}

Returns the latest scan data for a specific server.

{ "success": true, "data": { "hostname": "My Server", "players": 12, "maxPlayers": 64, "map": "de_dust2", "isOnline": true } }
IMGhttps://nexs.ro/api/banner/{server_id}.png

Returns a dynamically generated PNG banner for the server. Cached for 60 seconds.