Motor Town: Behind The Wheel
[DE/AT] #1DMC - Event Server | [discord.gg/1DMC] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/7483579json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7483579,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"YJ64VLr7gf\",\"type\":\"header\",\"data\":{\"text\":\"### Welcome to the Motor-Town Community Game Server!\",\"level\":2}},{\"id\":\"6-ZPakcM3H\",\"type\":\"paragraph\",\"data\":{\"text\":\"🚗 **Motor-Town** is the ultimate online destination for all automotive enthusiasts and simulation fans! Whether you enjoy leisurely cruising through picturesque landscapes or competing in thrilling races, you're in the right place.\"}},{\"id\":\"u1Le7mE0Iz\",\"type\":\"header\",\"data\":{\"text\":\"🔧 Features of our server:\",\"level\":2}},{\"id\":\"O--BbZcObO\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"items\":[\"Realistic Driving Physics: Experience authentic driving behavior that will get your adrenaline pumping.\"]}},{\"id\":\"O3Op5B8Ujh\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"items\":[\"Diverse Vehicle Selection: From classic vintage cars to modern supercars and nimble motorcycles – you'll find it all here.\"]}},{\"id\":\"qTyO23_Jqi\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"items\":[\"Custom Modifications: Tune your vehicles with countless options and stand out from the crowd.\"]}},{\"id\":\"v44B7s4l0B\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"items\":[\"Community Events: Participate in exciting races, car meets, and special challenges to win amazing prizes.\"]}},{\"id\":\"O1RjXKH3UU\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"items\":[\"Friendly Community: Meet like-minded car enthusiasts and make new friends who share your passion.\"]}},{\"id\":\"oY_ZXKC35l\",\"type\":\"header\",\"data\":{\"text\":\"🌍 Game World:\",\"level\":2}},{\"id\":\"oopEBA4rEi\",\"type\":\"paragraph\",\"data\":{\"text\":\"Our open world invites you to explore countless roads and tracks, from winding mountain passes to wide highways. Discover hidden spots and encounter special challenges around every corner.\"}},{\"id\":\"LHs2ew79Mb\",\"type\":\"header\",\"data\":{\"text\":\"🎮 Server Rules:\",\"level\":2}},{\"id\":\"CYuMkW5nM3\",\"type\":\"paragraph\",\"data\":{\"text\":\"1. **Respect**: Treat all players with respect and fairness.\"}},{\"id\":\"lMEtEOY18B\",\"type\":\"paragraph\",\"data\":{\"text\":\"2. **No Cheating**: Cheating and exploits are strictly prohibited.\"}},{\"id\":\"Tq1kyNjB_w\",\"type\":\"paragraph\",\"data\":{\"text\":\"3. **Have Fun**: Our main goal is for everyone to have fun – so let's enjoy the ride!\"}}]",
"game": 1369670,
"owner": 45284,
"boosts": 1,
"last_offline": 1750457062,
"score": 5,
"last_online": 1747724432,
"icon": null,
"name": "[DE/AT] #1DMC - Event Server | [discord.gg/1DMC]",
"connect": null,
"request": null,
"map": null,
"gamemode": "Unreal Test!",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1739269888,
"last_update": 1750457062,
"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": 185,
"language": "de",
"parked": true,
"app": {
"id": 1564980,
"steam_id": 1369670,
"name": "Motor Town: Behind The Wheel",
"url": "motor-town-behind-the-wheel"
},
"server_owner": {
"username": "goover",
"avatar": "9732af31-d159-4f10-a6c8-fcaf787dd870.jpg",
"last_online": 1746966719
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/7483579");
$data = json_decode($json, true);
var_dump($data);