API for 4Netplayers COOPERATIVA DE TRANSPORTES IBERIA #SERVIDOR 1
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286865400357895",
"domain": null,
"id": 11576837,
"ip": "82.223.24.239",
"port": 24310,
"query": 24320,
"project_id": null,
"color": 0,
"city": "Níjar",
"description": null,
"game": 227300,
"owner": null,
"boosts": 1,
"last_offline": 1780470421,
"last_online": 1781210491,
"icon": null,
"name": "4Netplayers COOPERATIVA DE TRANSPORTES IBERIA #SERVIDOR 1",
"connect": "82.223.24.239:24310",
"request": "82.223.24.239:24320",
"map": "europe",
"gamemode": "Euro Truck Simulator 2",
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779356841,
"last_update": 1781210491,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 897,
"language": "es",
"parked": false,
"app": {
"id": 1980,
"steam_id": 227300,
"name": "Euro Truck Simulator 2",
"url": "euro-truck-simulator-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11576837");
$data = json_decode($json, true);
var_dump($data);