Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 545 Bytes

api_system.md

File metadata and controls

33 lines (30 loc) · 545 Bytes

API > System

Request Example

// URL
https://api.celltek.space/system
{
	"response": {
		"name": "RESTful-API",
		"author": "api.celltek.space",
		"version": "<version>",
		"system": {
			"php": "<version>",
			"ionCube Loader": "<version>",
			"timestamp": <timestamp>,
			"time": "<date>",
			"timezone": "<timezone>"
		},
		"versions": {
			"changelog": "<version>",
			"database": "<version>",
			"covers": "<version>",
			"icons": "<version>",
			"i18n": "<version>",
			"gameprotocol": "<version>"
		}
	}
}