VEIN
API für [RU/EU]SPTeamPVE x2 loot x2.5XP
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10544831json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10544831,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Minsk",
"description": "[{\"id\":\"S8EYGFD2lD\",\"type\":\"paragraph\",\"data\":{\"text\":\"Простой сервер с небольшими улучшениями, подойдет для работяг.\"}},{\"id\":\"8tuqmGepKm\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сервер использует самописный менеджер для управления \"}},{\"id\":\"RTowf8-a5T\",\"type\":\"paragraph\",\"data\":{\"text\":\"https://github.com/DzianisVasilyeu/VeinSM-blog\\n\"}},{\"id\":\"d_nZhau3Nt\",\"type\":\"paragraph\",\"data\":{\"text\":\"Потребление ресурсов - раз в 168ч.\"}},{\"id\":\"bL6iX67YpB\",\"type\":\"paragraph\",\"data\":{\"text\":\"Множители ресурсов х2.\"}},{\"id\":\"mfMrvVaRU1\",\"type\":\"paragraph\",\"data\":{\"text\":\"Множитель опыта х2.5.\"}},{\"id\":\"tfiC-QLWSJ\",\"type\":\"paragraph\",\"data\":{\"text\":\"Зомби слегка усилены.\"}}]",
"game": 1857950,
"owner": 87221,
"boosts": 1,
"last_offline": 1769320259,
"score": 5,
"last_online": 1768391412,
"icon": null,
"name": "[RU/EU]SPTeamPVE x2 loot x2.5XP",
"connect": null,
"request": null,
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": null,
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "BY",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1762521488,
"last_update": 1769320259,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 0,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 769,
"language": "be",
"parked": true,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": {
"username": "vasgenden",
"avatar": "c18474e4-5369-4376-9db4-7dff0327b53b.jpg",
"last_online": 1767870467
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10544831");
$data = json_decode($json, true);
var_dump($data);