SCP: Secret Laboratory
API für [RUS] Final Breach - Classic Exiled 9.13.2
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11219719json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11219719,
"ip": "31.25.244.245",
"port": 64513,
"query": 64513,
"color": 0,
"city": "Yekaterinburg",
"description": null,
"game": 700330,
"owner": null,
"boosts": 1,
"last_offline": 1773261136,
"score": 0,
"last_online": 1775838014,
"icon": null,
"name": "[RUS] Final Breach - Classic Exiled 9.13.2",
"connect": "31.25.244.245:64513",
"request": "31.25.244.245:64513",
"map": "Facility",
"gamemode": "SCP: Secret Laboratory",
"version": "14.2.6",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 71,
"points": 101,
"add_date": 1772744485,
"last_update": 1775838014,
"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": 3,
"language": "ru",
"parked": false,
"app": {
"id": 18576,
"steam_id": 700330,
"name": "SCP: Secret Laboratory",
"url": "scp-secret-laboratory"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11219719");
$data = json_decode($json, true);
var_dump($data);