<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://maps-docs.kp-wiki.org/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Map Archive Docs apidocs</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/"/>
    <id>https://maps-docs.kp-wiki.org/</id>
    <updated>2026-05-11T15:13:22+0200</updated>
    <generator>FeedCreator 1.8 (info@mypapit.net)</generator>
    <link rel="self" type="application/atom+xml" href="https://maps-docs.kp-wiki.org/feed.php" />
    <entry>
        <title>apidocs:download</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/apidocs:download?rev=1534947033&amp;do=diff"/>
        <published>2018-08-22T16:10:33+0200</published>
        <updated>2018-08-22T16:10:33+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/apidocs:download?rev=1534947033&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="apidocs" />
        <content>Download

This section describes the API calls that belong to the download endpoint.

Download A Map

Request : /api/v1/download/‹id›

Method : GET

Successful response :


Octet-stream


Failed response :


{
    &quot;status&quot;: &quot;Error&quot;,
    &quot;message&quot;: string
}</content>
        <summary>Download

This section describes the API calls that belong to the download endpoint.

Download A Map

Request : /api/v1/download/‹id›

Method : GET

Successful response :


Octet-stream


Failed response :


{
    &quot;status&quot;: &quot;Error&quot;,
    &quot;message&quot;: string
}</summary>
    </entry>
    <entry>
        <title>apidocs:home</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/apidocs:home?rev=1534947033&amp;do=diff"/>
        <published>2018-08-22T16:10:33+0200</published>
        <updated>2018-08-22T16:10:33+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/apidocs:home?rev=1534947033&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="apidocs" />
        <content>API docs

This is the public API documentation for the Map Archive web application.

Be aware that a lot might change, still.</content>
        <summary>API docs

This is the public API documentation for the Map Archive web application.

Be aware that a lot might change, still.</summary>
    </entry>
    <entry>
        <title>apidocs:maps</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/apidocs:maps?rev=1534947033&amp;do=diff"/>
        <published>2018-08-22T16:10:33+0200</published>
        <updated>2018-08-22T16:10:33+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/apidocs:maps?rev=1534947033&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="apidocs" />
        <content>Maps

This section describes the API calls that belong to the maps endpoint.

Get All Maps

Request : /api/v1/maps

Method : GET

Successful response :


{
    &quot;status&quot;: &quot;Ok&quot;,
    &quot;data&quot;: [
        {
            &quot;map_pk&quot;: integer,
            &quot;map_name&quot;: string,
            &quot;map_downloads&quot;: integer,
            &quot;rev_map_description_short&quot;: string,
            &quot;user_name&quot;: string,
            &quot;map_type_name&quot;: string,
            &quot;avg_rating&quot;: float
        },
        {
            ...
        }
 …</content>
        <summary>Maps

This section describes the API calls that belong to the maps endpoint.

Get All Maps

Request : /api/v1/maps

Method : GET

Successful response :


{
    &quot;status&quot;: &quot;Ok&quot;,
    &quot;data&quot;: [
        {
            &quot;map_pk&quot;: integer,
            &quot;map_name&quot;: string,
            &quot;map_downloads&quot;: integer,
            &quot;rev_map_description_short&quot;: string,
            &quot;user_name&quot;: string,
            &quot;map_type_name&quot;: string,
            &quot;avg_rating&quot;: float
        },
        {
            ...
        }
 …</summary>
    </entry>
    <entry>
        <title>apidocs:rating</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/apidocs:rating?rev=1534947033&amp;do=diff"/>
        <published>2018-08-22T16:10:33+0200</published>
        <updated>2018-08-22T16:10:33+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/apidocs:rating?rev=1534947033&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="apidocs" />
        <content>Rating

This section describes the API calls that belong to the rating endpoint.

Get The Map's Ratings

Request : /api/v1/rating/‹id›

Method : GET

Successful response :


{
    &quot;status&quot;: &quot;Ok&quot;,
    &quot;data&quot;: {
        &quot;avg_rating&quot;: float,
        &quot;rating_one&quot;: integer,
        &quot;rating_two&quot;: integer,
        &quot;rating_three&quot;: integer,
        &quot;rating_four&quot;: integer,
        &quot;rating_five&quot;: integer
    }
}</content>
        <summary>Rating

This section describes the API calls that belong to the rating endpoint.

Get The Map's Ratings

Request : /api/v1/rating/‹id›

Method : GET

Successful response :


{
    &quot;status&quot;: &quot;Ok&quot;,
    &quot;data&quot;: {
        &quot;avg_rating&quot;: float,
        &quot;rating_one&quot;: integer,
        &quot;rating_two&quot;: integer,
        &quot;rating_three&quot;: integer,
        &quot;rating_four&quot;: integer,
        &quot;rating_five&quot;: integer
    }
}</summary>
    </entry>
</feed>
