Deathmatch Classic
API für quaker.pro | 24/7 Deathmatch Classic | Toronto, ON
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10711524json
{
"response": {
"steam_id": "90283866342110212",
"domain": null,
"id": 10711524,
"ip": "155.138.150.75",
"port": 27017,
"query": 27017,
"color": 0,
"city": "Toronto",
"description": null,
"game": 40,
"owner": null,
"boosts": 1,
"last_offline": 1768641985,
"score": 0,
"last_online": 1776786066,
"icon": null,
"name": "quaker.pro | 24/7 Deathmatch Classic | Toronto, ON",
"connect": "155.138.150.75:27017",
"request": "155.138.150.75:27017",
"map": "dmc_dm2",
"gamemode": "DMC",
"version": "1.1.2.3/Stdio",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1765126602,
"last_update": 1776786066,
"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": 16,
"language": "en",
"parked": false,
"app": {
"id": 29,
"steam_id": 40,
"name": "Deathmatch Classic",
"url": "deathmatch-classic"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10711524");
$data = json_decode($json, true);
var_dump($data);