Euro Truck Simulator 2
API for Raccoon NK-Discord Team
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6954180json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6954180,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"ZeJN3JFKzX\",\"type\":\"paragraph\",\"data\":{\"text\":\"RU:\\n\\n\"}},{\"id\":\"R3W4WVfUbm\",\"type\":\"header\",\"data\":{\"text\":\"Чтобы к нему подключится в поиск названия введите номер сессии 85568392932955782/101\",\"level\":4}},{\"id\":\"Xo8vjatdRV\",\"type\":\"header\",\"data\":{\"text\":\"Либо название: Raccoon NK-Discord Team\",\"level\":4}},{\"id\":\"XMv60vDh-l\",\"type\":\"paragraph\",\"data\":{\"text\":\"EN:\\n\\n\"}},{\"id\":\"hDkM9DfgKK\",\"type\":\"header\",\"data\":{\"text\":\"To connect to it, enter the session number in the search for the name 85568392932955782/101\",\"level\":4}},{\"id\":\"NmCiGWWKwq\",\"type\":\"header\",\"data\":{\"text\":\"Or name: Raccoon NK-Discord Team\",\"level\":4}}]",
"game": 227300,
"owner": 76313,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1742468428,
"icon": null,
"name": "Raccoon NK-Discord Team",
"connect": null,
"request": null,
"map": "/map/europe.mbd",
"gamemode": "Powered by eugenijus.lt",
"version": null,
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1734697366,
"last_update": 1750457066,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": true,
"hide_address": false,
"hide_query": false,
"position_game": 1437,
"language": "pl",
"parked": true,
"app": {
"id": 1980,
"steam_id": 227300,
"name": "Euro Truck Simulator 2",
"url": "euro-truck-simulator-2"
},
"server_owner": {
"username": "eugenijus",
"avatar": "9c3de5ac-ae7f-4a8e-9c9b-076bce76b989.jpg",
"last_online": 1776226355
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6954180");
$data = json_decode($json, true);
var_dump($data);