American Truck Simulator
API für SERVIDOR COFFEE MAP OFICIAL 24/7
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10883646json
{
"response": {
"steam_id": "85568392935750308",
"domain": null,
"id": 10883646,
"ip": "169.155.120.148",
"port": 9025,
"query": 9026,
"color": 0,
"city": "New York",
"description": null,
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1774156929,
"score": 0,
"last_online": 1776029444,
"icon": null,
"name": "SERVIDOR COFFEE MAP OFICIAL 24/7",
"connect": "169.155.120.148:9025",
"request": "169.155.120.148:9026",
"map": "colombia",
"gamemode": "Server administrado por JavidezGamer",
"version": null,
"numplayers": 7,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1768321081,
"last_update": 1776029444,
"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": 33,
"language": "en",
"parked": false,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10883646");
$data = json_decode($json, true);
var_dump($data);