API für OldSchool LATAM
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286099049347093",
"domain": null,
"id": 11587378,
"ip": "186.105.73.61",
"port": 64090,
"query": 64092,
"color": 0,
"city": "Maipú",
"description": null,
"game": 299740,
"owner": null,
"boosts": 1,
"last_offline": 1779739362,
"last_online": 1779523330,
"icon": null,
"name": "OldSchool LATAM",
"connect": "186.105.73.61:64090",
"request": "186.105.73.61:64092",
"map": "islands",
"gamemode": "Miscreated: 1011142",
"version": "1011142",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": true,
"country": "CL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357445,
"last_update": 1779739362,
"banned": false,
"wipe": null,
"official": true,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 91,
"language": "es",
"parked": false,
"app": {
"id": 69,
"steam_id": 299740,
"name": "Miscreated",
"url": "miscreated"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11587378");
$data = json_decode($json, true);
var_dump($data);