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
GET
https://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
}
}
IMG
https://nexs.ro/api/banner/{server_id}.pngReturns a dynamically generated PNG banner for the server. Cached for 60 seconds.