<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.gsp-panel.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.gsp-panel.com/feed.php">
        <title>GSP-Panel api</title>
        <description></description>
        <link>https://wiki.gsp-panel.com/</link>
        <image rdf:resource="https://wiki.gsp-panel.com/lib/tpl/bootstrap/images/favicon.ico" />
       <dc:date>2026-04-26T13:09:14+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.gsp-panel.com/api:about?rev=1375634100&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.gsp-panel.com/api:example?rev=1420513631&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.gsp-panel.com/api:functions?rev=1604260390&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.gsp-panel.com/api:hooks?rev=1420514449&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.gsp-panel.com/api:start?rev=1375634100&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.gsp-panel.com/api:webapi_1.1?rev=1604260597&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.gsp-panel.com/lib/tpl/bootstrap/images/favicon.ico">
        <title>GSP-Panel</title>
        <link>https://wiki.gsp-panel.com/</link>
        <url>https://wiki.gsp-panel.com/lib/tpl/bootstrap/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.gsp-panel.com/api:about?rev=1375634100&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-08-04T16:35:00+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>About the API</title>
        <link>https://wiki.gsp-panel.com/api:about?rev=1375634100&amp;do=diff</link>
        <description>About the API

Our API allows you to communicate with GSP-Panel using custom scripts. The entire panel was built on the same API that we have documented for your use. It allows you to develop a custom frontend or features without needing to spend the time replicating what we have already accomplished.</description>
    </item>
    <item rdf:about="https://wiki.gsp-panel.com/api:example?rev=1420513631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-01-06T03:07:11+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Example API Usage</title>
        <link>https://wiki.gsp-panel.com/api:example?rev=1420513631&amp;do=diff</link>
        <description>Example API Usage

Internal API

GSP-Panel is coded using the same API that's available to you. For examples of how to use the API, view the source code for the files in the clients and admin folders. For definitions of what variables and functions do, please view our</description>
    </item>
    <item rdf:about="https://wiki.gsp-panel.com/api:functions?rev=1604260390&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-01T19:53:10+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>API Functions</title>
        <link>https://wiki.gsp-panel.com/api:functions?rev=1604260390&amp;do=diff</link>
        <description>API Functions

Below you will find the API documents for all public classes, these documents are updated with each release.

Classes

	*  Emails
	*  Eventlog
	*  Games
	*  GameInstaller
	*  Machines
	*  Maintenance
	*  Strings
	*  SysControl
	*  User
	*  Display
	*  Cron
	*  Backup
	*  Plugins
	*  Rcon
	*  Tasks</description>
    </item>
    <item rdf:about="https://wiki.gsp-panel.com/api:hooks?rev=1420514449&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-01-06T03:20:49+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>API Hooks</title>
        <link>https://wiki.gsp-panel.com/api:hooks?rev=1420514449&amp;do=diff</link>
        <description>API Hooks


THIS SYSTEM HAS BEEN DEPRECATED IN 1.0.73, SUPPORT WILL BE REMOVED SOON


GSP-Panel has a hook system that allows developers to hook into core functions. In order to use hooks you will need to place your custom hook file into includes\hooks and then call add_hook, please view the example below.</description>
    </item>
    <item rdf:about="https://wiki.gsp-panel.com/api:start?rev=1375634100&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-08-04T16:35:00+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>API</title>
        <link>https://wiki.gsp-panel.com/api:start?rev=1375634100&amp;do=diff</link>
        <description>API

	*  About the API
	*  Example API Usage
	*  WebAPI v1.1
	*  API Functions
	*  API Hooks</description>
    </item>
    <item rdf:about="https://wiki.gsp-panel.com/api:webapi_1.1?rev=1604260597&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-01T19:56:37+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>WebAPI v1.1</title>
        <link>https://wiki.gsp-panel.com/api:webapi_1.1?rev=1604260597&amp;do=diff</link>
        <description>WebAPI v1.1

This is our new API that can be called internally or by POST/GET requests and is accessible by administrators, sub-administrators, users, and sub-users.

The API uses the following variables

	*  apiversion - REQUIRED - The API version you wish to use (1.1 in this case)</description>
    </item>
</rdf:RDF>
