{
    "swagger": "2.0",
    "info": {
        "description": "This is a complete Documentation for HellBz's API",
        "version": "3.0.0",
        "termsOfService": "http:\/\/swagger.io\/terms\/",
        "contact": {
            "email": "coding@hellbz.de"
        },
        "license": {
            "name": "Apache 2.0",
            "url": "http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html"
        },
        "title": "HellBz API Documentation"
    },
    "host": "api.hellbz.de",
    "basePath": "\/",
    "tags": [
        {
            "name": "arma"
        },
        {
            "name": "images"
        },
        {
            "name": "moe"
        },
        {
            "name": "scum"
        },
        {
            "name": "steam"
        },
        {
            "name": "teamspeak",
            "description": "All about Teamspeak 3"
        },
        {
            "name": "twitch"
        },
        {
            "name": "valheim"
        },
        {
            "name": "wot"
        }
    ],
    "paths": {
        "\/arma\/bridge\/?{bridge}": {
            "get": {
                "tags": [
                    "arma"
                ],
                "summary": "Generate Bridge Editor Code",
                "description": "Return a JSON, ready for execute in Arma Editor",
                "operationId": "bridge_generate",
                "produces": [
                    "text\/html"
                ],
                "parameters": [
                    {
                        "name": "bridge",
                        "in": "path",
                        "description": "You can Use the Following  <br> - \/ _ for straight Street<br>\/ for Upwards<br>\\ for downwards<br>P for Pillars<br>E for Editor Export",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "successful operation",
                        "schema": {
                            "type": "object",
                            "additionalProperties": {
                                "type": "integer",
                                "format": "int32"
                            }
                        }
                    }
                }
            }
        },
        "\/arma\/bridge\/img.php?bridge={bridge}": {
            "get": {
                "tags": [
                    "arma"
                ],
                "summary": "Generate pure HTML for Frames",
                "description": "Return a complete HTML for Frames",
                "operationId": "bridge_generate_img",
                "produces": [
                    "application\/html"
                ],
                "parameters": [
                    {
                        "name": "bridge",
                        "in": "path",
                        "description": "You can Use the Following  <br> - \/ _ for straight Street<br>\/ for Upwards<br>\\ for downwards<br>P for Pillars<br>E for Editor Export",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "successful operation",
                        "schema": {
                            "type": "object",
                            "additionalProperties": {
                                "type": "integer",
                                "format": "int32"
                            }
                        }
                    }
                }
            }
        }
    }
}