API for AY YILDIZ 1 - Euro Truck Simulator 2

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7815302
json
{
  "response": {
    "id": 7815302,
    "ip": "23.26.248.94",
    "port": 27012,
    "query": 27012,
    "owner_name": "AYYILDIZ",
    "owner_avatar": "926750f1-1958-41ef-aa79-88a6ea102887.jpg",
    "color": 0,
    "description": null,
    "game": 227300,
    "owner": 54229,
    "boosts": 1,
    "last_offline": 1745704644,
    "score": 0,
    "last_online": 1745820635,
    "icon": null,
    "name": "AY YILDIZ 1 - Euro Truck Simulator 2",
    "connect": "23.26.248.94:27011",
    "request": "23.26.248.94:27012",
    "map": "/map/europe.mbd",
    "gamemode": "Sunucumuza Hos Geldiniz. discord.gg/UReAeVq28b",
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 8,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1740025205,
    "last_update": 1745820635,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 1980,
      "steam_id": 227300,
      "name": "Euro Truck Simulator 2",
      "url": "euro-truck-simulator-2",
      "popular_maps_available": true
    },
    "server_owner": {
      "username": "AYYILDIZ",
      "avatar": "926750f1-1958-41ef-aa79-88a6ea102887.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7815302");
$data = json_decode($json, true);
var_dump($data);