{
  "name": "SoccerFootball info DIRECT",
  "version": "1",
  "items": [
    {
      "type": "http",
      "name": "custom Endpoints",
      "filename": "custom Endpoints.bru",
      "seq": 13,
      "settings": {
        "encodeUrl": true,
        "timeout": 0
      },
      "tags": [],
      "examples": [
        {
          "name": "Customized endpoints return in JSON, CSV or HTML",
          "description": "",
          "type": "http",
          "request": {
            "url": "{{baseUrl}}/custom/?t=non deserunt nisi in&i=",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "i",
                "value": "",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            }
          },
          "response": {
            "status": "OK",
            "statusText": "200",
            "headers": [
              {
                "name": "X-Rate-Limit-Limit",
                "value": "55101303"
              },
              {
                "name": "X-Rate-Limit-Remaining",
                "value": "55101303"
              },
              {
                "name": "X-Rate-Limit-Reset",
                "value": "55101303"
              },
              {
                "name": "Content-Type",
                "value": "text/plain"
              }
            ],
            "body": {
              "type": "text",
              "content": ""
            }
          }
        }
      ],
      "request": {
        "url": "{{baseUrl}}/custom/?t=non deserunt nisi in&i=",
        "method": "GET",
        "headers": [],
        "params": [
          {
            "name": "t",
            "value": "non deserunt nisi in",
            "type": "query",
            "enabled": true
          },
          {
            "name": "i",
            "value": "",
            "type": "query",
            "enabled": true
          }
        ],
        "body": {
          "mode": "none",
          "formUrlEncoded": [],
          "multipartForm": [],
          "file": []
        },
        "script": {},
        "vars": {},
        "assertions": [],
        "tests": "",
        "docs": "Customized endpoints, tailor-made for you. Write an email to info@soccerfootball.info to request one.",
        "auth": {
          "mode": "inherit"
        }
      }
    },
    {
      "type": "http",
      "name": "list Countries",
      "filename": "list Countries.bru",
      "seq": 11,
      "settings": {
        "encodeUrl": true,
        "timeout": 0
      },
      "tags": [],
      "examples": [
        {
          "name": "All countries with unique code and a count of the releated items",
          "description": "",
          "type": "http",
          "request": {
            "url": "{{baseUrl}}/countries/list/?t=non deserunt nisi in&f=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            }
          },
          "response": {
            "status": "OK",
            "statusText": "200",
            "headers": [
              {
                "name": "X-Rate-Limit-Limit",
                "value": "55101303"
              },
              {
                "name": "X-Rate-Limit-Remaining",
                "value": "55101303"
              },
              {
                "name": "X-Rate-Limit-Reset",
                "value": "55101303"
              },
              {
                "name": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "type": "json",
              "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"code\": \"AD\",\n   \"name\": \"Andorra\",\n   \"timezones\": [\n    \"UTC+01:00\"\n   ],\n   \"championships\": 5,\n   \"managers\": 32,\n   \"players\": 35,\n   \"referees\": 1,\n   \"stadiums\": 7,\n   \"teams\": 41\n  },\n  {\n   \"code\": \"AD\",\n   \"name\": \"Andorra\",\n   \"timezones\": [\n    \"UTC+01:00\"\n   ],\n   \"championships\": 5,\n   \"managers\": 32,\n   \"players\": 35,\n   \"referees\": 1,\n   \"stadiums\": 7,\n   \"teams\": 41\n  }\n ]\n}"
            }
          }
        }
      ],
      "request": {
        "url": "{{baseUrl}}/countries/list/?t=non deserunt nisi in&f=non deserunt nisi in",
        "method": "GET",
        "headers": [],
        "params": [
          {
            "name": "t",
            "value": "non deserunt nisi in",
            "type": "query",
            "enabled": true
          },
          {
            "name": "f",
            "value": "non deserunt nisi in",
            "type": "query",
            "enabled": true
          }
        ],
        "body": {
          "mode": "none",
          "formUrlEncoded": [],
          "multipartForm": [],
          "file": []
        },
        "script": {},
        "vars": {},
        "assertions": [],
        "tests": "",
        "docs": "Returns all countries with unique code and a count of the releated items.\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
        "auth": {
          "mode": "inherit"
        }
      }
    },
    {
      "type": "http",
      "name": "list Languages",
      "filename": "list Languages.bru",
      "seq": 12,
      "settings": {
        "encodeUrl": true,
        "timeout": 0
      },
      "tags": [],
      "examples": [
        {
          "name": "All languages with unique code and status of translate",
          "description": "",
          "type": "http",
          "request": {
            "url": "{{baseUrl}}/languages/list/?t=non deserunt nisi in&f=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            }
          },
          "response": {
            "status": "OK",
            "statusText": "200",
            "headers": [
              {
                "name": "X-Rate-Limit-Limit",
                "value": "55101303"
              },
              {
                "name": "X-Rate-Limit-Remaining",
                "value": "55101303"
              },
              {
                "name": "X-Rate-Limit-Reset",
                "value": "55101303"
              },
              {
                "name": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "type": "json",
              "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"code\": \"cs_CZ\",\n   \"name\": \"Czech\",\n   \"native_name\": \"Česky\",\n   \"note\": \"60% of translate\",\n   \"source\": \"bet365,unibet,manual\"\n  },\n  {\n   \"code\": \"cs_CZ\",\n   \"name\": \"Czech\",\n   \"native_name\": \"Česky\",\n   \"note\": \"60% of translate\",\n   \"source\": \"bet365,unibet,manual\"\n  }\n ]\n}"
            }
          }
        }
      ],
      "request": {
        "url": "{{baseUrl}}/languages/list/?t=non deserunt nisi in&f=non deserunt nisi in",
        "method": "GET",
        "headers": [],
        "params": [
          {
            "name": "t",
            "value": "non deserunt nisi in",
            "type": "query",
            "enabled": true
          },
          {
            "name": "f",
            "value": "non deserunt nisi in",
            "type": "query",
            "enabled": true
          }
        ],
        "body": {
          "mode": "none",
          "formUrlEncoded": [],
          "multipartForm": [],
          "file": []
        },
        "script": {},
        "vars": {},
        "assertions": [],
        "tests": "",
        "docs": "Returns all languages with unique code and status of translate.\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
        "auth": {
          "mode": "inherit"
        }
      }
    },
    {
      "type": "http",
      "name": "token Status",
      "filename": "token Status.bru",
      "seq": 14,
      "settings": {
        "encodeUrl": true,
        "timeout": 0
      },
      "tags": [],
      "examples": [
        {
          "name": "This endpoint returns with token status, expire data and costs ecc..",
          "description": "",
          "type": "http",
          "request": {
            "url": "{{baseUrl}}/token/status/?t=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            }
          },
          "response": {
            "status": "OK",
            "statusText": "200",
            "headers": [
              {
                "name": "X-Rate-Limit-Limit",
                "value": "55101303"
              },
              {
                "name": "X-Rate-Limit-Remaining",
                "value": "55101303"
              },
              {
                "name": "X-Rate-Limit-Reset",
                "value": "55101303"
              },
              {
                "name": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "type": "json",
              "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"token\": \"TOKEN\",\n   \"allowed_ips\": \"all\",\n   \"plan\": \"CUSTOM\",\n   \"status\": \"active\",\n   \"reference\": \"r1si\",\n   \"payment\": {\n    \"cadence\": \"1m\",\n    \"next_amount\": 0,\n    \"dolore7\": \"pariatur occaecat enim qui Excepteur\"\n   },\n   \"usage\": {\n    \"requests_p_hour\": \"900000\",\n    \"pagination_items\": \"100\",\n    \"last_request_date\": \"2021-03-12 14:23:12\",\n    \"last_hour_requests\": 0\n   }\n  },\n  {\n   \"token\": \"TOKEN\",\n   \"allowed_ips\": \"all\",\n   \"plan\": \"CUSTOM\",\n   \"status\": \"active\",\n   \"reference\": \"r1si\",\n   \"payment\": {\n    \"cadence\": \"1m\",\n    \"next_amount\": 0,\n    \"nostrud53\": -43711339\n   },\n   \"usage\": {\n    \"requests_p_hour\": \"900000\",\n    \"pagination_items\": \"100\",\n    \"last_request_date\": \"2021-03-12 14:23:12\",\n    \"last_hour_requests\": 0\n   }\n  }\n ]\n}"
            }
          }
        }
      ],
      "request": {
        "url": "{{baseUrl}}/token/status/?t=non deserunt nisi in",
        "method": "GET",
        "headers": [],
        "params": [
          {
            "name": "t",
            "value": "non deserunt nisi in",
            "type": "query",
            "enabled": true
          }
        ],
        "body": {
          "mode": "none",
          "formUrlEncoded": [],
          "multipartForm": [],
          "file": []
        },
        "script": {},
        "vars": {},
        "assertions": [],
        "tests": "",
        "docs": "This endpoint returns with token status, expire data and costs ecc..",
        "auth": {
          "mode": "inherit"
        }
      }
    },
    {
      "type": "folder",
      "name": "emulation/totalcorner/match",
      "filename": "emulation-totalcorner-match",
      "seq": 9,
      "examples": [],
      "root": {
        "request": {
          "auth": {
            "mode": "inherit"
          }
        },
        "meta": {
          "name": "emulation/totalcorner/match",
          "seq": 9
        }
      },
      "items": [
        {
          "type": "http",
          "name": "totalcorner Match Schedule",
          "filename": "totalcorner Match Schedule.bru",
          "seq": 2,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "Returns with all live matches with totalcorner schema (match/today)",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/emulation/totalcorner/match/schedule/?t=non deserunt nisi in&l=en_US&date=today_ISO",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "date",
                    "value": "today_ISO",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"success\": 1,\n \"pagination\": {\n  \"current\": 1,\n  \"prev\": false,\n  \"next\": true,\n  \"per_page\": 100,\n  \"pages\": 4\n },\n \"data\": [\n  {\n   \"id\": \"60441899a44ce8a5\",\n   \"h\": \"Macara\",\n   \"h_id\": \"5fda6017f2bd84cb\",\n   \"a\": \"Emelec\",\n   \"a_id\": \"5fda5fcf7d12b0fc\",\n   \"l\": \"Ecuador - Campeonato Nacional\",\n   \"l_id\": \"5fda5fad08445fe5\",\n   \"l_c\": \"EC\",\n   \"start\": \"2021-03-12 00:00:00\",\n   \"status\": \"full\",\n   \"est_e\": \"0\",\n   \"hc\": \"2\",\n   \"ac\": \"2\",\n   \"hg\": \"1\",\n   \"ag\": \"1\",\n   \"hrc\": \"0\",\n   \"arc\": \"0\",\n   \"hyc\": \"4\",\n   \"ayc\": \"3\",\n   \"hf_hc\": \"1\",\n   \"hf_ac\": \"0\",\n   \"hf_hg\": \"0\",\n   \"hf_ag\": \"0\",\n   \"ish\": \"1\",\n   \"hp\": \"1\",\n   \"ap\": \"1\",\n   \"h_perf\": \"DWWLW\",\n   \"a_perf\": \"DWWWD\",\n   \"events\": [\n    {\n     \"tp\": \"c\",\n     \"h\": \"a\",\n     \"t\": \"87\"\n    },\n    {\n     \"tp\": \"c\",\n     \"h\": \"a\",\n     \"t\": \"87\"\n    }\n   ],\n   \"p_odds\": [\n    \"2.200\",\n    \"3.400\",\n    \"3.400\"\n   ],\n   \"i_odds\": [\n    [],\n    []\n   ],\n   \"po_odds\": [\n    \"1.833\",\n    \"3.400\",\n    \"3.600\"\n   ],\n   \"p_asian\": [\n    \"-0.25\"\n   ],\n   \"i_asian\": [\n    \"\"\n   ],\n   \"p_corner\": [\n    \"9\"\n   ],\n   \"i_corner\": [\n    \"\"\n   ],\n   \"p_corner_h\": [\n    \"4\"\n   ],\n   \"i_corner_h\": [\n    \"\"\n   ],\n   \"p_goal\": [\n    \"2.5\"\n   ],\n   \"i_goal\": [\n    \"\"\n   ],\n   \"ou_odds\": [\n    [],\n    []\n   ],\n   \"p_goal_h\": [\n    \"1\"\n   ],\n   \"i_goal_h\": [\n    \"\"\n   ],\n   \"asian_corner\": [\n    \"\"\n   ],\n   \"attacks\": [\n    \"82\",\n    \"101\"\n   ],\n   \"attacks_h\": [\n    \"40\",\n    \"50\"\n   ],\n   \"dang_attacks\": [\n    \"54\",\n    \"55\"\n   ],\n   \"dang_attacks_h\": [\n    \"27\",\n    \"28\"\n   ],\n   \"shot_on\": [\n    \"5\",\n    \"4\"\n   ],\n   \"shot_on_h\": [\n    \"1\",\n    \"0\"\n   ],\n   \"shot_off\": [\n    \"9\",\n    \"6\"\n   ],\n   \"shot_off_h\": [\n    \"5\",\n    \"5\"\n   ],\n   \"possess\": [\n    \"43\",\n    \"57\"\n   ],\n   \"possess_h\": [\n    \"43\",\n    \"57\"\n   ],\n   \"g_a\": [\n    \"\",\n    \"\"\n   ],\n   \"o_s\": [\n    \"\",\n    \"\"\n   ],\n   \"fo\": [\n    \"\",\n    \"\"\n   ]\n  },\n  {\n   \"id\": \"60441899a44ce8a5\",\n   \"h\": \"Macara\",\n   \"h_id\": \"5fda6017f2bd84cb\",\n   \"a\": \"Emelec\",\n   \"a_id\": \"5fda5fcf7d12b0fc\",\n   \"l\": \"Ecuador - Campeonato Nacional\",\n   \"l_id\": \"5fda5fad08445fe5\",\n   \"l_c\": \"EC\",\n   \"start\": \"2021-03-12 00:00:00\",\n   \"status\": \"full\",\n   \"est_e\": \"0\",\n   \"hc\": \"2\",\n   \"ac\": \"2\",\n   \"hg\": \"1\",\n   \"ag\": \"1\",\n   \"hrc\": \"0\",\n   \"arc\": \"0\",\n   \"hyc\": \"4\",\n   \"ayc\": \"3\",\n   \"hf_hc\": \"1\",\n   \"hf_ac\": \"0\",\n   \"hf_hg\": \"0\",\n   \"hf_ag\": \"0\",\n   \"ish\": \"1\",\n   \"hp\": \"1\",\n   \"ap\": \"1\",\n   \"h_perf\": \"DWWLW\",\n   \"a_perf\": \"DWWWD\",\n   \"events\": [\n    {\n     \"tp\": \"c\",\n     \"h\": \"a\",\n     \"t\": \"87\"\n    },\n    {\n     \"tp\": \"c\",\n     \"h\": \"a\",\n     \"t\": \"87\"\n    }\n   ],\n   \"p_odds\": [\n    \"2.200\",\n    \"3.400\",\n    \"3.400\"\n   ],\n   \"i_odds\": [\n    [],\n    []\n   ],\n   \"po_odds\": [\n    \"1.833\",\n    \"3.400\",\n    \"3.600\"\n   ],\n   \"p_asian\": [\n    \"-0.25\"\n   ],\n   \"i_asian\": [\n    \"\"\n   ],\n   \"p_corner\": [\n    \"9\"\n   ],\n   \"i_corner\": [\n    \"\"\n   ],\n   \"p_corner_h\": [\n    \"4\"\n   ],\n   \"i_corner_h\": [\n    \"\"\n   ],\n   \"p_goal\": [\n    \"2.5\"\n   ],\n   \"i_goal\": [\n    \"\"\n   ],\n   \"ou_odds\": [\n    [],\n    []\n   ],\n   \"p_goal_h\": [\n    \"1\"\n   ],\n   \"i_goal_h\": [\n    \"\"\n   ],\n   \"asian_corner\": [\n    \"\"\n   ],\n   \"attacks\": [\n    \"82\",\n    \"101\"\n   ],\n   \"attacks_h\": [\n    \"40\",\n    \"50\"\n   ],\n   \"dang_attacks\": [\n    \"54\",\n    \"55\"\n   ],\n   \"dang_attacks_h\": [\n    \"27\",\n    \"28\"\n   ],\n   \"shot_on\": [\n    \"5\",\n    \"4\"\n   ],\n   \"shot_on_h\": [\n    \"1\",\n    \"0\"\n   ],\n   \"shot_off\": [\n    \"9\",\n    \"6\"\n   ],\n   \"shot_off_h\": [\n    \"5\",\n    \"5\"\n   ],\n   \"possess\": [\n    \"43\",\n    \"57\"\n   ],\n   \"possess_h\": [\n    \"43\",\n    \"57\"\n   ],\n   \"g_a\": [\n    \"\",\n    \"\"\n   ],\n   \"o_s\": [\n    \"\",\n    \"\"\n   ],\n   \"fo\": [\n    \"\",\n    \"\"\n   ]\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/emulation/totalcorner/match/schedule/?t=non deserunt nisi in&l=en_US&date=today_ISO",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              },
              {
                "name": "date",
                "value": "today_ISO",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "This endpoint returns with past, present or future match with totalcorner schema..\nWhy?\nBecause of our customers have written software/bots and applications based on the totalcorner scheme. Changing APIs would mean rewriting everything. This way our customers can access our data, and not change their software!\n See out docs at (https://info.soccerfootball.info/v1/emulated/totalcorner/match-today) to read all differents and improvements of our version.",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "totalcorner Match Today",
          "filename": "totalcorner Match Today.bru",
          "seq": 1,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "Returns with all live matches with totalcorner schema (match/today)",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/emulation/totalcorner/match/today/?t=non deserunt nisi in&l=en_US&o=no",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "o",
                    "value": "no",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"success\": 1,\n \"pagination\": {\n  \"current\": 1,\n  \"prev\": false,\n  \"next\": false,\n  \"per_page\": 999999,\n  \"pages\": 1\n },\n \"data\": [\n  {\n   \"id\": \"604aaf456197fb16\",\n   \"h\": \"Curtin University FC femminile\",\n   \"h_id\": \"5fda603ebbd843ed\",\n   \"a\": \"Subiaco AFC femminile\",\n   \"a_id\": \"5fda600a0455469f\",\n   \"l\": \"Australia - Amichevoli\",\n   \"l_id\": \"5fda5facdd36bebd\",\n   \"l_c\": \"AU\",\n   \"start\": \"2021-03-12 12:30:00\",\n   \"status\": \"75\",\n   \"est_e\": \"0\",\n   \"hc\": \"8\",\n   \"ac\": \"4\",\n   \"hg\": \"3\",\n   \"ag\": \"1\",\n   \"hrc\": \"0\",\n   \"arc\": \"0\",\n   \"hyc\": \"0\",\n   \"ayc\": \"1\",\n   \"hf_hc\": \"4\",\n   \"hf_ac\": \"2\",\n   \"hf_hg\": \"2\",\n   \"hf_ag\": \"0\",\n   \"ish\": \"1\",\n   \"h_perf\": \"LLLWW\",\n   \"a_perf\": \"LLLLL\",\n   \"events\": [\n    {\n     \"tp\": \"c\",\n     \"h\": \"h\",\n     \"t\": \"73\"\n    },\n    {\n     \"tp\": \"c\",\n     \"h\": \"h\",\n     \"t\": \"73\"\n    }\n   ],\n   \"p_odds\": [\n    \"1.111\",\n    \"8.000\",\n    \"12.000\"\n   ],\n   \"i_odds\": [\n    \"1.010\",\n    \"26.000\",\n    \"41.000\"\n   ],\n   \"po_odds\": [\n    \"1.363\",\n    \"4.500\",\n    \"6.500\"\n   ],\n   \"p_asian\": [\n    \"-1.5\"\n   ],\n   \"i_asian\": [\n    \"-0.25\"\n   ],\n   \"p_corner\": [\n    \"8\"\n   ],\n   \"i_corner\": [\n    \"13.5\"\n   ],\n   \"p_corner_h\": [\n    \"3.5\"\n   ],\n   \"i_corner_h\": [\n    \"5.5\"\n   ],\n   \"p_goal\": [\n    \"3.25\"\n   ],\n   \"i_goal\": [\n    \"4.5\"\n   ],\n   \"ou_odds\": [\n    \"1.750\",\n    \"2.050\",\n    \"4.5\"\n   ],\n   \"p_goal_h\": [\n    \"1.25\"\n   ],\n   \"i_goal_h\": [\n    \"2.5\"\n   ],\n   \"asian_corner\": [\n    \"\"\n   ],\n   \"attacks\": [\n    \"94\",\n    \"92\"\n   ],\n   \"attacks_h\": [\n    \"60\",\n    \"61\"\n   ],\n   \"attacks_15\": [\n    \"17\",\n    \"14\"\n   ],\n   \"attacks_5\": [\n    \"5\",\n    \"2\"\n   ],\n   \"dang_attacks\": [\n    \"69\",\n    \"73\"\n   ],\n   \"dang_attacks_h\": [\n    \"43\",\n    \"47\"\n   ],\n   \"dang_attacks_15\": [\n    \"15\",\n    \"11\"\n   ],\n   \"dang_attacks_5\": [\n    \"6\",\n    \"2\"\n   ],\n   \"shot_on\": [\n    \"10\",\n    \"8\"\n   ],\n   \"shot_on_h\": [\n    \"5\",\n    \"6\"\n   ],\n   \"shot_on_15\": [\n    \"4\",\n    \"0\"\n   ],\n   \"shot_on_5\": [\n    \"1\",\n    \"0\"\n   ],\n   \"shot_off\": [\n    \"5\",\n    \"5\"\n   ],\n   \"shot_off_h\": [\n    \"4\",\n    \"3\"\n   ],\n   \"shot_off_15\": [\n    \"1\",\n    \"0\"\n   ],\n   \"shot_off_5\": [\n    \"0\",\n    \"0\"\n   ],\n   \"corners_15\": [\n    \"3\",\n    \"1\"\n   ],\n   \"corners_5\": [\n    \"1\",\n    \"0\"\n   ],\n   \"possess\": [\n    \"58\",\n    \"42\"\n   ],\n   \"possess_h\": [\n    \"59\",\n    \"41\"\n   ],\n   \"g_a\": [\n    [],\n    []\n   ],\n   \"o_s\": [\n    [],\n    []\n   ],\n   \"fo\": [\n    [],\n    []\n   ]\n  },\n  {\n   \"id\": \"604aaf456197fb16\",\n   \"h\": \"Curtin University FC femminile\",\n   \"h_id\": \"5fda603ebbd843ed\",\n   \"a\": \"Subiaco AFC femminile\",\n   \"a_id\": \"5fda600a0455469f\",\n   \"l\": \"Australia - Amichevoli\",\n   \"l_id\": \"5fda5facdd36bebd\",\n   \"l_c\": \"AU\",\n   \"start\": \"2021-03-12 12:30:00\",\n   \"status\": \"75\",\n   \"est_e\": \"0\",\n   \"hc\": \"8\",\n   \"ac\": \"4\",\n   \"hg\": \"3\",\n   \"ag\": \"1\",\n   \"hrc\": \"0\",\n   \"arc\": \"0\",\n   \"hyc\": \"0\",\n   \"ayc\": \"1\",\n   \"hf_hc\": \"4\",\n   \"hf_ac\": \"2\",\n   \"hf_hg\": \"2\",\n   \"hf_ag\": \"0\",\n   \"ish\": \"1\",\n   \"h_perf\": \"LLLWW\",\n   \"a_perf\": \"LLLLL\",\n   \"events\": [\n    {\n     \"tp\": \"c\",\n     \"h\": \"h\",\n     \"t\": \"73\"\n    },\n    {\n     \"tp\": \"c\",\n     \"h\": \"h\",\n     \"t\": \"73\"\n    }\n   ],\n   \"p_odds\": [\n    \"1.111\",\n    \"8.000\",\n    \"12.000\"\n   ],\n   \"i_odds\": [\n    \"1.010\",\n    \"26.000\",\n    \"41.000\"\n   ],\n   \"po_odds\": [\n    \"1.363\",\n    \"4.500\",\n    \"6.500\"\n   ],\n   \"p_asian\": [\n    \"-1.5\"\n   ],\n   \"i_asian\": [\n    \"-0.25\"\n   ],\n   \"p_corner\": [\n    \"8\"\n   ],\n   \"i_corner\": [\n    \"13.5\"\n   ],\n   \"p_corner_h\": [\n    \"3.5\"\n   ],\n   \"i_corner_h\": [\n    \"5.5\"\n   ],\n   \"p_goal\": [\n    \"3.25\"\n   ],\n   \"i_goal\": [\n    \"4.5\"\n   ],\n   \"ou_odds\": [\n    \"1.750\",\n    \"2.050\",\n    \"4.5\"\n   ],\n   \"p_goal_h\": [\n    \"1.25\"\n   ],\n   \"i_goal_h\": [\n    \"2.5\"\n   ],\n   \"asian_corner\": [\n    \"\"\n   ],\n   \"attacks\": [\n    \"94\",\n    \"92\"\n   ],\n   \"attacks_h\": [\n    \"60\",\n    \"61\"\n   ],\n   \"attacks_15\": [\n    \"17\",\n    \"14\"\n   ],\n   \"attacks_5\": [\n    \"5\",\n    \"2\"\n   ],\n   \"dang_attacks\": [\n    \"69\",\n    \"73\"\n   ],\n   \"dang_attacks_h\": [\n    \"43\",\n    \"47\"\n   ],\n   \"dang_attacks_15\": [\n    \"15\",\n    \"11\"\n   ],\n   \"dang_attacks_5\": [\n    \"6\",\n    \"2\"\n   ],\n   \"shot_on\": [\n    \"10\",\n    \"8\"\n   ],\n   \"shot_on_h\": [\n    \"5\",\n    \"6\"\n   ],\n   \"shot_on_15\": [\n    \"4\",\n    \"0\"\n   ],\n   \"shot_on_5\": [\n    \"1\",\n    \"0\"\n   ],\n   \"shot_off\": [\n    \"5\",\n    \"5\"\n   ],\n   \"shot_off_h\": [\n    \"4\",\n    \"3\"\n   ],\n   \"shot_off_15\": [\n    \"1\",\n    \"0\"\n   ],\n   \"shot_off_5\": [\n    \"0\",\n    \"0\"\n   ],\n   \"corners_15\": [\n    \"3\",\n    \"1\"\n   ],\n   \"corners_5\": [\n    \"1\",\n    \"0\"\n   ],\n   \"possess\": [\n    \"58\",\n    \"42\"\n   ],\n   \"possess_h\": [\n    \"59\",\n    \"41\"\n   ],\n   \"g_a\": [\n    [],\n    []\n   ],\n   \"o_s\": [\n    [],\n    []\n   ],\n   \"fo\": [\n    [],\n    []\n   ]\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/emulation/totalcorner/match/today/?t=non deserunt nisi in&l=en_US&o=no",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              },
              {
                "name": "o",
                "value": "no",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with all live matches with totalcorner schema (match/today).\nWhy?\nBecause of our customers have written software/bots and applications based on the totalcorner scheme. Changing APIs would mean rewriting everything. This way our customers can access our data, and not change their software!\n See out docs at (https://info.soccerfootball.info/v1/emulated/totalcorner/match-today) to read all differents and improvements of our version.",
            "auth": {
              "mode": "inherit"
            }
          }
        }
      ]
    },
    {
      "type": "folder",
      "name": "managers",
      "filename": "managers",
      "seq": 4,
      "examples": [],
      "root": {
        "request": {
          "auth": {
            "mode": "inherit"
          }
        },
        "meta": {
          "name": "managers",
          "seq": 4
        }
      },
      "items": [
        {
          "type": "http",
          "name": "list Managers",
          "filename": "list Managers.bru",
          "seq": 1,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "All managers and their data: id, name, country and if has image",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/managers/list/?t=non deserunt nisi in&p=1&c=all&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "c",
                    "value": "all",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 10197\n  },\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 10197\n  }\n ],\n \"result\": [\n  {\n   \"id\": \"5fb962e4a82c690a\",\n   \"name\": \"Barak Bakhar\",\n   \"country\": \"IL\",\n   \"has_image\": false\n  },\n  {\n   \"id\": \"5fb962e4a82c690a\",\n   \"name\": \"Barak Bakhar\",\n   \"country\": \"IL\",\n   \"has_image\": false\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/managers/list/?t=non deserunt nisi in&p=1&c=all&f=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "p",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "c",
                "value": "all",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with all managers and their data: id, name, country and if has image.\nThis is a paginate call, if you want to know how it works show FAQ on our documentation (https://info.soccerfootball.info/faq#how-paginate-work)\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "view Managers",
          "filename": "view Managers.bru",
          "seq": 2,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "Manager data: id, name, country, has_image ,current team, all past team and last 5 matches",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/managers/view/?t=non deserunt nisi in&i=1&l=en_US",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "i",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"id\": \"5fb962e4cf4aaa11\",\n   \"name\": \"Stefano Pioli\",\n   \"country\": \"IT\",\n   \"has_image\": false,\n   \"current_team\": {\n    \"public_id\": \"5fda5fcad92584cd\",\n    \"name\": \"AC Milan\"\n   },\n   \"history_teams\": [\n    {\n     \"team\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\"\n     },\n     \"from\": \"2019-10-27\",\n     \"to\": \"now\"\n    },\n    {\n     \"team\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\"\n     },\n     \"from\": \"2019-10-27\",\n     \"to\": \"now\"\n    }\n   ],\n   \"last_matches\": [\n    {\n     \"id\": \"5febc3461e382392\",\n     \"date_match\": \"2021-01-06 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda603ef024cb64\",\n      \"name\": \"Juventus\",\n      \"score\": \"3\"\n     }\n    },\n    {\n     \"id\": \"5febc3461e382392\",\n     \"date_match\": \"2021-01-06 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda603ef024cb64\",\n      \"name\": \"Juventus\",\n      \"score\": \"3\"\n     }\n    }\n   ]\n  },\n  {\n   \"id\": \"5fb962e4cf4aaa11\",\n   \"name\": \"Stefano Pioli\",\n   \"country\": \"IT\",\n   \"has_image\": false,\n   \"current_team\": {\n    \"public_id\": \"5fda5fcad92584cd\",\n    \"name\": \"AC Milan\"\n   },\n   \"history_teams\": [\n    {\n     \"team\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\"\n     },\n     \"from\": \"2019-10-27\",\n     \"to\": \"now\"\n    },\n    {\n     \"team\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\"\n     },\n     \"from\": \"2019-10-27\",\n     \"to\": \"now\"\n    }\n   ],\n   \"last_matches\": [\n    {\n     \"id\": \"5febc3461e382392\",\n     \"date_match\": \"2021-01-06 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda603ef024cb64\",\n      \"name\": \"Juventus\",\n      \"score\": \"3\"\n     }\n    },\n    {\n     \"id\": \"5febc3461e382392\",\n     \"date_match\": \"2021-01-06 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda603ef024cb64\",\n      \"name\": \"Juventus\",\n      \"score\": \"3\"\n     }\n    }\n   ]\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/managers/view/?t=non deserunt nisi in&i=1&l=en_US",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "i",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with manager data: id, name, country, has_image ,current team, all past team and last 5 matches",
            "auth": {
              "mode": "inherit"
            }
          }
        }
      ]
    },
    {
      "type": "folder",
      "name": "players",
      "filename": "players",
      "seq": 6,
      "examples": [],
      "root": {
        "request": {
          "auth": {
            "mode": "inherit"
          }
        },
        "meta": {
          "name": "players",
          "seq": 6
        }
      },
      "items": [
        {
          "type": "http",
          "name": "list Players",
          "filename": "list Players.bru",
          "seq": 1,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "All players with data",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/players/list/?t=non deserunt nisi in&p=1&c=all&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "c",
                    "value": "all",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 83227\n  },\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 83227\n  }\n ],\n \"result\": [\n  {\n   \"id\": \"5fb9692a053067d8\",\n   \"name\": \"Tn\",\n   \"has_image\": false\n  },\n  {\n   \"id\": \"5fb9692a053067d8\",\n   \"name\": \"Tn\",\n   \"has_image\": false\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/players/list/?t=non deserunt nisi in&p=1&c=all&f=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "p",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "c",
                "value": "all",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with all players and their data: id, name, country and if has image.\nThis is a paginate call, if you want to know how it works show FAQ on our documentation (https://info.soccerfootball.info/faq#how-paginate-work)\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "view Players",
          "filename": "view Players.bru",
          "seq": 2,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "Player data: id, name, country, birth date, prefer foot, height, has_image, last team and all his transfers",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/players/view/?t=non deserunt nisi in&i=1&l=en_US",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "i",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"id\": \"5fb9692a2e5a27c8\",\n   \"name\": \"Zlatan Ibrahimovic\",\n   \"country\": \"SE\",\n   \"birth_date\": \"1981-10-03\",\n   \"foot\": \"Both\",\n   \"height\": \"196 cm\",\n   \"has_image\": false,\n   \"last_team\": {\n    \"id\": \"5fda5fcad92584cd\",\n    \"name\": \"AC Milan\"\n   },\n   \"trasfers\": [\n    {\n     \"team\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\"\n     },\n     \"from\": \"2020-01-01 00:00:00\"\n    },\n    {\n     \"team\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\"\n     },\n     \"from\": \"2020-01-01 00:00:00\"\n    }\n   ]\n  },\n  {\n   \"id\": \"5fb9692a2e5a27c8\",\n   \"name\": \"Zlatan Ibrahimovic\",\n   \"country\": \"SE\",\n   \"birth_date\": \"1981-10-03\",\n   \"foot\": \"Both\",\n   \"height\": \"196 cm\",\n   \"has_image\": false,\n   \"last_team\": {\n    \"id\": \"5fda5fcad92584cd\",\n    \"name\": \"AC Milan\"\n   },\n   \"trasfers\": [\n    {\n     \"team\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\"\n     },\n     \"from\": \"2020-01-01 00:00:00\"\n    },\n    {\n     \"team\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\"\n     },\n     \"from\": \"2020-01-01 00:00:00\"\n    }\n   ]\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/players/view/?t=non deserunt nisi in&i=1&l=en_US",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "i",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with player data: id, name, country, birth date, prefer foot, height, has_image, last team and all his transfers",
            "auth": {
              "mode": "inherit"
            }
          }
        }
      ]
    },
    {
      "type": "folder",
      "name": "championships",
      "filename": "championships",
      "seq": 7,
      "examples": [],
      "root": {
        "request": {
          "auth": {
            "mode": "inherit"
          }
        },
        "meta": {
          "name": "championships",
          "seq": 7
        }
      },
      "items": [
        {
          "type": "http",
          "name": "list Championships",
          "filename": "list Championships.bru",
          "seq": 1,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "All championships with data",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/championships/list/?t=non deserunt nisi in&p=1&c=all&l=en_US&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "c",
                    "value": "all",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 1950\n  },\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 1950\n  }\n ],\n \"result\": [\n  {\n   \"id\": \"5fda5fa713daf8c1\",\n   \"name\": \"Kosovo - Superliga\",\n   \"has_image\": false\n  },\n  {\n   \"id\": \"5fda5fa713daf8c1\",\n   \"name\": \"Kosovo - Superliga\",\n   \"has_image\": false\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/championships/list/?t=non deserunt nisi in&p=1&c=all&l=en_US&f=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "p",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "c",
                "value": "all",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with all championships and their data:id, name, country and if has image.\nThis is a paginate call, if you want to know how it works show FAQ on our documentation (https://info.soccerfootball.info/faq#how-paginate-work)\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "view Championships",
          "filename": "view Championships.bru",
          "seq": 2,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "Returns with championship data: id, name, country, has_image and all seasons with their groups and tables",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/championships/view/?t=non deserunt nisi in&i=1&l=en_US",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "i",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"id\": \"5fda5fab11fbd288\",\n   \"name\": \"Italy Serie A\",\n   \"country\": \"IT\",\n   \"has_image\": false,\n   \"seasons\": [\n    {\n     \"name\": \"Serie A 20/21\",\n     \"from\": \"2020-09-19\",\n     \"to\": \"2021-05-23\",\n     \"groups\": [\n      {\n       \"name\": \"Serie A\",\n       \"table\": [\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        },\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        }\n       ]\n      },\n      {\n       \"name\": \"Serie A\",\n       \"table\": [\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        },\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        }\n       ]\n      }\n     ]\n    },\n    {\n     \"name\": \"Serie A 20/21\",\n     \"from\": \"2020-09-19\",\n     \"to\": \"2021-05-23\",\n     \"groups\": [\n      {\n       \"name\": \"Serie A\",\n       \"table\": [\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        },\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        }\n       ]\n      },\n      {\n       \"name\": \"Serie A\",\n       \"table\": [\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        },\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        }\n       ]\n      }\n     ]\n    }\n   ]\n  },\n  {\n   \"id\": \"5fda5fab11fbd288\",\n   \"name\": \"Italy Serie A\",\n   \"country\": \"IT\",\n   \"has_image\": false,\n   \"seasons\": [\n    {\n     \"name\": \"Serie A 20/21\",\n     \"from\": \"2020-09-19\",\n     \"to\": \"2021-05-23\",\n     \"groups\": [\n      {\n       \"name\": \"Serie A\",\n       \"table\": [\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        },\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        }\n       ]\n      },\n      {\n       \"name\": \"Serie A\",\n       \"table\": [\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        },\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        }\n       ]\n      }\n     ]\n    },\n    {\n     \"name\": \"Serie A 20/21\",\n     \"from\": \"2020-09-19\",\n     \"to\": \"2021-05-23\",\n     \"groups\": [\n      {\n       \"name\": \"Serie A\",\n       \"table\": [\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        },\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        }\n       ]\n      },\n      {\n       \"name\": \"Serie A\",\n       \"table\": [\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        },\n        {\n         \"team\": {\n          \"id\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"name\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"position\": 1,\n         \"win\": 11,\n         \"draw\": 4,\n         \"loss\": 1,\n         \"points\": 37,\n         \"goals_scored\": 35,\n         \"goals_conceded\": 19,\n         \"note\": \"Champions League\"\n        }\n       ]\n      }\n     ]\n    }\n   ]\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/championships/view/?t=non deserunt nisi in&i=1&l=en_US",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "i",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with championship data: id, name, country, has_image and all seasons with their groups and tables",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "championships Ws",
          "filename": "championships Ws.bru",
          "seq": 3,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "championships Ws",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/championships/ws/?t=non deserunt nisi in&p=1&f=json",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "json",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "search_ws",
                    "value": "",
                    "type": "query",
                    "enabled": false
                  },
                  {
                    "name": "search",
                    "value": "",
                    "type": "query",
                    "enabled": false
                  },
                  {
                    "name": "find_id",
                    "value": "",
                    "type": "query",
                    "enabled": false
                  },
                  {
                    "name": "find_ws_id",
                    "value": "",
                    "type": "query",
                    "enabled": false
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 542\n  }\n ],\n \"result\": [\n  {\n   \"id\": {\n    \"ws_realtime\": \"a1b2c3d4e5f6a7b8\",\n    \"rest_releated\": \"5ff7a0c8ceb4f157\"\n   },\n   \"name\": {\n    \"ws_realtime\": \"FC Internazionale Milano\",\n    \"rest_releated\": \"Inter Milan\"\n   },\n   \"country\": {\n    \"ws_realtime\": null,\n    \"rest_releated\": \"IT\"\n   }\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/championships/ws/?t=non deserunt nisi in&p=1&f=json",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "p",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "json",
                "type": "query",
                "enabled": true
              },
              {
                "name": "search_ws",
                "value": "",
                "type": "query",
                "enabled": false
              },
              {
                "name": "search",
                "value": "",
                "type": "query",
                "enabled": false
              },
              {
                "name": "find_id",
                "value": "",
                "type": "query",
                "enabled": false
              },
              {
                "name": "find_ws_id",
                "value": "",
                "type": "query",
                "enabled": false
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns paginated list of championships with WebSocket (SofaScore) and REST ID mappings. Supports search and lookup by ID. Available only for MEGA and CUSTOM plans.",
            "auth": {
              "mode": "inherit"
            }
          },
          "auth": {
            "mode": "inherit"
          }
        }
      ]
    },
    {
      "type": "folder",
      "name": "stadiums",
      "filename": "stadiums",
      "seq": 3,
      "examples": [],
      "root": {
        "request": {
          "auth": {
            "mode": "inherit"
          }
        },
        "meta": {
          "name": "stadiums",
          "seq": 3
        }
      },
      "items": [
        {
          "type": "http",
          "name": "list Stadiums",
          "filename": "list Stadiums.bru",
          "seq": 1,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "All stadiums and their data: name, city, country, capacity, geo coordinates and if has an image",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/stadiums/list/?t=non deserunt nisi in&p=1&c=all&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "c",
                    "value": "all",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 6831\n  },\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 6831\n  }\n ],\n \"result\": [\n  {\n   \"id\": \"5fb969788aa64e3c\",\n   \"name\": \"Doha Stadium\",\n   \"city\": \"Sakhnin\",\n   \"country\": \"IL\",\n   \"capacity\": \"8500\",\n   \"coordinates\": \"32.866692,35.310850\",\n   \"has_image\": false\n  },\n  {\n   \"id\": \"5fb969788aa64e3c\",\n   \"name\": \"Doha Stadium\",\n   \"city\": \"Sakhnin\",\n   \"country\": \"IL\",\n   \"capacity\": \"8500\",\n   \"coordinates\": \"32.866692,35.310850\",\n   \"has_image\": false\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/stadiums/list/?t=non deserunt nisi in&p=1&c=all&f=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "p",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "c",
                "value": "all",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with all stadiums and their data: id, name, city, country, capacity, geo coordinates and if has an image.\nThis is a paginate call, if you want to know how it works show FAQ on our documentation (https://info.soccerfootball.info/faq#how-paginate-work)\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "view Stadiums",
          "filename": "view Stadiums.bru",
          "seq": 2,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "Stadium data: id, name, city, country, capacity, geo coordinates, has_image and last 5 matches",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/stadiums/view/?t=non deserunt nisi in&i=1&l=en_US",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "i",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"id\": \"5fb96978c469c28a\",\n   \"name\": \"Giuseppe Meazza\",\n   \"city\": \"Milan\",\n   \"country\": \"IT\",\n   \"capacity\": \"80018\",\n   \"geocoords\": \"45.478025,9.124206\",\n   \"has_image\": false,\n   \"last_matches\": [\n    {\n     \"id\": \"5febc3461e382392\",\n     \"date_match\": \"2021-01-06 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda603ef024cb64\",\n      \"name\": \"Juventus\",\n      \"score\": \"3\"\n     }\n    },\n    {\n     \"id\": \"5febc3461e382392\",\n     \"date_match\": \"2021-01-06 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda603ef024cb64\",\n      \"name\": \"Juventus\",\n      \"score\": \"3\"\n     }\n    }\n   ]\n  },\n  {\n   \"id\": \"5fb96978c469c28a\",\n   \"name\": \"Giuseppe Meazza\",\n   \"city\": \"Milan\",\n   \"country\": \"IT\",\n   \"capacity\": \"80018\",\n   \"geocoords\": \"45.478025,9.124206\",\n   \"has_image\": false,\n   \"last_matches\": [\n    {\n     \"id\": \"5febc3461e382392\",\n     \"date_match\": \"2021-01-06 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda603ef024cb64\",\n      \"name\": \"Juventus\",\n      \"score\": \"3\"\n     }\n    },\n    {\n     \"id\": \"5febc3461e382392\",\n     \"date_match\": \"2021-01-06 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda603ef024cb64\",\n      \"name\": \"Juventus\",\n      \"score\": \"3\"\n     }\n    }\n   ]\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/stadiums/view/?t=non deserunt nisi in&i=1&l=en_US",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "i",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with stadium data: id, name, city, country, capacity, geo coordinates, has_image and last 5 matches",
            "auth": {
              "mode": "inherit"
            }
          }
        }
      ]
    },
    {
      "type": "folder",
      "name": "ws",
      "filename": "ws",
      "seq": 10,
      "examples": [],
      "root": {
        "request": {
          "auth": {
            "mode": "inherit"
          }
        },
        "meta": {
          "name": "ws",
          "seq": 10
        }
      },
      "items": [
        {
          "type": "http",
          "name": "delete",
          "filename": "delete.bru",
          "seq": 3,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "delete",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/v1/ws/delete/?t=api_token_id&wid=websocket_id",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "api_token_id",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "wid",
                    "value": "websocket_id",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "200",
                "statusText": "OK",
                "headers": [],
                "body": {
                  "type": "text",
                  "content": "{\n  \"status\": 200,\n  \"errors\": [],\n  \"pagination\": [],\n  \"result\": [\n    {\n      \"deleted\": true,\n      \"message\": \"WebSocket token deleted successfully\"\n    }\n  ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/v1/ws/delete/?t=api_token_id&wid=websocket_id",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "api_token_id",
                "type": "query",
                "enabled": true
              },
              {
                "name": "wid",
                "value": "websocket_id",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "get",
          "filename": "get.bru",
          "seq": 4,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "get current token",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/v1/ws/get/?t=api_token_id",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "api_token_id",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "200",
                "statusText": "OK",
                "headers": [],
                "body": {
                  "type": "text",
                  "content": "{\n  \"status\": 200,\n  \"errors\": [],\n  \"pagination\": [],\n  \"result\": [\n    {\n      \"token\": \"519df00091a69ll0\",\n      \"server\": \"wss://ws-as.soccerfootball.info/ws?token=519df00091a69ll0\",\n      \"max_connections\": 125,\n      \"max_subscribe_per_connection\": 30,\n      \"allowed_channels\": [\n        \"MAIN\",\n        \"STATS\",\n        \"STATS_REALTIME\",\n        \"ODDS\",\n        \"ODDS_REALTIME\"\n      ],\n      \"expires_at\": \"2026-02-17 09:09:42\",\n      \"active_connections\": 0\n    }\n  ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/v1/ws/get/?t=api_token_id",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "api_token_id",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "renew",
          "filename": "renew.bru",
          "seq": 2,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "renew",
              "description": "",
              "type": "http",
              "request": {
                "url": "https://api-as.soccerfootball.info/v1/ws/renew/?t=api_token_id&wid=websoket_token",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "api_token_id",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "wid",
                    "value": "websoket_token",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "200",
                "statusText": "OK",
                "headers": [],
                "body": {
                  "type": "text",
                  "content": "{\n  \"status\": 200,\n  \"errors\": [],\n  \"pagination\": [],\n  \"result\": [\n    {\n      \"renewed\": true,\n      \"token\": \"519df00091e69lo0\",\n      \"expires_at\": \"2026-02-17 09:09:42\",\n      \"message\": \"WebSocket token renewed successfully\"\n    }\n  ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/v1/ws/renew/?t=api_token_id&wid=websoket_token",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "api_token_id",
                "type": "query",
                "enabled": true
              },
              {
                "name": "wid",
                "value": "websoket_token",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "new",
          "filename": "new.bru",
          "seq": 1,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "new token",
              "description": "",
              "type": "http",
              "request": {
                "url": "https://api-as.soccerfootball.info/v1/ws/new/?t=api_token_id",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "api_token_id",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "200",
                "statusText": "OK",
                "headers": [],
                "body": {
                  "type": "text",
                  "content": "{\n  \"status\": 200,\n  \"errors\": [],\n  \"pagination\": [],\n  \"result\": [\n    {\n      \"is_new\": true,\n      \"token\": \"519df00091e69lo0\",\n      \"server\": \"wss://ws-as.soccerfootball.info/ws?token=519df00091e69lo0\",\n      \"max_connections\": 125,\n      \"max_subscribe_per_connection\": 30,\n      \"allowed_channels\": [\n        \"MAIN\",\n        \"STATS\",\n        \"STATS_REALTIME\",\n        \"ODDS\",\n        \"ODDS_REALTIME\"\n      ],\n      \"expires_at\": \"2026-02-17 09:08:47\"\n    }\n  ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/v1/ws/new/?t=api_token_id",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "api_token_id",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "",
            "auth": {
              "mode": "inherit"
            }
          }
        }
      ]
    },
    {
      "type": "folder",
      "name": "teams",
      "filename": "teams",
      "seq": 8,
      "examples": [],
      "root": {
        "request": {
          "auth": {
            "mode": "inherit"
          }
        },
        "meta": {
          "name": "teams",
          "seq": 8
        }
      },
      "items": [
        {
          "type": "http",
          "name": "history Teams",
          "filename": "history Teams.bru",
          "seq": 3,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "All macthes of a specific team in a lapse of time",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/teams/history/?t=non deserunt nisi in&i=1&w=6m&l=en_US&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "i",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "w",
                    "value": "6m",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"lapse\": \"6m\",\n   \"results\": {\n    \"win\": 28,\n    \"loss\": 2,\n    \"draw\": 7\n   },\n   \"macthes\": [\n    {\n     \"id\": \"5ff1096066d98235\",\n     \"date\": \"2021-01-09 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"2\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda5fc4a7cbddf2\",\n      \"name\": \"Torino\",\n      \"score\": \"0\"\n     }\n    },\n    {\n     \"id\": \"5ff1096066d98235\",\n     \"date\": \"2021-01-09 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"2\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda5fc4a7cbddf2\",\n      \"name\": \"Torino\",\n      \"score\": \"0\"\n     }\n    }\n   ]\n  },\n  {\n   \"lapse\": \"6m\",\n   \"results\": {\n    \"win\": 28,\n    \"loss\": 2,\n    \"draw\": 7\n   },\n   \"macthes\": [\n    {\n     \"id\": \"5ff1096066d98235\",\n     \"date\": \"2021-01-09 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"2\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda5fc4a7cbddf2\",\n      \"name\": \"Torino\",\n      \"score\": \"0\"\n     }\n    },\n    {\n     \"id\": \"5ff1096066d98235\",\n     \"date\": \"2021-01-09 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"2\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda5fc4a7cbddf2\",\n      \"name\": \"Torino\",\n      \"score\": \"0\"\n     }\n    }\n   ]\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/teams/history/?t=non deserunt nisi in&i=1&w=6m&l=en_US&f=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "i",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "w",
                "value": "6m",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with all macthes of a specific team in a lapse of time: 'all' from 2017-01-01, '1y' last year, '6m' last 6 months.\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "list Teams",
          "filename": "list Teams.bru",
          "seq": 1,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "All Teams with data",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/teams/list/?t=non deserunt nisi in&p=1&c=all&l=en_US&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "c",
                    "value": "all",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 38127\n  },\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 38127\n  }\n ],\n \"result\": [\n  {\n   \"id\": \"5fda5faf06aa325e\",\n   \"name\": \"ES Paulhan Pezenas\",\n   \"country\": \"FR\",\n   \"has_image\": false\n  },\n  {\n   \"id\": \"5fda5faf06aa325e\",\n   \"name\": \"ES Paulhan Pezenas\",\n   \"country\": \"FR\",\n   \"has_image\": false\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/teams/list/?t=non deserunt nisi in&p=1&c=all&l=en_US&f=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "p",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "c",
                "value": "all",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with all teams and their data: id, name, country and if has image.\nThis is a paginate call, if you want to know how it works show FAQ on our documentation (https://info.soccerfootball.info/faq#how-paginate-work)\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "versus Teams",
          "filename": "versus Teams.bru",
          "seq": 4,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "All matches between two teams and the results",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/teams/versus/?t=non deserunt nisi in&x=1&y=1&w=6m&l=en_US&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "x",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "y",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "w",
                    "value": "6m",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"lapse\": \"all\",\n   \"teamX\": {\n    \"id\": \"5fda6034be4e9d6b\",\n    \"name\": \"Inter\"\n   },\n   \"teamY\": {\n    \"id\": \"5fda5fcad92584cd\",\n    \"name\": \"Milan\"\n   },\n   \"results\": {\n    \"teamX\": 5,\n    \"teamY\": 2,\n    \"draw\": 2\n   },\n   \"macthes\": [\n    {\n     \"id\": \"5fb96897c83c9629\",\n     \"date\": \"2020-10-17 16:00:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italia - Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda6034be4e9d6b\",\n      \"name\": \"Inter\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"Milan\",\n      \"score\": \"2\"\n     }\n    },\n    {\n     \"id\": \"5fb96897c83c9629\",\n     \"date\": \"2020-10-17 16:00:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italia - Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda6034be4e9d6b\",\n      \"name\": \"Inter\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"Milan\",\n      \"score\": \"2\"\n     }\n    }\n   ]\n  },\n  {\n   \"lapse\": \"all\",\n   \"teamX\": {\n    \"id\": \"5fda6034be4e9d6b\",\n    \"name\": \"Inter\"\n   },\n   \"teamY\": {\n    \"id\": \"5fda5fcad92584cd\",\n    \"name\": \"Milan\"\n   },\n   \"results\": {\n    \"teamX\": 5,\n    \"teamY\": 2,\n    \"draw\": 2\n   },\n   \"macthes\": [\n    {\n     \"id\": \"5fb96897c83c9629\",\n     \"date\": \"2020-10-17 16:00:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italia - Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda6034be4e9d6b\",\n      \"name\": \"Inter\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"Milan\",\n      \"score\": \"2\"\n     }\n    },\n    {\n     \"id\": \"5fb96897c83c9629\",\n     \"date\": \"2020-10-17 16:00:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italia - Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda6034be4e9d6b\",\n      \"name\": \"Inter\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"Milan\",\n      \"score\": \"2\"\n     }\n    }\n   ]\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/teams/versus/?t=non deserunt nisi in&x=1&y=1&w=6m&l=en_US&f=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "x",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "y",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "w",
                "value": "6m",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with all matches between two teams and the results\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "view Teams",
          "filename": "view Teams.bru",
          "seq": 2,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "Team data: id, name, country, manager data, stadium data, has_image, last 5 matches and last lineup",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/teams/view/?t=non deserunt nisi in&i=1&l=en_US",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "i",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"id\": \"5fda5fcad92584cd\",\n   \"name\": \"AC Milan\",\n   \"country\": \"IT\",\n   \"manager\": {\n    \"id\": \"5fb962e4cf4aaa11\",\n    \"name\": \"Stefano Pioli\"\n   },\n   \"stadium\": {\n    \"id\": \"5fb96978c469c28a\",\n    \"name\": \"Giuseppe Meazza\",\n    \"city\": \"Milan\",\n    \"country\": \"IT\",\n    \"capacity\": \"80018\",\n    \"geocoords\": \"45.478025,9.124206\"\n   },\n   \"has_image\": false,\n   \"last_matches\": [\n    {\n     \"id\": \"5febc3461e382392\",\n     \"date_match\": \"2021-01-06 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda603ef024cb64\",\n      \"name\": \"Juventus\",\n      \"score\": \"3\"\n     },\n     \"team_result\": \"LOSS\"\n    },\n    {\n     \"id\": \"5febc3461e382392\",\n     \"date_match\": \"2021-01-06 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda603ef024cb64\",\n      \"name\": \"Juventus\",\n      \"score\": \"3\"\n     },\n     \"team_result\": \"LOSS\"\n    }\n   ],\n   \"last_lineup\": {\n    \"start\": [\n     {\n      \"id\": \"5fb9692f65e3959a\",\n      \"name\": \"Gianluigi Donnarumma\",\n      \"s_n\": \"99\"\n     },\n     {\n      \"id\": \"5fb9692f65e3959a\",\n      \"name\": \"Gianluigi Donnarumma\",\n      \"s_n\": \"99\"\n     }\n    ],\n    \"substitutions\": [\n     {\n      \"id\": \"5fb9692f6831e7f2\",\n      \"name\": \"Antonio Donnarumma\",\n      \"s_n\": \"90\"\n     },\n     {\n      \"id\": \"5fb9692f6831e7f2\",\n      \"name\": \"Antonio Donnarumma\",\n      \"s_n\": \"90\"\n     }\n    ]\n   }\n  },\n  {\n   \"id\": \"5fda5fcad92584cd\",\n   \"name\": \"AC Milan\",\n   \"country\": \"IT\",\n   \"manager\": {\n    \"id\": \"5fb962e4cf4aaa11\",\n    \"name\": \"Stefano Pioli\"\n   },\n   \"stadium\": {\n    \"id\": \"5fb96978c469c28a\",\n    \"name\": \"Giuseppe Meazza\",\n    \"city\": \"Milan\",\n    \"country\": \"IT\",\n    \"capacity\": \"80018\",\n    \"geocoords\": \"45.478025,9.124206\"\n   },\n   \"has_image\": false,\n   \"last_matches\": [\n    {\n     \"id\": \"5febc3461e382392\",\n     \"date_match\": \"2021-01-06 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda603ef024cb64\",\n      \"name\": \"Juventus\",\n      \"score\": \"3\"\n     },\n     \"team_result\": \"LOSS\"\n    },\n    {\n     \"id\": \"5febc3461e382392\",\n     \"date_match\": \"2021-01-06 19:45:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab11fbd288\",\n      \"name\": \"Italy Serie A\",\n      \"s_name\": \"Serie A 20/21\"\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fcad92584cd\",\n      \"name\": \"AC Milan\",\n      \"score\": \"1\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda603ef024cb64\",\n      \"name\": \"Juventus\",\n      \"score\": \"3\"\n     },\n     \"team_result\": \"LOSS\"\n    }\n   ],\n   \"last_lineup\": {\n    \"start\": [\n     {\n      \"id\": \"5fb9692f65e3959a\",\n      \"name\": \"Gianluigi Donnarumma\",\n      \"s_n\": \"99\"\n     },\n     {\n      \"id\": \"5fb9692f65e3959a\",\n      \"name\": \"Gianluigi Donnarumma\",\n      \"s_n\": \"99\"\n     }\n    ],\n    \"substitutions\": [\n     {\n      \"id\": \"5fb9692f6831e7f2\",\n      \"name\": \"Antonio Donnarumma\",\n      \"s_n\": \"90\"\n     },\n     {\n      \"id\": \"5fb9692f6831e7f2\",\n      \"name\": \"Antonio Donnarumma\",\n      \"s_n\": \"90\"\n     }\n    ]\n   }\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/teams/view/?t=non deserunt nisi in&i=1&l=en_US",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "i",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with team data: id, name, country, manager data, stadium data, has_image, last 5 matches and last lineup",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "teams Ws",
          "filename": "teams Ws.bru",
          "seq": 5,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "teams Ws",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/teams/ws/?t=non deserunt nisi in&p=1&f=json",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "json",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "search_ws",
                    "value": "",
                    "type": "query",
                    "enabled": false
                  },
                  {
                    "name": "search",
                    "value": "",
                    "type": "query",
                    "enabled": false
                  },
                  {
                    "name": "find_id",
                    "value": "",
                    "type": "query",
                    "enabled": false
                  },
                  {
                    "name": "find_ws_id",
                    "value": "",
                    "type": "query",
                    "enabled": false
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 542\n  }\n ],\n \"result\": [\n  {\n   \"id\": {\n    \"ws_realtime\": \"a1b2c3d4e5f6a7b8\",\n    \"rest_releated\": \"5ff7a0c8ceb4f157\"\n   },\n   \"name\": {\n    \"ws_realtime\": \"FC Internazionale Milano\",\n    \"rest_releated\": \"Inter Milan\"\n   },\n   \"country\": {\n    \"ws_realtime\": null,\n    \"rest_releated\": \"IT\"\n   }\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/teams/ws/?t=non deserunt nisi in&p=1&f=json",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "p",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "json",
                "type": "query",
                "enabled": true
              },
              {
                "name": "search_ws",
                "value": "",
                "type": "query",
                "enabled": false
              },
              {
                "name": "search",
                "value": "",
                "type": "query",
                "enabled": false
              },
              {
                "name": "find_id",
                "value": "",
                "type": "query",
                "enabled": false
              },
              {
                "name": "find_ws_id",
                "value": "",
                "type": "query",
                "enabled": false
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns paginated list of teams with WebSocket (SofaScore) and REST ID mappings. Supports search and lookup by ID. Available only for MEGA and CUSTOM plans.",
            "auth": {
              "mode": "inherit"
            }
          },
          "auth": {
            "mode": "inherit"
          }
        }
      ]
    },
    {
      "type": "folder",
      "name": "live",
      "filename": "live",
      "seq": 2,
      "examples": [],
      "root": {
        "request": {
          "auth": {
            "mode": "inherit"
          }
        },
        "meta": {
          "name": "live",
          "seq": 2
        }
      },
      "items": [
        {
          "type": "http",
          "name": "live Matches Basic",
          "filename": "live Matches Basic.bru",
          "seq": 1,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "Returns with all live mactches with basic data",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/live/basic/?t=non deserunt nisi in&l=en_US&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"id\": \"5ff10963637b3299\",\n   \"date\": \"2021-01-09 16:30:00\",\n   \"timer\": \"90:00+00:36\",\n   \"est_e_timer\": \"2\",\n   \"in_play\": true,\n   \"championship\": {\n    \"id\": \"5fda5fad1bff8a2c\",\n    \"name\": \"Italy Serie C Group B\",\n    \"s_name\": \"Serie C 20/21, Group B\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda60346ec30f00\",\n    \"name\": \"AC Feralpisalo\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"inf\": \"minim magna consequat dolor occaecat\",\n     \"incididunt3\": false\n    },\n    \"stats\": {\n     \"possession\": \"53\",\n     \"attacks\": {\n      \"n\": \"214\",\n      \"d\": \"120\",\n      \"anim539\": \"ea consequat Ut in in\"\n     },\n     \"shoots\": {\n      \"t\": \"11\",\n      \"off\": \"6\",\n      \"on\": \"5\",\n      \"occaecat714\": -95675442.1553283\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"h\": \"1\",\n      \"nostrud7\": 75368573\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"eiusmod1f8\": \"ad\"\n     },\n     \"substitutions\": \"0\",\n     \"quis7\": \"occaecat Duis anim do\",\n     \"aliquipa\": 28711905\n    }\n   },\n   \"teamB\": {\n    \"id\": \"5fda60157cbbfdc4\",\n    \"name\": \"Sambenedettese\",\n    \"score\": {\n     \"f\": \"2\",\n     \"1h\": \"1\",\n     \"2h\": \"2\",\n     \"reprehenderitfb\": false,\n     \"enim2\": false\n    },\n    \"stats\": {\n     \"possession\": \"47\",\n     \"attacks\": {\n      \"n\": \"180\",\n      \"d\": \"68\",\n      \"dolored2\": 85903598.42719245\n     },\n     \"shoots\": {\n      \"t\": \"6\",\n      \"off\": \"3\",\n      \"on\": \"3\",\n      \"laborumd\": -88587279\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"3\",\n      \"h\": \"0\",\n      \"laboreb\": false\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"quis833\": \"ullamco cupidatat Excepteur sint\"\n     },\n     \"substitutions\": \"0\",\n     \"eu2\": true,\n     \"exa5\": -76978475.29690161\n    }\n   }\n  },\n  {\n   \"id\": \"5ff10963637b3299\",\n   \"date\": \"2021-01-09 16:30:00\",\n   \"timer\": \"90:00+00:36\",\n   \"est_e_timer\": \"2\",\n   \"in_play\": true,\n   \"championship\": {\n    \"id\": \"5fda5fad1bff8a2c\",\n    \"name\": \"Italy Serie C Group B\",\n    \"s_name\": \"Serie C 20/21, Group B\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda60346ec30f00\",\n    \"name\": \"AC Feralpisalo\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"dolor24\": \"Ut mollit\",\n     \"dolor8eb\": 75019995\n    },\n    \"stats\": {\n     \"possession\": \"53\",\n     \"attacks\": {\n      \"n\": \"214\",\n      \"d\": \"120\",\n      \"dolor905\": false\n     },\n     \"shoots\": {\n      \"t\": \"11\",\n      \"off\": \"6\",\n      \"on\": \"5\",\n      \"dolorba\": false\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"h\": \"1\",\n      \"cillum68\": \"aliquip do incididunt\"\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"commodo2\": false\n     },\n     \"substitutions\": \"0\",\n     \"ute\": \"ut\",\n     \"velitb\": 14806836\n    }\n   },\n   \"teamB\": {\n    \"id\": \"5fda60157cbbfdc4\",\n    \"name\": \"Sambenedettese\",\n    \"score\": {\n     \"f\": \"2\",\n     \"1h\": \"1\",\n     \"2h\": \"2\",\n     \"id5\": -39445701,\n     \"sintf\": false\n    },\n    \"stats\": {\n     \"possession\": \"47\",\n     \"attacks\": {\n      \"n\": \"180\",\n      \"d\": \"68\",\n      \"sint9\": false\n     },\n     \"shoots\": {\n      \"t\": \"6\",\n      \"off\": \"3\",\n      \"on\": \"3\",\n      \"ullamco120\": \"laboris amet\"\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"3\",\n      \"h\": \"0\",\n      \"velitb9d\": -88520734.03472494\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"laborumd8\": -71583125.36809\n     },\n     \"substitutions\": \"0\",\n     \"none9\": false,\n     \"officia56\": false\n    }\n   }\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/live/basic/?t=non deserunt nisi in&l=en_US&f=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with all live mactches with data: id, in_play, status, championship data, teams data and match stats.\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "live Matches Full",
          "filename": "live Matches Full.bru",
          "seq": 2,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "Returns with all live mactches with full data",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/live/full/?t=non deserunt nisi in&l=en_US&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"id\": \"5ff10963637b3299\",\n   \"date\": \"2021-01-09 16:30:00\",\n   \"timer\": \"90:00+03:06\",\n   \"est_e_timer\": \"2\",\n   \"in_play\": true,\n   \"championship\": {\n    \"id\": \"5fda5fad1bff8a2c\",\n    \"name\": \"Italy Serie C Group B\",\n    \"s_name\": \"Serie C 20/21, Group B\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda60346ec30f00\",\n    \"name\": \"AC Feralpisalo\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"quic\": 78956184,\n     \"sint35\": true\n    },\n    \"stats\": {\n     \"possession\": \"53\",\n     \"attacks\": {\n      \"n\": \"220\",\n      \"d\": \"124\",\n      \"proidentc3\": 27367071\n     },\n     \"shoots\": {\n      \"t\": \"11\",\n      \"off\": \"6\",\n      \"on\": \"5\",\n      \"velite\": \"Excepteur\"\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"h\": \"1\",\n      \"labore80\": false\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"ut11\": false\n     },\n     \"substitutions\": \"0\",\n     \"Excepteurdbf\": \"labore nostrud amet\",\n     \"commodo99\": -70621935\n    }\n   },\n   \"teamB\": {\n    \"id\": \"5fda60157cbbfdc4\",\n    \"name\": \"Sambenedettese\",\n    \"score\": {\n     \"f\": \"2\",\n     \"1h\": \"1\",\n     \"2h\": \"2\",\n     \"deserunt55e\": -96480227.67189772,\n     \"sunt1\": false\n    },\n    \"stats\": {\n     \"possession\": \"47\",\n     \"attacks\": {\n      \"n\": \"187\",\n      \"d\": \"73\",\n      \"adipisicing59\": true\n     },\n     \"shoots\": {\n      \"t\": \"6\",\n      \"off\": \"3\",\n      \"on\": \"3\",\n      \"nisi7da\": true\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"3\",\n      \"h\": \"0\",\n      \"commodod6d\": -59888124\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"pariatur976\": false\n     },\n     \"substitutions\": \"0\",\n     \"cillumc6f\": false,\n     \"adb7\": true\n    }\n   },\n   \"odds\": {\n    \"starting\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"1\": \"5.000\",\n       \"2\": \"1.615\",\n       \"X\": \"4.000\"\n      },\n      \"unibet\": {\n       \"1\": \"5.8\",\n       \"2\": \"1.56\",\n       \"X\": \"3.8\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"1.925\",\n       \"u\": \"1.875\",\n       \"v\": \"2.5\"\n      },\n      \"unibet\": {\n       \"o\": \"1.78\",\n       \"u\": \"1.97\",\n       \"v\": \"2.5\"\n      }\n     }\n    },\n    \"kickoff\": {\n     \"1X2\": {\n      \"unibet\": {\n       \"1\": \"2.1\",\n       \"2\": \"3.35\",\n       \"X\": \"3\"\n      },\n      \"bet365\": {\n       \"1\": \"2.100\",\n       \"2\": \"3.400\",\n       \"X\": \"3.000\"\n      }\n     },\n     \"asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.975\",\n       \"2\": \"1.825\",\n       \"v\": \"0.0,-0.5\"\n      }\n     },\n     \"over_under\": {\n      \"unibet\": {\n       \"o\": \"2.1\",\n       \"u\": \"1.65\",\n       \"v\": \"2.5\"\n      },\n      \"bet365\": {\n       \"o\": \"1.850\",\n       \"u\": \"1.950\",\n       \"v\": \"2.0\"\n      }\n     },\n     \"asian_corner\": {\n      \"bet365\": {\n       \"o\": \"1.900\",\n       \"u\": \"1.900\",\n       \"v\": \"8.5\"\n      }\n     },\n     \"1h_asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.700\",\n       \"2\": \"2.100\",\n       \"v\": \"0.0\"\n      }\n     },\n     \"1h_goalline\": {\n      \"bet365\": {\n       \"o\": \"1.825\",\n       \"u\": \"1.975\",\n       \"v\": \"0.5,1.0\"\n      }\n     },\n     \"1h_asian_corner\": {\n      \"bet365\": {\n       \"o\": \"1.900\",\n       \"u\": \"1.900\",\n       \"v\": \"4\"\n      }\n     },\n     \"1h_result\": {\n      \"bet365\": {\n       \"1\": \"2.875\",\n       \"2\": \"4.000\",\n       \"X\": \"2.000\"\n      }\n     }\n    },\n    \"live\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"1\": \"151.000\",\n       \"2\": \"1.015\",\n       \"X\": \"21.000\"\n      },\n      \"unibet\": {\n       \"1\": \"151\",\n       \"2\": \"1.01\",\n       \"X\": \"17\"\n      }\n     },\n     \"asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.525\",\n       \"2\": \"2.425\",\n       \"v\": \"0\"\n      },\n      \"unibet\": {\n       \"1\": \"12\",\n       \"2\": \"1.04\",\n       \"v\": \"0.5\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"8.100\",\n       \"u\": \"1.085\",\n       \"v\": \"3.5\"\n      },\n      \"unibet\": {\n       \"o\": \"8\",\n       \"u\": \"1.08\",\n       \"v\": \"3.5\"\n      }\n     },\n     \"asian_corner\": {\n      \"bet365\": {\n       \"o\": \"1.900\",\n       \"u\": \"1.900\",\n       \"v\": \"7.5\"\n      }\n     },\n     \"1h_asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.675\",\n       \"2\": \"2.150\",\n       \"v\": \"0\"\n      }\n     },\n     \"1h_goalline\": {\n      \"bet365\": {\n       \"o\": \"7.400\",\n       \"u\": \"1.095\",\n       \"v\": \"1.5\"\n      }\n     },\n     \"1h_asian_corner\": {\n      \"bet365\": {\n       \"o\": \"2.750\",\n       \"u\": \"1.425\",\n       \"v\": \"0.5\"\n      }\n     },\n     \"1h_result\": {\n      \"bet365\": {\n       \"1\": \"41.000\",\n       \"2\": \"1.040\",\n       \"X\": \"13.000\"\n      }\n     }\n    }\n   }\n  },\n  {\n   \"id\": \"5ff10963637b3299\",\n   \"date\": \"2021-01-09 16:30:00\",\n   \"timer\": \"90:00+03:06\",\n   \"est_e_timer\": \"2\",\n   \"in_play\": true,\n   \"championship\": {\n    \"id\": \"5fda5fad1bff8a2c\",\n    \"name\": \"Italy Serie C Group B\",\n    \"s_name\": \"Serie C 20/21, Group B\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda60346ec30f00\",\n    \"name\": \"AC Feralpisalo\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"sit033\": 98316511,\n     \"fugiatac3\": true\n    },\n    \"stats\": {\n     \"possession\": \"53\",\n     \"attacks\": {\n      \"n\": \"220\",\n      \"d\": \"124\",\n      \"enimdae\": false\n     },\n     \"shoots\": {\n      \"t\": \"11\",\n      \"off\": \"6\",\n      \"on\": \"5\",\n      \"dofb1\": -81272668.29191515\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"h\": \"1\",\n      \"dolor1d\": true\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"sit5\": -67804997\n     },\n     \"substitutions\": \"0\",\n     \"adf\": -5267899.469791755,\n     \"irureec\": -99550221.4542567\n    }\n   },\n   \"teamB\": {\n    \"id\": \"5fda60157cbbfdc4\",\n    \"name\": \"Sambenedettese\",\n    \"score\": {\n     \"f\": \"2\",\n     \"1h\": \"1\",\n     \"2h\": \"2\",\n     \"ine\": 9358729,\n     \"dolore60\": false\n    },\n    \"stats\": {\n     \"possession\": \"47\",\n     \"attacks\": {\n      \"n\": \"187\",\n      \"d\": \"73\",\n      \"incididuntf0d\": -2461176\n     },\n     \"shoots\": {\n      \"t\": \"6\",\n      \"off\": \"3\",\n      \"on\": \"3\",\n      \"sunt90b\": 45748728\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"3\",\n      \"h\": \"0\",\n      \"ina9\": \"sit id sed\"\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"et497\": -54398142.15276302\n     },\n     \"substitutions\": \"0\",\n     \"sede\": false,\n     \"aliquip227\": \"sunt incididunt proident nulla dolore\"\n    }\n   },\n   \"odds\": {\n    \"starting\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"1\": \"5.000\",\n       \"2\": \"1.615\",\n       \"X\": \"4.000\"\n      },\n      \"unibet\": {\n       \"1\": \"5.8\",\n       \"2\": \"1.56\",\n       \"X\": \"3.8\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"1.925\",\n       \"u\": \"1.875\",\n       \"v\": \"2.5\"\n      },\n      \"unibet\": {\n       \"o\": \"1.78\",\n       \"u\": \"1.97\",\n       \"v\": \"2.5\"\n      }\n     }\n    },\n    \"kickoff\": {\n     \"1X2\": {\n      \"unibet\": {\n       \"1\": \"2.1\",\n       \"2\": \"3.35\",\n       \"X\": \"3\"\n      },\n      \"bet365\": {\n       \"1\": \"2.100\",\n       \"2\": \"3.400\",\n       \"X\": \"3.000\"\n      }\n     },\n     \"asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.975\",\n       \"2\": \"1.825\",\n       \"v\": \"0.0,-0.5\"\n      }\n     },\n     \"over_under\": {\n      \"unibet\": {\n       \"o\": \"2.1\",\n       \"u\": \"1.65\",\n       \"v\": \"2.5\"\n      },\n      \"bet365\": {\n       \"o\": \"1.850\",\n       \"u\": \"1.950\",\n       \"v\": \"2.0\"\n      }\n     },\n     \"asian_corner\": {\n      \"bet365\": {\n       \"o\": \"1.900\",\n       \"u\": \"1.900\",\n       \"v\": \"8.5\"\n      }\n     },\n     \"1h_asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.700\",\n       \"2\": \"2.100\",\n       \"v\": \"0.0\"\n      }\n     },\n     \"1h_goalline\": {\n      \"bet365\": {\n       \"o\": \"1.825\",\n       \"u\": \"1.975\",\n       \"v\": \"0.5,1.0\"\n      }\n     },\n     \"1h_asian_corner\": {\n      \"bet365\": {\n       \"o\": \"1.900\",\n       \"u\": \"1.900\",\n       \"v\": \"4\"\n      }\n     },\n     \"1h_result\": {\n      \"bet365\": {\n       \"1\": \"2.875\",\n       \"2\": \"4.000\",\n       \"X\": \"2.000\"\n      }\n     }\n    },\n    \"live\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"1\": \"151.000\",\n       \"2\": \"1.015\",\n       \"X\": \"21.000\"\n      },\n      \"unibet\": {\n       \"1\": \"151\",\n       \"2\": \"1.01\",\n       \"X\": \"17\"\n      }\n     },\n     \"asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.525\",\n       \"2\": \"2.425\",\n       \"v\": \"0\"\n      },\n      \"unibet\": {\n       \"1\": \"12\",\n       \"2\": \"1.04\",\n       \"v\": \"0.5\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"8.100\",\n       \"u\": \"1.085\",\n       \"v\": \"3.5\"\n      },\n      \"unibet\": {\n       \"o\": \"8\",\n       \"u\": \"1.08\",\n       \"v\": \"3.5\"\n      }\n     },\n     \"asian_corner\": {\n      \"bet365\": {\n       \"o\": \"1.900\",\n       \"u\": \"1.900\",\n       \"v\": \"7.5\"\n      }\n     },\n     \"1h_asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.675\",\n       \"2\": \"2.150\",\n       \"v\": \"0\"\n      }\n     },\n     \"1h_goalline\": {\n      \"bet365\": {\n       \"o\": \"7.400\",\n       \"u\": \"1.095\",\n       \"v\": \"1.5\"\n      }\n     },\n     \"1h_asian_corner\": {\n      \"bet365\": {\n       \"o\": \"2.750\",\n       \"u\": \"1.425\",\n       \"v\": \"0.5\"\n      }\n     },\n     \"1h_result\": {\n      \"bet365\": {\n       \"1\": \"41.000\",\n       \"2\": \"1.040\",\n       \"X\": \"13.000\"\n      }\n     }\n    }\n   }\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/live/full/?t=non deserunt nisi in&l=en_US&f=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with all live mactches with data: id, in_play, status, championship data, teams data, match stats and match odds.\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "live Matches Ws",
          "filename": "live Matches Ws.bru",
          "seq": 3,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "live Matches Ws",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/live/ws/?t=non deserunt nisi in&l=en_US&f=json",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "json",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"id\": {\n    \"ws_realtime\": \"a1b2c3d4e5f6a7b8\",\n    \"rest_releated\": \"5ff7a0c8ceb4f157\"\n   },\n   \"date\": \"2021-01-09 16:00:00\",\n   \"timer\": \"45:00\",\n   \"est_e_time\": false,\n   \"in_play\": false,\n   \"championship\": {\n    \"id\": {\n     \"ws_realtime\": \"b2c3d4e5f6a7b8c9\",\n     \"rest_releated\": \"5fda5fad1bff8a2c\"\n    },\n    \"name\": \"Bahrain Premier League\",\n    \"country\": \"BH\"\n   },\n   \"teamA\": {\n    \"id\": {\n     \"ws_realtime\": \"c3d4e5f6a7b8c9d0\",\n     \"rest_releated\": \"5fda60346ec30f00\"\n    },\n    \"name\": \"Al-Muharraq\",\n    \"score\": {\n     \"f\": \"2\",\n     \"1h\": \"0\",\n     \"2h\": \"2\",\n     \"o\": null,\n     \"p\": null\n    }\n   },\n   \"teamB\": {\n    \"id\": {\n     \"ws_realtime\": \"d4e5f6a7b8c9d0e1\",\n     \"rest_releated\": \"5fda60346ec30f01\"\n    },\n    \"name\": \"East Riffa\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"1\",\n     \"2h\": \"0\",\n     \"o\": null,\n     \"p\": null\n    }\n   }\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/live/ws/?t=non deserunt nisi in&l=en_US&f=json",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "json",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns all live matches with WebSocket-compatible IDs (ws_realtime and rest_releated). Available only for MEGA and CUSTOM plans.",
            "auth": {
              "mode": "inherit"
            }
          },
          "auth": {
            "mode": "inherit"
          }
        }
      ]
    },
    {
      "type": "folder",
      "name": "referees",
      "filename": "referees",
      "seq": 5,
      "examples": [],
      "root": {
        "request": {
          "auth": {
            "mode": "inherit"
          }
        },
        "meta": {
          "name": "referees",
          "seq": 5
        }
      },
      "items": [
        {
          "type": "http",
          "name": "list Referees",
          "filename": "list Referees.bru",
          "seq": 1,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "All referees and their data: id, name, country and if has image",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/referees/list/?t=non deserunt nisi in&p=1&c=all&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "c",
                    "value": "all",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 3613\n  },\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 3613\n  }\n ],\n \"result\": [\n  {\n   \"id\": \"5fb96963cbcad15f\",\n   \"name\": \"Oren Siminyan\",\n   \"country\": \"IL\",\n   \"has_image\": false\n  },\n  {\n   \"id\": \"5fb96963cbcad15f\",\n   \"name\": \"Oren Siminyan\",\n   \"country\": \"IL\",\n   \"has_image\": false\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/referees/list/?t=non deserunt nisi in&p=1&c=all&f=non deserunt nisi in",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "p",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "c",
                "value": "all",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with all referees and their data: id, name, country and if has image.\nThis is a paginate call, if you want to know how it works show FAQ on our documentation (https://info.soccerfootball.info/faq#how-paginate-work)\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "http",
          "name": "view Referees",
          "filename": "view Referees.bru",
          "seq": 2,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "Referee data: id, name, country, has_image and last 5 macthes",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/referees/view/?t=non deserunt nisi in&i=1&l=en_US",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "i",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"id\": \"5fb96964385d308c\",\n   \"name\": \"Damir Skomina\",\n   \"country\": \"SI\",\n   \"has_image\": false,\n   \"last_matches\": [\n    {\n     \"id\": \"5fb968a291fbd218\",\n     \"date_match\": \"2020-11-04 20:00:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab16e51885\",\n      \"name\": \"UEFA Champions League\",\n      \"s_name\": false\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fb4746c841f\",\n      \"name\": \"Club Brugge\",\n      \"score\": \"0\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda6037746da851\",\n      \"name\": \"Borussia Dortmund\",\n      \"score\": \"3\"\n     }\n    },\n    {\n     \"id\": \"5fb968a291fbd218\",\n     \"date_match\": \"2020-11-04 20:00:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab16e51885\",\n      \"name\": \"UEFA Champions League\",\n      \"s_name\": false\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fb4746c841f\",\n      \"name\": \"Club Brugge\",\n      \"score\": \"0\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda6037746da851\",\n      \"name\": \"Borussia Dortmund\",\n      \"score\": \"3\"\n     }\n    }\n   ]\n  },\n  {\n   \"id\": \"5fb96964385d308c\",\n   \"name\": \"Damir Skomina\",\n   \"country\": \"SI\",\n   \"has_image\": false,\n   \"last_matches\": [\n    {\n     \"id\": \"5fb968a291fbd218\",\n     \"date_match\": \"2020-11-04 20:00:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab16e51885\",\n      \"name\": \"UEFA Champions League\",\n      \"s_name\": false\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fb4746c841f\",\n      \"name\": \"Club Brugge\",\n      \"score\": \"0\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda6037746da851\",\n      \"name\": \"Borussia Dortmund\",\n      \"score\": \"3\"\n     }\n    },\n    {\n     \"id\": \"5fb968a291fbd218\",\n     \"date_match\": \"2020-11-04 20:00:00\",\n     \"championship\": {\n      \"id\": \"5fda5fab16e51885\",\n      \"name\": \"UEFA Champions League\",\n      \"s_name\": false\n     },\n     \"teamA\": {\n      \"id\": \"5fda5fb4746c841f\",\n      \"name\": \"Club Brugge\",\n      \"score\": \"0\"\n     },\n     \"teamB\": {\n      \"id\": \"5fda6037746da851\",\n      \"name\": \"Borussia Dortmund\",\n      \"score\": \"3\"\n     }\n    }\n   ]\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/referees/view/?t=non deserunt nisi in&i=1&l=en_US",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "i",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with referee data: id, name, country, has_image and last 5 macthes",
            "auth": {
              "mode": "inherit"
            }
          }
        }
      ]
    },
    {
      "type": "folder",
      "name": "matches",
      "filename": "matches",
      "seq": 1,
      "examples": [],
      "root": {
        "request": {
          "auth": {
            "mode": "inherit"
          }
        },
        "meta": {
          "name": "matches",
          "seq": 1
        }
      },
      "items": [
        {
          "type": "http",
          "name": "macthes Odds",
          "filename": "macthes Odds.bru",
          "seq": 4,
          "settings": {
            "encodeUrl": true,
            "timeout": 0
          },
          "tags": [],
          "examples": [
            {
              "name": "All match odds",
              "description": "",
              "type": "http",
              "request": {
                "url": "{{baseUrl}}/matches/odds/?t=non deserunt nisi in&i=1",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "i",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "55101303"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "55101303"
                  },
                  {
                    "name": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "type": "json",
                  "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"kickoff\": {\n    \"1X2\": {\n     \"bet365\": {\n      \"1\": \"2.875\",\n      \"2\": \"3.100\",\n      \"X\": \"2.400\"\n     },\n     \"unibet\": {\n      \"1\": \"1.9\",\n      \"2\": \"4\",\n      \"X\": \"3.25\"\n     }\n    },\n    \"asian_handicap\": {\n     \"bet365\": {\n      \"1\": \"1.925\",\n      \"2\": \"1.875\",\n      \"v\": \"-0.5\"\n     },\n     \"unibet\": {\n      \"1\": \"1.86\",\n      \"2\": \"1.85\",\n      \"v\": \"-0.5\"\n     }\n    },\n    \"over_under\": {\n     \"bet365\": {\n      \"o\": \"1.950\",\n      \"u\": \"1.850\",\n      \"v\": \"1.25\"\n     },\n     \"unibet\": {\n      \"o\": \"2.3\",\n      \"u\": \"1.56\",\n      \"v\": \"2.5\"\n     }\n    },\n    \"asian_corner\": {\n     \"bet365\": {\n      \"o\": \"2.075\",\n      \"u\": \"1.725\",\n      \"v\": \"7.5\"\n     }\n    },\n    \"1h_asian_handicap\": {\n     \"bet365\": {\n      \"1\": \"2.025\",\n      \"2\": \"1.775\",\n      \"v\": \"-0.25\"\n     }\n    },\n    \"1h_goalline\": {\n     \"bet365\": {\n      \"o\": \"1.700\",\n      \"u\": \"2.100\",\n      \"v\": \"0.75\"\n     }\n    },\n    \"1h_asian_corner\": {\n     \"bet365\": {\n      \"o\": \"1.850\",\n      \"u\": \"1.950\",\n      \"v\": \"3.5\"\n     }\n    },\n    \"1h_result\": {\n     \"bet365\": {\n      \"1\": \"2.600\",\n      \"2\": \"4.500\",\n      \"X\": \"2.000\"\n     }\n    }\n   },\n   \"live\": {\n    \"1X2\": {\n     \"bet365\": [\n      {\n       \"1\": \"1.833\",\n       \"2\": \"4.000\",\n       \"X\": \"3.200\"\n      },\n      {\n       \"1\": \"1.833\",\n       \"2\": \"4.000\",\n       \"X\": \"3.200\"\n      }\n     ],\n     \"unibet\": [\n      {\n       \"1\": \"1.86\",\n       \"2\": \"4.1\",\n       \"X\": \"3.3\"\n      },\n      {\n       \"1\": \"1.86\",\n       \"2\": \"4.1\",\n       \"X\": \"3.3\"\n      }\n     ]\n    },\n    \"asian_handicap\": {\n     \"bet365\": [\n      {\n       \"1\": \"1.900\",\n       \"2\": \"1.900\",\n       \"v\": \"-0.5\"\n      },\n      {\n       \"1\": \"1.900\",\n       \"2\": \"1.900\",\n       \"v\": \"-0.5\"\n      }\n     ],\n     \"unibet\": [\n      {\n       \"1\": \"1.86\",\n       \"2\": \"1.85\",\n       \"v\": \"-0.5\",\n       \"time\": \"1\"\n      },\n      {\n       \"1\": \"1.86\",\n       \"2\": \"1.85\",\n       \"v\": \"-0.5\",\n       \"time\": \"1\"\n      }\n     ]\n    },\n    \"over_under\": {\n     \"bet365\": [\n      {\n       \"o\": \"2.025\",\n       \"u\": \"1.775\",\n       \"v\": \"2.0,2.5\"\n      },\n      {\n       \"o\": \"2.025\",\n       \"u\": \"1.775\",\n       \"v\": \"2.0,2.5\"\n      }\n     ],\n     \"unibet\": [\n      {\n       \"o\": \"2.28\",\n       \"u\": \"1.57\",\n       \"v\": \"2.5\"\n      },\n      {\n       \"o\": \"2.28\",\n       \"u\": \"1.57\",\n       \"v\": \"2.5\"\n      }\n     ]\n    },\n    \"asian_corner\": {\n     \"bet365\": [\n      {\n       \"o\": \"1.975\",\n       \"u\": \"1.825\",\n       \"v\": \"8\"\n      },\n      {\n       \"o\": \"1.975\",\n       \"u\": \"1.825\",\n       \"v\": \"8\"\n      }\n     ]\n    },\n    \"1h_asian_handicap\": {\n     \"bet365\": [\n      {\n       \"v\": \"0.0\"\n      },\n      {\n       \"v\": \"0.0\"\n      }\n     ]\n    },\n    \"1h_goalline\": {\n     \"bet365\": [\n      {\n       \"v\": \"0.5,1.0\"\n      },\n      {\n       \"v\": \"0.5,1.0\"\n      }\n     ]\n    },\n    \"1h_asian_corner\": {\n     \"bet365\": [\n      {\n       \"o\": \"1.775\",\n       \"u\": \"2.025\",\n       \"v\": \"3.5\"\n      },\n      {\n       \"o\": \"1.775\",\n       \"u\": \"2.025\",\n       \"v\": \"3.5\"\n      }\n     ]\n    },\n    \"1h_result\": {\n     \"bet365\": [\n      {\n       \"1\": \"2.500\",\n       \"2\": \"4.500\",\n       \"X\": \"2.000\"\n      },\n      {\n       \"1\": \"2.500\",\n       \"2\": \"4.500\",\n       \"X\": \"2.000\"\n      }\n     ]\n    }\n   }\n  },\n  {\n   \"kickoff\": {\n    \"1X2\": {\n     \"bet365\": {\n      \"1\": \"2.875\",\n      \"2\": \"3.100\",\n      \"X\": \"2.400\"\n     },\n     \"unibet\": {\n      \"1\": \"1.9\",\n      \"2\": \"4\",\n      \"X\": \"3.25\"\n     }\n    },\n    \"asian_handicap\": {\n     \"bet365\": {\n      \"1\": \"1.925\",\n      \"2\": \"1.875\",\n      \"v\": \"-0.5\"\n     },\n     \"unibet\": {\n      \"1\": \"1.86\",\n      \"2\": \"1.85\",\n      \"v\": \"-0.5\"\n     }\n    },\n    \"over_under\": {\n     \"bet365\": {\n      \"o\": \"1.950\",\n      \"u\": \"1.850\",\n      \"v\": \"1.25\"\n     },\n     \"unibet\": {\n      \"o\": \"2.3\",\n      \"u\": \"1.56\",\n      \"v\": \"2.5\"\n     }\n    },\n    \"asian_corner\": {\n     \"bet365\": {\n      \"o\": \"2.075\",\n      \"u\": \"1.725\",\n      \"v\": \"7.5\"\n     }\n    },\n    \"1h_asian_handicap\": {\n     \"bet365\": {\n      \"1\": \"2.025\",\n      \"2\": \"1.775\",\n      \"v\": \"-0.25\"\n     }\n    },\n    \"1h_goalline\": {\n     \"bet365\": {\n      \"o\": \"1.700\",\n      \"u\": \"2.100\",\n      \"v\": \"0.75\"\n     }\n    },\n    \"1h_asian_corner\": {\n     \"bet365\": {\n      \"o\": \"1.850\",\n      \"u\": \"1.950\",\n      \"v\": \"3.5\"\n     }\n    },\n    \"1h_result\": {\n     \"bet365\": {\n      \"1\": \"2.600\",\n      \"2\": \"4.500\",\n      \"X\": \"2.000\"\n     }\n    }\n   },\n   \"live\": {\n    \"1X2\": {\n     \"bet365\": [\n      {\n       \"1\": \"1.833\",\n       \"2\": \"4.000\",\n       \"X\": \"3.200\"\n      },\n      {\n       \"1\": \"1.833\",\n       \"2\": \"4.000\",\n       \"X\": \"3.200\"\n      }\n     ],\n     \"unibet\": [\n      {\n       \"1\": \"1.86\",\n       \"2\": \"4.1\",\n       \"X\": \"3.3\"\n      },\n      {\n       \"1\": \"1.86\",\n       \"2\": \"4.1\",\n       \"X\": \"3.3\"\n      }\n     ]\n    },\n    \"asian_handicap\": {\n     \"bet365\": [\n      {\n       \"1\": \"1.900\",\n       \"2\": \"1.900\",\n       \"v\": \"-0.5\"\n      },\n      {\n       \"1\": \"1.900\",\n       \"2\": \"1.900\",\n       \"v\": \"-0.5\"\n      }\n     ],\n     \"unibet\": [\n      {\n       \"1\": \"1.86\",\n       \"2\": \"1.85\",\n       \"v\": \"-0.5\",\n       \"time\": \"1\"\n      },\n      {\n       \"1\": \"1.86\",\n       \"2\": \"1.85\",\n       \"v\": \"-0.5\",\n       \"time\": \"1\"\n      }\n     ]\n    },\n    \"over_under\": {\n     \"bet365\": [\n      {\n       \"o\": \"2.025\",\n       \"u\": \"1.775\",\n       \"v\": \"2.0,2.5\"\n      },\n      {\n       \"o\": \"2.025\",\n       \"u\": \"1.775\",\n       \"v\": \"2.0,2.5\"\n      }\n     ],\n     \"unibet\": [\n      {\n       \"o\": \"2.28\",\n       \"u\": \"1.57\",\n       \"v\": \"2.5\"\n      },\n      {\n       \"o\": \"2.28\",\n       \"u\": \"1.57\",\n       \"v\": \"2.5\"\n      }\n     ]\n    },\n    \"asian_corner\": {\n     \"bet365\": [\n      {\n       \"o\": \"1.975\",\n       \"u\": \"1.825\",\n       \"v\": \"8\"\n      },\n      {\n       \"o\": \"1.975\",\n       \"u\": \"1.825\",\n       \"v\": \"8\"\n      }\n     ]\n    },\n    \"1h_asian_handicap\": {\n     \"bet365\": [\n      {\n       \"v\": \"0.0\"\n      },\n      {\n       \"v\": \"0.0\"\n      }\n     ]\n    },\n    \"1h_goalline\": {\n     \"bet365\": [\n      {\n       \"v\": \"0.5,1.0\"\n      },\n      {\n       \"v\": \"0.5,1.0\"\n      }\n     ]\n    },\n    \"1h_asian_corner\": {\n     \"bet365\": [\n      {\n       \"o\": \"1.775\",\n       \"u\": \"2.025\",\n       \"v\": \"3.5\"\n      },\n      {\n       \"o\": \"1.775\",\n       \"u\": \"2.025\",\n       \"v\": \"3.5\"\n      }\n     ]\n    },\n    \"1h_result\": {\n     \"bet365\": [\n      {\n       \"1\": \"2.500\",\n       \"2\": \"4.500\",\n       \"X\": \"2.000\"\n      },\n      {\n       \"1\": \"2.500\",\n       \"2\": \"4.500\",\n       \"X\": \"2.000\"\n      }\n     ]\n    }\n   }\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/matches/odds/?t=non deserunt nisi in&i=1",
            "method": "GET",
            "headers": [],
            "params": [
              {
                "name": "t",
                "value": "non deserunt nisi in",
                "type": "query",
                "enabled": true
              },
              {
                "name": "i",
                "value": "1",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "Returns with all match odds (if avaible): 1x2, over_under (goal line), asian handicap, asian corner, 1 half asian handicap, 1 half over under, 1 half asian corner and 1 half result. All odds provided from bet365 and unibet",
            "auth": {
              "mode": "inherit"
            }
          }
        },
        {
          "type": "folder",
          "name": "day",
          "filename": "day",
          "seq": 2,
          "examples": [],
          "root": {
            "request": {
              "auth": {
                "mode": "inherit"
              }
            },
            "meta": {
              "name": "day",
              "seq": 2
            }
          },
          "items": [
            {
              "type": "http",
              "name": "day Matches Basic",
              "filename": "day Matches Basic.bru",
              "seq": 1,
              "settings": {
                "encodeUrl": true,
                "timeout": 0
              },
              "tags": [],
              "examples": [
                {
                  "name": "View matches in a day with a basic data",
                  "description": "",
                  "type": "http",
                  "request": {
                    "url": "{{baseUrl}}/matches/day/basic/?t=non deserunt nisi in&d=1&p=1&l=en_US&f=non deserunt nisi in",
                    "method": "GET",
                    "headers": [],
                    "params": [
                      {
                        "name": "t",
                        "value": "non deserunt nisi in",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "d",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "p",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "l",
                        "value": "en_US",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "f",
                        "value": "non deserunt nisi in",
                        "type": "query",
                        "enabled": true
                      }
                    ],
                    "body": {
                      "mode": "none",
                      "formUrlEncoded": [],
                      "multipartForm": [],
                      "file": []
                    }
                  },
                  "response": {
                    "status": "OK",
                    "statusText": "200",
                    "headers": [
                      {
                        "name": "X-Rate-Limit-Limit",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "55101303"
                      },
                      {
                        "name": "Content-Type",
                        "value": "application/json"
                      }
                    ],
                    "body": {
                      "type": "json",
                      "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 54\n  },\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 54\n  }\n ],\n \"result\": [\n  {\n   \"id\": \"5fb9682ab4fbd853\",\n   \"date\": \"2020-01-02 08:06:10\",\n   \"status\": \"ENDED\",\n   \"timer\": \"90:00\",\n   \"championship\": {\n    \"id\": \"5fda5fab10354812\",\n    \"name\": \"India Bangalore Super Division\",\n    \"quis4c\": \"quis\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda6013de647f33\",\n    \"name\": \"Bangalore Dream United FC\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"pariatur5\": \"ea id\",\n     \"amet0c\": 4900544\n    },\n    \"stats\": {\n     \"possession\": \"40\",\n     \"attacks\": {\n      \"n\": \"125\",\n      \"d\": \"83\",\n      \"in70a\": 56806610\n     },\n     \"shoots\": {\n      \"t\": \"3\",\n      \"off\": \"2\",\n      \"on\": \"1\",\n      \"in7\": \"Excepteur incididunt exercitation\"\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"f\": \"4\",\n      \"h\": \"2\"\n     },\n     \"fouls\": {\n      \"y_c\": \"0\",\n      \"r_c\": \"0\",\n      \"deseruntc2\": true,\n      \"Lorem73\": 68479446.04078156\n     },\n     \"substitutions\": \"2\",\n     \"sunt8\": false,\n     \"quis5ff\": 59252795\n    },\n    \"laborum571\": 7914641\n   },\n   \"teamB\": {\n    \"id\": \"5fda5ffdb23c4eff\",\n    \"name\": \"ASC\",\n    \"score\": {\n     \"f\": \"8\",\n     \"1h\": \"0\",\n     \"2h\": \"8\",\n     \"ipsum60\": -1708512,\n     \"nisia\": 97838762\n    },\n    \"stats\": {\n     \"possession\": \"60\",\n     \"attacks\": {\n      \"n\": \"144\",\n      \"d\": \"95\",\n      \"aute6\": 71602510\n     },\n     \"shoots\": {\n      \"t\": 13,\n      \"off\": \"4\",\n      \"on\": \"9\",\n      \"Ut28\": false\n     },\n     \"penalties\": \"1\",\n     \"corners\": {\n      \"t\": \"6\",\n      \"f\": \"6\",\n      \"h\": \"3\"\n     },\n     \"fouls\": {\n      \"y_c\": \"0\",\n      \"r_c\": \"0\",\n      \"est91a\": 19583336,\n      \"nostrude4\": -91252987.40956035\n     },\n     \"substitutions\": \"2\",\n     \"id1a\": 56846043.30081013,\n     \"dolore68\": 81145755\n    },\n    \"Excepteur9\": -26742796.0235036\n   },\n   \"events\": [\n    {\n     \"type\": \"goal\",\n     \"timer\": \"90+1\",\n     \"team\": \"B\"\n    },\n    {\n     \"type\": \"goal\",\n     \"timer\": \"90+1\",\n     \"team\": \"B\"\n    }\n   ]\n  },\n  {\n   \"id\": \"5fb9682ab4fbd853\",\n   \"date\": \"2020-01-02 08:06:10\",\n   \"status\": \"ENDED\",\n   \"timer\": \"90:00\",\n   \"championship\": {\n    \"id\": \"5fda5fab10354812\",\n    \"name\": \"India Bangalore Super Division\",\n    \"doloref3\": true\n   },\n   \"teamA\": {\n    \"id\": \"5fda6013de647f33\",\n    \"name\": \"Bangalore Dream United FC\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"ipsum5\": true,\n     \"eiusmod103\": \"et in al\"\n    },\n    \"stats\": {\n     \"possession\": \"40\",\n     \"attacks\": {\n      \"n\": \"125\",\n      \"d\": \"83\",\n      \"nisi7b\": false\n     },\n     \"shoots\": {\n      \"t\": \"3\",\n      \"off\": \"2\",\n      \"on\": \"1\",\n      \"esse60\": -4441491.953002915\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"f\": \"4\",\n      \"h\": \"2\"\n     },\n     \"fouls\": {\n      \"y_c\": \"0\",\n      \"r_c\": \"0\",\n      \"nisi07\": \"consequat\",\n      \"magnadc7\": true\n     },\n     \"substitutions\": \"2\",\n     \"in5\": \"id magna\",\n     \"doff\": \"non aute veniam dolore\"\n    },\n    \"adc\": -38764187\n   },\n   \"teamB\": {\n    \"id\": \"5fda5ffdb23c4eff\",\n    \"name\": \"ASC\",\n    \"score\": {\n     \"f\": \"8\",\n     \"1h\": \"0\",\n     \"2h\": \"8\",\n     \"exfd\": \"nisi non\",\n     \"auted7\": true\n    },\n    \"stats\": {\n     \"possession\": \"60\",\n     \"attacks\": {\n      \"n\": \"144\",\n      \"d\": \"95\",\n      \"Duis264\": 68773785.20359665\n     },\n     \"shoots\": {\n      \"t\": 13,\n      \"off\": \"4\",\n      \"on\": \"9\",\n      \"doc\": \"id ullamco magna commodo\"\n     },\n     \"penalties\": \"1\",\n     \"corners\": {\n      \"t\": \"6\",\n      \"f\": \"6\",\n      \"h\": \"3\"\n     },\n     \"fouls\": {\n      \"y_c\": \"0\",\n      \"r_c\": \"0\",\n      \"sint4\": -92587741.43002273,\n      \"nulla65\": true\n     },\n     \"substitutions\": \"2\",\n     \"Ut1b\": -84920870.54049633,\n     \"aliquip584\": \"quis\"\n    },\n    \"fugiat80\": -27247949\n   },\n   \"events\": [\n    {\n     \"type\": \"goal\",\n     \"timer\": \"90+1\",\n     \"team\": \"B\"\n    },\n    {\n     \"type\": \"goal\",\n     \"timer\": \"90+1\",\n     \"team\": \"B\"\n    }\n   ]\n  }\n ]\n}"
                    }
                  }
                }
              ],
              "request": {
                "url": "{{baseUrl}}/matches/day/basic/?t=non deserunt nisi in&d=1&p=1&l=en_US&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "d",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                },
                "script": {},
                "vars": {},
                "assertions": [],
                "tests": "",
                "docs": "Returns with all matches of as specific day with: id, date, status, championship data, match stats and match events (only in JSON).\nThis call pagine only for today and future day, in past there is all result in one call. If you want to know how it works show FAQ on our documentation (https://info.soccerfootball.info/faq#how-paginate-work)\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
                "auth": {
                  "mode": "inherit"
                }
              }
            },
            {
              "type": "http",
              "name": "day Matches Full",
              "filename": "day Matches Full.bru",
              "seq": 2,
              "settings": {
                "encodeUrl": true,
                "timeout": 0
              },
              "tags": [],
              "examples": [
                {
                  "name": "View matches in a day with a full data",
                  "description": "",
                  "type": "http",
                  "request": {
                    "url": "{{baseUrl}}/matches/day/full/?t=non deserunt nisi in&d=1&p=1&l=en_US&f=non deserunt nisi in",
                    "method": "GET",
                    "headers": [],
                    "params": [
                      {
                        "name": "t",
                        "value": "non deserunt nisi in",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "d",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "p",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "l",
                        "value": "en_US",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "f",
                        "value": "non deserunt nisi in",
                        "type": "query",
                        "enabled": true
                      }
                    ],
                    "body": {
                      "mode": "none",
                      "formUrlEncoded": [],
                      "multipartForm": [],
                      "file": []
                    }
                  },
                  "response": {
                    "status": "OK",
                    "statusText": "200",
                    "headers": [
                      {
                        "name": "X-Rate-Limit-Limit",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "55101303"
                      },
                      {
                        "name": "Content-Type",
                        "value": "application/json"
                      }
                    ],
                    "body": {
                      "type": "json",
                      "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 54\n  },\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 54\n  }\n ],\n \"result\": [\n  {\n   \"id\": \"5fb9682ab4fbd853\",\n   \"date\": \"2020-01-02 08:06:10\",\n   \"status\": \"ENDED\",\n   \"timer\": \"90:00\",\n   \"championship\": {\n    \"id\": \"5fda5fab10354812\",\n    \"name\": \"India Bangalore Super Division\",\n    \"ut89\": \"fugiat voluptate labore Ut\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda6013de647f33\",\n    \"name\": \"Bangalore Dream United FC\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"ipsum94\": -43871036.43548147,\n     \"officiab\": -70320410.32736589\n    },\n    \"stats\": {\n     \"possession\": \"40\",\n     \"attacks\": {\n      \"n\": \"125\",\n      \"d\": \"83\",\n      \"incididunt81\": 53134733\n     },\n     \"shoots\": {\n      \"t\": \"3\",\n      \"off\": \"2\",\n      \"on\": \"1\",\n      \"consecteturb2f\": -65291122.660080746\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"f\": \"4\",\n      \"h\": \"2\"\n     },\n     \"fouls\": {\n      \"y_c\": \"0\",\n      \"r_c\": \"0\",\n      \"mollitd5b\": \"cillum aliquip Lorem\",\n      \"Lorema08\": \"consequat ex\"\n     },\n     \"substitutions\": \"2\",\n     \"Ute6\": 25308736,\n     \"ullamco7\": true\n    },\n    \"Utc\": \"ullamco des\"\n   },\n   \"teamB\": {\n    \"id\": \"5fda5ffdb23c4eff\",\n    \"name\": \"ASC\",\n    \"score\": {\n     \"f\": \"8\",\n     \"1h\": \"0\",\n     \"2h\": \"8\",\n     \"irure94\": 67790884,\n     \"proident1fb\": 87181374.75108466\n    },\n    \"stats\": {\n     \"possession\": \"60\",\n     \"attacks\": {\n      \"n\": \"144\",\n      \"d\": \"95\",\n      \"doloreb\": 85413253\n     },\n     \"shoots\": {\n      \"t\": 13,\n      \"off\": \"4\",\n      \"on\": \"9\",\n      \"cupidatat129\": \"laboris dolore\"\n     },\n     \"penalties\": \"1\",\n     \"corners\": {\n      \"t\": \"6\",\n      \"f\": \"6\",\n      \"h\": \"3\"\n     },\n     \"fouls\": {\n      \"y_c\": \"0\",\n      \"r_c\": \"0\",\n      \"reprehenderitd8\": \"irure dolor sunt\",\n      \"consectetur9bb\": false\n     },\n     \"substitutions\": \"2\",\n     \"ametc9\": \"cupidatat exercitation et\",\n     \"veniam598\": \"dolor ad\"\n    },\n    \"labore6\": 84752671.45395878\n   },\n   \"events\": [\n    {\n     \"type\": \"goal\",\n     \"timer\": \"90+1\",\n     \"team\": \"B\"\n    },\n    {\n     \"type\": \"goal\",\n     \"timer\": \"90+1\",\n     \"team\": \"B\"\n    }\n   ],\n   \"odds\": {\n    \"kickoff\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"adipisicingf\": \"ullamco\",\n       \"tempor9\": \"fugiat tempor incididunt\",\n       \"elit2\": false\n      }\n     },\n     \"asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.925\",\n       \"2\": \"1.875\",\n       \"v\": \"+1.0,+1.5\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"1.900\",\n       \"u\": \"1.900\",\n       \"v\": \"3.0,3.5\"\n      }\n     },\n     \"1h_asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.900\",\n       \"2\": \"1.900\",\n       \"v\": \"+0.5\"\n      }\n     },\n     \"1h_goalline\": {\n      \"bet365\": {\n       \"o\": \"1.825\",\n       \"u\": \"1.975\",\n       \"v\": \"1.0,1.5\"\n      }\n     },\n     \"1h_result\": {\n      \"bet365\": {\n       \"fugiat16\": true,\n       \"ipsumb8c\": false,\n       \"labore0d8\": false\n      }\n     }\n    }\n   }\n  },\n  {\n   \"id\": \"5fb9682ab4fbd853\",\n   \"date\": \"2020-01-02 08:06:10\",\n   \"status\": \"ENDED\",\n   \"timer\": \"90:00\",\n   \"championship\": {\n    \"id\": \"5fda5fab10354812\",\n    \"name\": \"India Bangalore Super Division\",\n    \"culpa31f\": 59742977.654486924\n   },\n   \"teamA\": {\n    \"id\": \"5fda6013de647f33\",\n    \"name\": \"Bangalore Dream United FC\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"anim3\": \"Lorem velit\",\n     \"quis0f1\": false\n    },\n    \"stats\": {\n     \"possession\": \"40\",\n     \"attacks\": {\n      \"n\": \"125\",\n      \"d\": \"83\",\n      \"elit6\": -71313404\n     },\n     \"shoots\": {\n      \"t\": \"3\",\n      \"off\": \"2\",\n      \"on\": \"1\",\n      \"laborumcce\": 34716339.34461397\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"f\": \"4\",\n      \"h\": \"2\"\n     },\n     \"fouls\": {\n      \"y_c\": \"0\",\n      \"r_c\": \"0\",\n      \"incididunta1b\": -33918517,\n      \"nisib\": true\n     },\n     \"substitutions\": \"2\",\n     \"magna5\": 44653925.63643816,\n     \"nonf5\": -88351946.53832774\n    },\n    \"adipisicingd\": -47398342.79183435\n   },\n   \"teamB\": {\n    \"id\": \"5fda5ffdb23c4eff\",\n    \"name\": \"ASC\",\n    \"score\": {\n     \"f\": \"8\",\n     \"1h\": \"0\",\n     \"2h\": \"8\",\n     \"laborum3c1\": -96946589.4823164,\n     \"in18\": \"in in\"\n    },\n    \"stats\": {\n     \"possession\": \"60\",\n     \"attacks\": {\n      \"n\": \"144\",\n      \"d\": \"95\",\n      \"dolore6\": \"incididunt amet\"\n     },\n     \"shoots\": {\n      \"t\": 13,\n      \"off\": \"4\",\n      \"on\": \"9\",\n      \"sint16b\": true\n     },\n     \"penalties\": \"1\",\n     \"corners\": {\n      \"t\": \"6\",\n      \"f\": \"6\",\n      \"h\": \"3\"\n     },\n     \"fouls\": {\n      \"y_c\": \"0\",\n      \"r_c\": \"0\",\n      \"non08\": 88782061.21817258,\n      \"deserunt9\": \"incididunt officia\"\n     },\n     \"substitutions\": \"2\",\n     \"reprehenderit395\": 10455491.79977265,\n     \"cillum58\": -32863355.596857026\n    },\n    \"ullamco7f7\": -98393111.93490654\n   },\n   \"events\": [\n    {\n     \"type\": \"goal\",\n     \"timer\": \"90+1\",\n     \"team\": \"B\"\n    },\n    {\n     \"type\": \"goal\",\n     \"timer\": \"90+1\",\n     \"team\": \"B\"\n    }\n   ],\n   \"odds\": {\n    \"kickoff\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"aliqua6ca\": false,\n       \"nisi085\": -98675790,\n       \"tempor6\": -99722560\n      }\n     },\n     \"asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.925\",\n       \"2\": \"1.875\",\n       \"v\": \"+1.0,+1.5\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"1.900\",\n       \"u\": \"1.900\",\n       \"v\": \"3.0,3.5\"\n      }\n     },\n     \"1h_asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.900\",\n       \"2\": \"1.900\",\n       \"v\": \"+0.5\"\n      }\n     },\n     \"1h_goalline\": {\n      \"bet365\": {\n       \"o\": \"1.825\",\n       \"u\": \"1.975\",\n       \"v\": \"1.0,1.5\"\n      }\n     },\n     \"1h_result\": {\n      \"bet365\": {\n       \"pariatur962\": 68753306,\n       \"sed39\": 9436421,\n       \"doe0\": -59026871.71468899\n      }\n     }\n    }\n   }\n  }\n ]\n}"
                    }
                  }
                }
              ],
              "request": {
                "url": "{{baseUrl}}/matches/day/full/?t=non deserunt nisi in&d=1&p=1&l=en_US&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "d",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                },
                "script": {},
                "vars": {},
                "assertions": [],
                "tests": "",
                "docs": "Returns with all matches of as specific day with: id, date, status, championship data, match stats,match events (only in JSON) and match odds.\nThis call pagine only for today and future day, in past there is all result in one call. If you want to know how it works show FAQ on our documentation (https://info.soccerfootball.info/faq#how-paginate-work)\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
                "auth": {
                  "mode": "inherit"
                }
              }
            }
          ]
        },
        {
          "type": "folder",
          "name": "view",
          "filename": "view",
          "seq": 1,
          "examples": [],
          "root": {
            "request": {
              "auth": {
                "mode": "inherit"
              }
            },
            "meta": {
              "name": "view",
              "seq": 1
            }
          },
          "items": [
            {
              "type": "http",
              "name": "view Matches Basic",
              "filename": "view Matches Basic.bru",
              "seq": 1,
              "settings": {
                "encodeUrl": true,
                "timeout": 0
              },
              "tags": [],
              "examples": [
                {
                  "name": "Match data: id, date, status, timer, championship data, match stats and match events",
                  "description": "",
                  "type": "http",
                  "request": {
                    "url": "{{baseUrl}}/matches/view/basic/?t=non deserunt nisi in&i=1&l=en_US",
                    "method": "GET",
                    "headers": [],
                    "params": [
                      {
                        "name": "t",
                        "value": "non deserunt nisi in",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "i",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "l",
                        "value": "en_US",
                        "type": "query",
                        "enabled": true
                      }
                    ],
                    "body": {
                      "mode": "none",
                      "formUrlEncoded": [],
                      "multipartForm": [],
                      "file": []
                    }
                  },
                  "response": {
                    "status": "OK",
                    "statusText": "200",
                    "headers": [
                      {
                        "name": "X-Rate-Limit-Limit",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "55101303"
                      },
                      {
                        "name": "Content-Type",
                        "value": "application/json"
                      }
                    ],
                    "body": {
                      "type": "json",
                      "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"id\": \"5fb96890388c2271\",\n   \"date\": \"2020-10-01 19:00:00\",\n   \"status\": \"ENDED\",\n   \"timer\": \"90:00\",\n   \"est_e_timer\": \"2\",\n   \"championship\": {\n    \"id\": \"5fda5fa809f9d51b\",\n    \"name\": \"UEFA Europa League - Qualificazioni\",\n    \"s_name\": \"UEFA Europa League 20/21\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda603b651fccc9\",\n    \"name\": \"Rio Ave\",\n    \"score\": {\n     \"f\": \"10\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"o\": \"2\",\n     \"p\": \"8\"\n    },\n    \"stats\": {\n     \"possession\": \"40\",\n     \"attacks\": {\n      \"n\": \"111\",\n      \"d\": \"23\",\n      \"o_s\": \"0\"\n     },\n     \"shoots\": {\n      \"t\": \"6\",\n      \"off\": \"3\",\n      \"on\": \"3\",\n      \"g_a\": \"4\"\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"1\",\n      \"f\": \"1\",\n      \"h\": \"0\"\n     },\n     \"fouls\": {\n      \"t\": \"21\",\n      \"y_c\": \"5\",\n      \"y_t_r_c\": \"1\",\n      \"r_c\": \"1\"\n     },\n     \"substitutions\": \"4\",\n     \"nullaa\": 68654085,\n     \"quis6b0\": \"nisi veniam\"\n    },\n    \"lineup\": [],\n    \"manager\": {\n     \"id\": \"5fb962e92066c1b6\",\n     \"name\": \"Gama\"\n    }\n   },\n   \"teamB\": {\n    \"id\": \"5fda5fcad92584cd\",\n    \"name\": \"Milan\",\n    \"score\": {\n     \"f\": \"11\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"o\": \"2\",\n     \"p\": \"9\"\n    },\n    \"stats\": {\n     \"possession\": \"60\",\n     \"attacks\": {\n      \"n\": \"126\",\n      \"d\": \"39\",\n      \"o_s\": \"4\"\n     },\n     \"shoots\": {\n      \"t\": 16,\n      \"off\": \"12\",\n      \"on\": \"4\",\n      \"g_a\": \"10\"\n     },\n     \"penalties\": \"1\",\n     \"corners\": {\n      \"t\": \"10\",\n      \"f\": \"5\",\n      \"h\": \"1\"\n     },\n     \"fouls\": {\n      \"t\": \"22\",\n      \"y_c\": \"3\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\"\n     },\n     \"substitutions\": \"4\",\n     \"ipsum6\": \"fugiat eu nulla ve\",\n     \"nulla8f\": 57043192.76895395\n    },\n    \"lineup\": [],\n    \"manager\": {\n     \"id\": \"5fb962e4cf4aaa11\",\n     \"name\": \"Stefano Pioli\"\n    }\n   },\n   \"events\": [\n    {\n     \"type\": \"red_card\",\n     \"timer\": \"120+1\",\n     \"team\": \"A\"\n    },\n    {\n     \"type\": \"red_card\",\n     \"timer\": \"120+1\",\n     \"team\": \"A\"\n    }\n   ],\n   \"referee\": {\n    \"id\": \"5fb96963d60bb8bc\",\n    \"name\": \"Jesus Gil Manzano\"\n   },\n   \"stadium\": {\n    \"id\": \"5fb96978c6a5b482\",\n    \"name\": \"Estadio dos Arcos\"\n   }\n  },\n  {\n   \"id\": \"5fb96890388c2271\",\n   \"date\": \"2020-10-01 19:00:00\",\n   \"status\": \"ENDED\",\n   \"timer\": \"90:00\",\n   \"est_e_timer\": \"2\",\n   \"championship\": {\n    \"id\": \"5fda5fa809f9d51b\",\n    \"name\": \"UEFA Europa League - Qualificazioni\",\n    \"s_name\": \"UEFA Europa League 20/21\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda603b651fccc9\",\n    \"name\": \"Rio Ave\",\n    \"score\": {\n     \"f\": \"10\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"o\": \"2\",\n     \"p\": \"8\"\n    },\n    \"stats\": {\n     \"possession\": \"40\",\n     \"attacks\": {\n      \"n\": \"111\",\n      \"d\": \"23\",\n      \"o_s\": \"0\"\n     },\n     \"shoots\": {\n      \"t\": \"6\",\n      \"off\": \"3\",\n      \"on\": \"3\",\n      \"g_a\": \"4\"\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"1\",\n      \"f\": \"1\",\n      \"h\": \"0\"\n     },\n     \"fouls\": {\n      \"t\": \"21\",\n      \"y_c\": \"5\",\n      \"y_t_r_c\": \"1\",\n      \"r_c\": \"1\"\n     },\n     \"substitutions\": \"4\",\n     \"in10\": 2950120.9964686334,\n     \"cillum1\": 27288754\n    },\n    \"lineup\": [],\n    \"manager\": {\n     \"id\": \"5fb962e92066c1b6\",\n     \"name\": \"Gama\"\n    }\n   },\n   \"teamB\": {\n    \"id\": \"5fda5fcad92584cd\",\n    \"name\": \"Milan\",\n    \"score\": {\n     \"f\": \"11\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"o\": \"2\",\n     \"p\": \"9\"\n    },\n    \"stats\": {\n     \"possession\": \"60\",\n     \"attacks\": {\n      \"n\": \"126\",\n      \"d\": \"39\",\n      \"o_s\": \"4\"\n     },\n     \"shoots\": {\n      \"t\": 16,\n      \"off\": \"12\",\n      \"on\": \"4\",\n      \"g_a\": \"10\"\n     },\n     \"penalties\": \"1\",\n     \"corners\": {\n      \"t\": \"10\",\n      \"f\": \"5\",\n      \"h\": \"1\"\n     },\n     \"fouls\": {\n      \"t\": \"22\",\n      \"y_c\": \"3\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\"\n     },\n     \"substitutions\": \"4\",\n     \"velit69\": \"adipisicing\",\n     \"laboris7e2\": 57567679.00169465\n    },\n    \"lineup\": [],\n    \"manager\": {\n     \"id\": \"5fb962e4cf4aaa11\",\n     \"name\": \"Stefano Pioli\"\n    }\n   },\n   \"events\": [\n    {\n     \"type\": \"red_card\",\n     \"timer\": \"120+1\",\n     \"team\": \"A\"\n    },\n    {\n     \"type\": \"red_card\",\n     \"timer\": \"120+1\",\n     \"team\": \"A\"\n    }\n   ],\n   \"referee\": {\n    \"id\": \"5fb96963d60bb8bc\",\n    \"name\": \"Jesus Gil Manzano\"\n   },\n   \"stadium\": {\n    \"id\": \"5fb96978c6a5b482\",\n    \"name\": \"Estadio dos Arcos\"\n   }\n  }\n ]\n}"
                    }
                  }
                }
              ],
              "request": {
                "url": "{{baseUrl}}/matches/view/basic/?t=non deserunt nisi in&i=1&l=en_US",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "i",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                },
                "script": {},
                "vars": {},
                "assertions": [],
                "tests": "",
                "docs": "Returns with match data: id, date, status, timer, championship data, match stats and match events",
                "auth": {
                  "mode": "inherit"
                }
              }
            },
            {
              "type": "http",
              "name": "view Matches Full",
              "filename": "view Matches Full.bru",
              "seq": 2,
              "settings": {
                "encodeUrl": true,
                "timeout": 0
              },
              "tags": [],
              "examples": [
                {
                  "name": "Match data: id, date, status, timer, championship data, match stats, match events and match odds",
                  "description": "",
                  "type": "http",
                  "request": {
                    "url": "{{baseUrl}}/matches/view/full/?t=non deserunt nisi in&i=1&l=en_US",
                    "method": "GET",
                    "headers": [],
                    "params": [
                      {
                        "name": "t",
                        "value": "non deserunt nisi in",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "i",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "l",
                        "value": "en_US",
                        "type": "query",
                        "enabled": true
                      }
                    ],
                    "body": {
                      "mode": "none",
                      "formUrlEncoded": [],
                      "multipartForm": [],
                      "file": []
                    }
                  },
                  "response": {
                    "status": "OK",
                    "statusText": "200",
                    "headers": [
                      {
                        "name": "X-Rate-Limit-Limit",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "55101303"
                      },
                      {
                        "name": "Content-Type",
                        "value": "application/json"
                      }
                    ],
                    "body": {
                      "type": "json",
                      "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"id\": \"5fb96890388c2271\",\n   \"date\": \"2020-10-01 19:00:00\",\n   \"status\": \"ENDED\",\n   \"timer\": \"90:00\",\n   \"est_e_timer\": \"2\",\n   \"championship\": {\n    \"id\": \"5fda5fa809f9d51b\",\n    \"name\": \"UEFA Europa League - Qualificazioni\",\n    \"s_name\": \"UEFA Europa League 20/21\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda603b651fccc9\",\n    \"name\": \"Rio Ave\",\n    \"score\": {\n     \"f\": \"10\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"o\": \"2\",\n     \"p\": \"8\"\n    },\n    \"stats\": {\n     \"possession\": \"40\",\n     \"attacks\": {\n      \"n\": \"111\",\n      \"d\": \"23\",\n      \"o_s\": \"0\"\n     },\n     \"shoots\": {\n      \"t\": \"6\",\n      \"off\": \"3\",\n      \"on\": \"3\",\n      \"g_a\": \"4\"\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"1\",\n      \"f\": \"1\",\n      \"h\": \"0\"\n     },\n     \"fouls\": {\n      \"t\": \"21\",\n      \"y_c\": \"5\",\n      \"y_t_r_c\": \"1\",\n      \"r_c\": \"1\"\n     },\n     \"substitutions\": \"4\",\n     \"aute533\": -59836689.830412395,\n     \"dolorf\": 71208445.01209614\n    },\n    \"lineup\": [],\n    \"manager\": {\n     \"id\": \"5fb962e92066c1b6\",\n     \"name\": \"Gama\"\n    }\n   },\n   \"teamB\": {\n    \"id\": \"5fda5fcad92584cd\",\n    \"name\": \"Milan\",\n    \"score\": {\n     \"f\": \"11\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"o\": \"2\",\n     \"p\": \"9\"\n    },\n    \"stats\": {\n     \"possession\": \"60\",\n     \"attacks\": {\n      \"n\": \"126\",\n      \"d\": \"39\",\n      \"o_s\": \"4\"\n     },\n     \"shoots\": {\n      \"t\": 16,\n      \"off\": \"12\",\n      \"on\": \"4\",\n      \"g_a\": \"10\"\n     },\n     \"penalties\": \"1\",\n     \"corners\": {\n      \"t\": \"10\",\n      \"f\": \"5\",\n      \"h\": \"1\"\n     },\n     \"fouls\": {\n      \"t\": \"22\",\n      \"y_c\": \"3\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\"\n     },\n     \"substitutions\": \"4\",\n     \"in4\": -33628509.962437384,\n     \"laboris50\": \"id officia magna\"\n    },\n    \"lineup\": [],\n    \"manager\": {\n     \"id\": \"5fb962e4cf4aaa11\",\n     \"name\": \"Stefano Pioli\"\n    }\n   },\n   \"events\": [\n    {\n     \"type\": \"red_card\",\n     \"timer\": \"120+1\",\n     \"team\": \"A\"\n    },\n    {\n     \"type\": \"red_card\",\n     \"timer\": \"120+1\",\n     \"team\": \"A\"\n    }\n   ],\n   \"referee\": {\n    \"id\": \"5fb96963d60bb8bc\",\n    \"name\": \"Jesus Gil Manzano\"\n   },\n   \"stadium\": {\n    \"id\": \"5fb96978c6a5b482\",\n    \"name\": \"Estadio dos Arcos\"\n   },\n   \"odds\": {\n    \"starting\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"1\": \"5.000\",\n       \"2\": \"1.615\",\n       \"X\": \"4.000\"\n      },\n      \"unibet\": {\n       \"1\": \"5.8\",\n       \"2\": \"1.56\",\n       \"X\": \"3.8\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"1.925\",\n       \"u\": \"1.875\",\n       \"v\": \"2.5\"\n      },\n      \"unibet\": {\n       \"o\": \"1.78\",\n       \"u\": \"1.97\",\n       \"v\": \"2.5\"\n      }\n     }\n    },\n    \"kickoff\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"1\": \"5.000\",\n       \"2\": \"1.615\",\n       \"X\": \"4.000\"\n      },\n      \"unibet\": {\n       \"1\": \"5.8\",\n       \"2\": \"1.56\",\n       \"X\": \"3.8\"\n      }\n     },\n     \"asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.775\",\n       \"2\": \"2.025\",\n       \"v\": \"+1\"\n      },\n      \"unibet\": {\n       \"1\": \"2.35\",\n       \"2\": \"1.55\",\n       \"v\": \"0.5\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"1.925\",\n       \"u\": \"1.875\",\n       \"v\": \"2.5\"\n      },\n      \"unibet\": {\n       \"o\": \"1.78\",\n       \"u\": \"1.97\",\n       \"v\": \"2.5\"\n      }\n     },\n     \"1h_asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"2.000\",\n       \"2\": \"1.800\",\n       \"v\": \"+0.25\"\n      }\n     },\n     \"1h_goalline\": {\n      \"bet365\": {\n       \"o\": \"1.900\",\n       \"u\": \"1.900\",\n       \"v\": \"1\"\n      }\n     },\n     \"1h_asian_corner\": {\n      \"bet365\": {\n       \"o\": \"1.900\",\n       \"u\": \"1.900\",\n       \"v\": \"4.5\"\n      }\n     },\n     \"1h_result\": {\n      \"bet365\": {\n       \"1\": \"5.000\",\n       \"2\": \"2.200\",\n       \"X\": \"2.200\"\n      }\n     }\n    }\n   }\n  },\n  {\n   \"id\": \"5fb96890388c2271\",\n   \"date\": \"2020-10-01 19:00:00\",\n   \"status\": \"ENDED\",\n   \"timer\": \"90:00\",\n   \"est_e_timer\": \"2\",\n   \"championship\": {\n    \"id\": \"5fda5fa809f9d51b\",\n    \"name\": \"UEFA Europa League - Qualificazioni\",\n    \"s_name\": \"UEFA Europa League 20/21\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda603b651fccc9\",\n    \"name\": \"Rio Ave\",\n    \"score\": {\n     \"f\": \"10\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"o\": \"2\",\n     \"p\": \"8\"\n    },\n    \"stats\": {\n     \"possession\": \"40\",\n     \"attacks\": {\n      \"n\": \"111\",\n      \"d\": \"23\",\n      \"o_s\": \"0\"\n     },\n     \"shoots\": {\n      \"t\": \"6\",\n      \"off\": \"3\",\n      \"on\": \"3\",\n      \"g_a\": \"4\"\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"1\",\n      \"f\": \"1\",\n      \"h\": \"0\"\n     },\n     \"fouls\": {\n      \"t\": \"21\",\n      \"y_c\": \"5\",\n      \"y_t_r_c\": \"1\",\n      \"r_c\": \"1\"\n     },\n     \"substitutions\": \"4\",\n     \"quis0e\": true,\n     \"dolore3b\": true\n    },\n    \"lineup\": [],\n    \"manager\": {\n     \"id\": \"5fb962e92066c1b6\",\n     \"name\": \"Gama\"\n    }\n   },\n   \"teamB\": {\n    \"id\": \"5fda5fcad92584cd\",\n    \"name\": \"Milan\",\n    \"score\": {\n     \"f\": \"11\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"o\": \"2\",\n     \"p\": \"9\"\n    },\n    \"stats\": {\n     \"possession\": \"60\",\n     \"attacks\": {\n      \"n\": \"126\",\n      \"d\": \"39\",\n      \"o_s\": \"4\"\n     },\n     \"shoots\": {\n      \"t\": 16,\n      \"off\": \"12\",\n      \"on\": \"4\",\n      \"g_a\": \"10\"\n     },\n     \"penalties\": \"1\",\n     \"corners\": {\n      \"t\": \"10\",\n      \"f\": \"5\",\n      \"h\": \"1\"\n     },\n     \"fouls\": {\n      \"t\": \"22\",\n      \"y_c\": \"3\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\"\n     },\n     \"substitutions\": \"4\",\n     \"culpab1\": -64574926.59932917,\n     \"ullamco2\": false\n    },\n    \"lineup\": [],\n    \"manager\": {\n     \"id\": \"5fb962e4cf4aaa11\",\n     \"name\": \"Stefano Pioli\"\n    }\n   },\n   \"events\": [\n    {\n     \"type\": \"red_card\",\n     \"timer\": \"120+1\",\n     \"team\": \"A\"\n    },\n    {\n     \"type\": \"red_card\",\n     \"timer\": \"120+1\",\n     \"team\": \"A\"\n    }\n   ],\n   \"referee\": {\n    \"id\": \"5fb96963d60bb8bc\",\n    \"name\": \"Jesus Gil Manzano\"\n   },\n   \"stadium\": {\n    \"id\": \"5fb96978c6a5b482\",\n    \"name\": \"Estadio dos Arcos\"\n   },\n   \"odds\": {\n    \"starting\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"1\": \"5.000\",\n       \"2\": \"1.615\",\n       \"X\": \"4.000\"\n      },\n      \"unibet\": {\n       \"1\": \"5.8\",\n       \"2\": \"1.56\",\n       \"X\": \"3.8\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"1.925\",\n       \"u\": \"1.875\",\n       \"v\": \"2.5\"\n      },\n      \"unibet\": {\n       \"o\": \"1.78\",\n       \"u\": \"1.97\",\n       \"v\": \"2.5\"\n      }\n     }\n    },\n    \"kickoff\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"1\": \"5.000\",\n       \"2\": \"1.615\",\n       \"X\": \"4.000\"\n      },\n      \"unibet\": {\n       \"1\": \"5.8\",\n       \"2\": \"1.56\",\n       \"X\": \"3.8\"\n      }\n     },\n     \"asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.775\",\n       \"2\": \"2.025\",\n       \"v\": \"+1\"\n      },\n      \"unibet\": {\n       \"1\": \"2.35\",\n       \"2\": \"1.55\",\n       \"v\": \"0.5\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"1.925\",\n       \"u\": \"1.875\",\n       \"v\": \"2.5\"\n      },\n      \"unibet\": {\n       \"o\": \"1.78\",\n       \"u\": \"1.97\",\n       \"v\": \"2.5\"\n      }\n     },\n     \"1h_asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"2.000\",\n       \"2\": \"1.800\",\n       \"v\": \"+0.25\"\n      }\n     },\n     \"1h_goalline\": {\n      \"bet365\": {\n       \"o\": \"1.900\",\n       \"u\": \"1.900\",\n       \"v\": \"1\"\n      }\n     },\n     \"1h_asian_corner\": {\n      \"bet365\": {\n       \"o\": \"1.900\",\n       \"u\": \"1.900\",\n       \"v\": \"4.5\"\n      }\n     },\n     \"1h_result\": {\n      \"bet365\": {\n       \"1\": \"5.000\",\n       \"2\": \"2.200\",\n       \"X\": \"2.200\"\n      }\n     }\n    }\n   }\n  }\n ]\n}"
                    }
                  }
                }
              ],
              "request": {
                "url": "{{baseUrl}}/matches/view/full/?t=non deserunt nisi in&i=1&l=en_US",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "i",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                },
                "script": {},
                "vars": {},
                "assertions": [],
                "tests": "",
                "docs": "Returns with match data: id, date, status, timer, championship data, match stats, match events and match odds",
                "auth": {
                  "mode": "inherit"
                }
              }
            },
            {
              "type": "http",
              "name": "view Matches Progressive",
              "filename": "view Matches Progressive.bru",
              "seq": 3,
              "settings": {
                "encodeUrl": true,
                "timeout": 0
              },
              "tags": [],
              "examples": [
                {
                  "name": "View matches progressive (trend) data of stats and odds every 30 seconds",
                  "description": "",
                  "type": "http",
                  "request": {
                    "url": "{{baseUrl}}/matches/view/progressive/?t=non deserunt nisi in&i=1&l=en_US&f=non deserunt nisi in",
                    "method": "GET",
                    "headers": [],
                    "params": [
                      {
                        "name": "t",
                        "value": "non deserunt nisi in",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "i",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "l",
                        "value": "en_US",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "f",
                        "value": "non deserunt nisi in",
                        "type": "query",
                        "enabled": true
                      }
                    ],
                    "body": {
                      "mode": "none",
                      "formUrlEncoded": [],
                      "multipartForm": [],
                      "file": []
                    }
                  },
                  "response": {
                    "status": "OK",
                    "statusText": "200",
                    "headers": [
                      {
                        "name": "X-Rate-Limit-Limit",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "55101303"
                      },
                      {
                        "name": "Content-Type",
                        "value": "application/json"
                      }
                    ],
                    "body": {
                      "type": "json",
                      "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [],\n \"result\": [\n  {\n   \"timer\": \"00:00\",\n   \"teamA\": {\n    \"possession\": \"93\",\n    \"attacks\": {\n     \"n\": \"2\",\n     \"d\": \"0\"\n    },\n    \"shoots\": {\n     \"t\": 0,\n     \"off\": \"0\",\n     \"on\": \"0\",\n     \"g_a\": \"0\"\n    },\n    \"fouls\": {\n     \"Lorem263\": \"est eu\",\n     \"ut6c\": \"eiusmod\",\n     \"do1\": 44513656.29478997,\n     \"animb78\": 22871388.41405061\n    },\n    \"qui8d\": \"sint nostrud la\",\n    \"aute0c1\": -8736815,\n    \"in25d\": \"cillum nostrud reprehenderit mollit\",\n    \"nullab1\": -46494292.367444955,\n    \"laboris63\": true,\n    \"elitf1\": 95688585.73747563\n   },\n   \"teamB\": {\n    \"possession\": \"7\",\n    \"attacks\": {\n     \"n\": \"3\",\n     \"d\": \"0\"\n    },\n    \"shoots\": {\n     \"t\": 0,\n     \"off\": \"0\",\n     \"on\": \"0\",\n     \"g_a\": \"0\"\n    },\n    \"fouls\": {\n     \"eu929\": 38017509,\n     \"aute84a\": -97361176,\n     \"irure6a\": 409103.9825351685,\n     \"tempor8ce\": -27680259\n    },\n    \"ea473\": \"elit adipisicing sunt\",\n    \"ex7ff\": -7493928,\n    \"ind\": -23878853,\n    \"ut3\": -40888671,\n    \"aliquipc\": -47860255,\n    \"in86\": \"nostrud dolore veniam commodo\"\n   },\n   \"odds\": {\n    \"1X2\": {\n     \"1\": \"5.8\",\n     \"2\": \"1.56\",\n     \"X\": \"3.8\"\n    },\n    \"asian_handicap\": {\n     \"irure177\": \"Ex\",\n     \"fugiat48\": true,\n     \"sint0e\": 66435609\n    },\n    \"over_under\": {\n     \"dolor11f\": -58507114,\n     \"dolorefb0\": false,\n     \"quis1\": true\n    },\n    \"asian_corner\": {\n     \"nulla6\": \"ut incid\",\n     \"velit12d\": \"sed in ut\",\n     \"aliquip5\": \"nisi\"\n    },\n    \"1h_asian_handicap\": {\n     \"anim7e7\": -69105571,\n     \"esse0c\": 7774609,\n     \"quis4e\": true\n    },\n    \"1h_goalline\": {\n     \"aute2\": -83542672,\n     \"ullamcobc\": -45329619,\n     \"adipisicing19\": false\n    },\n    \"1h_asian_corner\": {\n     \"incididunt431\": true,\n     \"commodo9c\": 4143228.8554214686,\n     \"ipsumc32\": 16395959.227831587\n    },\n    \"1h_result\": {\n     \"iruree9\": -76675094.53021571,\n     \"ipsumce\": 52149455.06274164,\n     \"reprehenderitf6a\": \"ex enim\"\n    }\n   }\n  },\n  {\n   \"timer\": \"00:00\",\n   \"teamA\": {\n    \"possession\": \"93\",\n    \"attacks\": {\n     \"n\": \"2\",\n     \"d\": \"0\"\n    },\n    \"shoots\": {\n     \"t\": 0,\n     \"off\": \"0\",\n     \"on\": \"0\",\n     \"g_a\": \"0\"\n    },\n    \"fouls\": {\n     \"Ut7\": -53038137.482219085,\n     \"dolor3\": 32461922,\n     \"laborisd92\": \"exercitation i\",\n     \"culpa9\": -51346458.09207439\n    },\n    \"sunt2c\": 66048184.42822954,\n    \"irure71\": \"cupidatat deserunt\",\n    \"dolord\": true,\n    \"dolore74\": -95897482.23207146,\n    \"consectetur3\": true,\n    \"utf\": true\n   },\n   \"teamB\": {\n    \"possession\": \"7\",\n    \"attacks\": {\n     \"n\": \"3\",\n     \"d\": \"0\"\n    },\n    \"shoots\": {\n     \"t\": 0,\n     \"off\": \"0\",\n     \"on\": \"0\",\n     \"g_a\": \"0\"\n    },\n    \"fouls\": {\n     \"minimed1\": \"sit qui\",\n     \"quia0b\": -30557573.99208355,\n     \"dolor04d\": 37528608,\n     \"commodob\": 13585477\n    },\n    \"occaecat3ad\": \"enim minim Excep\",\n    \"Loremc\": \"consectetur qui\",\n    \"officia7\": -30670466,\n    \"aliquip7f7\": -73825541,\n    \"eaae9\": \"Excepteur commodo\",\n    \"Excepteur3\": -66074371\n   },\n   \"odds\": {\n    \"1X2\": {\n     \"1\": \"5.8\",\n     \"2\": \"1.56\",\n     \"X\": \"3.8\"\n    },\n    \"asian_handicap\": {\n     \"do2d\": 56219548,\n     \"eud1\": -63373150,\n     \"nulla2d\": -94117233.75739305\n    },\n    \"over_under\": {\n     \"Lorem241\": -77585487.77271613,\n     \"dolorec\": 66583294.68649736,\n     \"quisa6\": false\n    },\n    \"asian_corner\": {\n     \"commodoe6\": true,\n     \"dolor187\": 56975848.52966121,\n     \"nostrud4a1\": \"aliqua reprehenderit ut\"\n    },\n    \"1h_asian_handicap\": {\n     \"aliqua58d\": true,\n     \"adipisicinge6\": -64697765,\n     \"Excepteura4\": \"in\"\n    },\n    \"1h_goalline\": {\n     \"sint7\": \"ex occaecat\",\n     \"occaecat3\": -96749073,\n     \"quis2\": \"irure consectetur in deserunt\"\n    },\n    \"1h_asian_corner\": {\n     \"nostrud75\": \"irure\",\n     \"cillum4c\": -62537938.54745666,\n     \"aliqua1\": 38250458\n    },\n    \"1h_result\": {\n     \"proident0\": 43093142,\n     \"voluptatee\": -36582229,\n     \"autefe0\": -65779308\n    }\n   }\n  }\n ]\n}"
                    }
                  }
                }
              ],
              "request": {
                "url": "{{baseUrl}}/matches/view/progressive/?t=non deserunt nisi in&i=1&l=en_US&f=non deserunt nisi in",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "i",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                },
                "script": {},
                "vars": {},
                "assertions": [],
                "tests": "",
                "docs": "Returns with match data (stats and odds) every 30 seconds.\n This endpoint has data since 2020-01-01\n Live match can be view only with ULTRA plan\nThis call is our killer feature\nThe return format can be 'json' or 'csv' (use 'f' parameter). The CSV format is MS excel compatible (import with double click)",
                "auth": {
                  "mode": "inherit"
                }
              }
            }
          ]
        },
        {
          "type": "folder",
          "name": "by",
          "filename": "by",
          "seq": 3,
          "examples": [],
          "root": {
            "request": {
              "auth": {
                "mode": "inherit"
              }
            },
            "meta": {
              "name": "by",
              "seq": 3
            }
          },
          "items": [
            {
              "type": "http",
              "name": "by Matches Basic",
              "filename": "by Matches Basic.bru",
              "seq": 1,
              "settings": {
                "encodeUrl": true,
                "timeout": 0
              },
              "tags": [],
              "examples": [
                {
                  "name": "View matches filtred with a basic data",
                  "description": "",
                  "type": "http",
                  "request": {
                    "url": "{{baseUrl}}/matches/by/basic/?t=non deserunt nisi in&c=1&m=1&s=1&p=1&l=en_US",
                    "method": "GET",
                    "headers": [],
                    "params": [
                      {
                        "name": "t",
                        "value": "non deserunt nisi in",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "c",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "m",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "s",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "p",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "l",
                        "value": "en_US",
                        "type": "query",
                        "enabled": true
                      }
                    ],
                    "body": {
                      "mode": "none",
                      "formUrlEncoded": [],
                      "multipartForm": [],
                      "file": []
                    }
                  },
                  "response": {
                    "status": "OK",
                    "statusText": "200",
                    "headers": [
                      {
                        "name": "X-Rate-Limit-Limit",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "55101303"
                      },
                      {
                        "name": "Content-Type",
                        "value": "application/json"
                      }
                    ],
                    "body": {
                      "type": "json",
                      "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 327\n  },\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 327\n  }\n ],\n \"result\": [\n  {\n   \"id\": \"6050031284c7991a\",\n   \"date\": \"2021-03-19 00:00:00\",\n   \"status\": \"ENDED\",\n   \"timer\": \"90:00\",\n   \"championship\": {\n    \"id\": \"5fda5fac01e49b16\",\n    \"name\": \"Ecuador Primera B\",\n    \"s_name\": \"LigaPro Primera B 2021\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda5fd7100d115f\",\n    \"name\": \"America de Quito\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"commodo1\": 50427270,\n     \"enimc4\": false\n    },\n    \"stats\": {\n     \"possession\": \"51\",\n     \"attacks\": {\n      \"n\": \"101\",\n      \"d\": \"46\",\n      \"eubde\": false\n     },\n     \"shoots\": {\n      \"t\": \"8\",\n      \"off\": \"1\",\n      \"on\": \"7\",\n      \"temporf\": 39921931.48951411\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"f\": \"4\",\n      \"h\": \"3\"\n     },\n     \"fouls\": {\n      \"y_c\": \"4\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"enimb6c\": \"dolor\"\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"1\",\n     \"laboris8d\": \"aliquip aute\"\n    },\n    \"mollit190\": \"laborum adipisicing\"\n   },\n   \"teamB\": {\n    \"id\": \"5fda60336dfb2746\",\n    \"name\": \"El Nacional\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"reprehenderit8b\": -13376884.697310224,\n     \"consecteturb93\": 89904995\n    },\n    \"stats\": {\n     \"possession\": \"49\",\n     \"attacks\": {\n      \"n\": \"100\",\n      \"d\": \"51\",\n      \"consectetur597\": 45890828\n     },\n     \"shoots\": {\n      \"t\": \"5\",\n      \"off\": \"2\",\n      \"on\": \"3\",\n      \"reprehenderit4\": 72548984.02289256\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"7\",\n      \"f\": \"7\",\n      \"h\": \"4\"\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"magna3b\": false\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"0\",\n     \"irurec\": false\n    },\n    \"magna2\": \"ipsum\"\n   },\n   \"events\": [\n    {\n     \"type\": \"yellow_card\",\n     \"timer\": \"90+5\",\n     \"team\": \"A\"\n    },\n    {\n     \"type\": \"yellow_card\",\n     \"timer\": \"90+5\",\n     \"team\": \"A\"\n    }\n   ],\n   \"stadium\": {\n    \"id\": \"5fb9697971d74bf8\",\n    \"name\": \"Olimpico Atahualpa\"\n   }\n  },\n  {\n   \"id\": \"6050031284c7991a\",\n   \"date\": \"2021-03-19 00:00:00\",\n   \"status\": \"ENDED\",\n   \"timer\": \"90:00\",\n   \"championship\": {\n    \"id\": \"5fda5fac01e49b16\",\n    \"name\": \"Ecuador Primera B\",\n    \"s_name\": \"LigaPro Primera B 2021\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda5fd7100d115f\",\n    \"name\": \"America de Quito\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"occaecatf\": -80367113,\n     \"velit45\": -31720268.61052823\n    },\n    \"stats\": {\n     \"possession\": \"51\",\n     \"attacks\": {\n      \"n\": \"101\",\n      \"d\": \"46\",\n      \"mollitd\": true\n     },\n     \"shoots\": {\n      \"t\": \"8\",\n      \"off\": \"1\",\n      \"on\": \"7\",\n      \"sunt516\": -60454625.84846879\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"f\": \"4\",\n      \"h\": \"3\"\n     },\n     \"fouls\": {\n      \"y_c\": \"4\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"labore4f\": -94026617.92810267\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"1\",\n     \"dolora1\": -27723282\n    },\n    \"anim5\": false\n   },\n   \"teamB\": {\n    \"id\": \"5fda60336dfb2746\",\n    \"name\": \"El Nacional\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"elit2d\": -86309471,\n     \"aliqua1\": -55100702\n    },\n    \"stats\": {\n     \"possession\": \"49\",\n     \"attacks\": {\n      \"n\": \"100\",\n      \"d\": \"51\",\n      \"amet61\": 37346816.106557816\n     },\n     \"shoots\": {\n      \"t\": \"5\",\n      \"off\": \"2\",\n      \"on\": \"3\",\n      \"ipsum4\": \"dolore laborum \"\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"7\",\n      \"f\": \"7\",\n      \"h\": \"4\"\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"in2d\": \"incididunt id in ullamco ut\"\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"0\",\n     \"mollit87\": 18539987\n    },\n    \"consequate7\": -14362920\n   },\n   \"events\": [\n    {\n     \"type\": \"yellow_card\",\n     \"timer\": \"90+5\",\n     \"team\": \"A\"\n    },\n    {\n     \"type\": \"yellow_card\",\n     \"timer\": \"90+5\",\n     \"team\": \"A\"\n    }\n   ],\n   \"stadium\": {\n    \"id\": \"5fb9697971d74bf8\",\n    \"name\": \"Olimpico Atahualpa\"\n   }\n  }\n ]\n}"
                    }
                  }
                }
              ],
              "request": {
                "url": "{{baseUrl}}/matches/by/basic/?t=non deserunt nisi in&c=1&m=1&s=1&p=1&l=en_US",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "c",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "m",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "s",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                },
                "script": {},
                "vars": {},
                "assertions": [],
                "tests": "",
                "docs": "Returns with all matches of as specific filter with basic data.You can filter by: c championship id, m manager id and  s stadium id. If you use more filter will be use AND logic",
                "auth": {
                  "mode": "inherit"
                }
              }
            },
            {
              "type": "http",
              "name": "by Matches Full",
              "filename": "by Matches Full.bru",
              "seq": 2,
              "settings": {
                "encodeUrl": true,
                "timeout": 0
              },
              "tags": [],
              "examples": [
                {
                  "name": "View matches in a day with a basic data",
                  "description": "",
                  "type": "http",
                  "request": {
                    "url": "{{baseUrl}}/matches/by/full/?t=non deserunt nisi in&c=1&m=1&s=1&p=1&l=en_US",
                    "method": "GET",
                    "headers": [],
                    "params": [
                      {
                        "name": "t",
                        "value": "non deserunt nisi in",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "c",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "m",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "s",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "p",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "l",
                        "value": "en_US",
                        "type": "query",
                        "enabled": true
                      }
                    ],
                    "body": {
                      "mode": "none",
                      "formUrlEncoded": [],
                      "multipartForm": [],
                      "file": []
                    }
                  },
                  "response": {
                    "status": "OK",
                    "statusText": "200",
                    "headers": [
                      {
                        "name": "X-Rate-Limit-Limit",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "55101303"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "55101303"
                      },
                      {
                        "name": "Content-Type",
                        "value": "application/json"
                      }
                    ],
                    "body": {
                      "type": "json",
                      "content": "{\n \"status\": 200,\n \"errors\": [],\n \"pagination\": [\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 327\n  },\n  {\n   \"page\": 1,\n   \"per_page\": 100,\n   \"items\": 327\n  }\n ],\n \"result\": [\n  {\n   \"id\": \"6050031284c7991a\",\n   \"date\": \"2021-03-19 00:00:00\",\n   \"status\": \"ENDED\",\n   \"timer\": \"90:00\",\n   \"championship\": {\n    \"id\": \"5fda5fac01e49b16\",\n    \"name\": \"Ecuador Primera B\",\n    \"s_name\": \"LigaPro Primera B 2021\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda5fd7100d115f\",\n    \"name\": \"America de Quito\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"nullaee\": \"adipisicing ex anim ipsum\",\n     \"nond4\": \"consectetur Lorem anim proident\"\n    },\n    \"stats\": {\n     \"possession\": \"51\",\n     \"attacks\": {\n      \"n\": \"101\",\n      \"d\": \"46\",\n      \"Duis6\": true\n     },\n     \"shoots\": {\n      \"t\": \"8\",\n      \"off\": \"1\",\n      \"on\": \"7\",\n      \"laborumb9\": \"et fugiat enim elit veni\"\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"f\": \"4\",\n      \"h\": \"3\"\n     },\n     \"fouls\": {\n      \"y_c\": \"4\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"quisd\": true\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"1\",\n     \"occaecat8fb\": \"ipsum laborum non\"\n    },\n    \"mollit2f4\": -80444442\n   },\n   \"teamB\": {\n    \"id\": \"5fda60336dfb2746\",\n    \"name\": \"El Nacional\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"exf\": 53930956,\n     \"magna4b5\": true\n    },\n    \"stats\": {\n     \"possession\": \"49\",\n     \"attacks\": {\n      \"n\": \"100\",\n      \"d\": \"51\",\n      \"officia25\": \"occaecat quis sed sunt\"\n     },\n     \"shoots\": {\n      \"t\": \"5\",\n      \"off\": \"2\",\n      \"on\": \"3\",\n      \"doloref\": false\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"7\",\n      \"f\": \"7\",\n      \"h\": \"4\"\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"in3\": \"in dolor\"\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"0\",\n     \"voluptated87\": true\n    },\n    \"voluptate90\": false\n   },\n   \"events\": [\n    {\n     \"type\": \"yellow_card\",\n     \"timer\": \"90+5\",\n     \"team\": \"A\"\n    },\n    {\n     \"type\": \"yellow_card\",\n     \"timer\": \"90+5\",\n     \"team\": \"A\"\n    }\n   ],\n   \"stadium\": {\n    \"id\": \"5fb9697971d74bf8\",\n    \"name\": \"Olimpico Atahualpa\"\n   },\n   \"odds\": {\n    \"starting\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"1\": \"2.500\",\n       \"2\": \"2.500\",\n       \"X\": \"3.200\"\n      },\n      \"unibet\": {\n       \"1\": \"2.5\",\n       \"2\": \"2.5\",\n       \"X\": \"3.2\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"2.000\",\n       \"u\": \"1.800\",\n       \"v\": \"2.0,2.5\"\n      },\n      \"unibet\": {\n       \"o\": \"2.2\",\n       \"u\": \"1.6\",\n       \"v\": \"2.5\"\n      }\n     }\n    },\n    \"kickoff\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"1\": \"2.375\",\n       \"2\": \"2.875\",\n       \"X\": \"3.200\"\n      },\n      \"unibet\": {\n       \"1\": \"2.48\",\n       \"2\": \"2.7\",\n       \"X\": \"3.3\"\n      }\n     },\n     \"asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"2.025\",\n       \"2\": \"1.775\",\n       \"v\": \"-0.25\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"1.725\",\n       \"u\": \"1.975\",\n       \"v\": \"2\"\n      }\n     },\n     \"asian_corner\": {\n      \"bet365\": {\n       \"o\": \"1.975\",\n       \"u\": \"1.825\",\n       \"v\": \"9\"\n      }\n     },\n     \"1h_asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.750\",\n       \"2\": \"2.050\",\n       \"v\": \"0\"\n      }\n     },\n     \"1h_goalline\": {\n      \"bet365\": {\n       \"o\": \"1.775\",\n       \"u\": \"2.025\",\n       \"v\": \"0.75\"\n      }\n     },\n     \"1h_asian_corner\": {\n      \"bet365\": {\n       \"o\": \"1.825\",\n       \"u\": \"1.975\",\n       \"v\": \"4\"\n      }\n     },\n     \"1h_result\": {\n      \"bet365\": {\n       \"1\": \"3.100\",\n       \"2\": \"3.500\",\n       \"X\": \"2.000\"\n      }\n     }\n    }\n   }\n  },\n  {\n   \"id\": \"6050031284c7991a\",\n   \"date\": \"2021-03-19 00:00:00\",\n   \"status\": \"ENDED\",\n   \"timer\": \"90:00\",\n   \"championship\": {\n    \"id\": \"5fda5fac01e49b16\",\n    \"name\": \"Ecuador Primera B\",\n    \"s_name\": \"LigaPro Primera B 2021\"\n   },\n   \"teamA\": {\n    \"id\": \"5fda5fd7100d115f\",\n    \"name\": \"America de Quito\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"proident2\": -16027522,\n     \"laborum5e\": -90628795.96286812\n    },\n    \"stats\": {\n     \"possession\": \"51\",\n     \"attacks\": {\n      \"n\": \"101\",\n      \"d\": \"46\",\n      \"adipisicing8\": -93566478\n     },\n     \"shoots\": {\n      \"t\": \"8\",\n      \"off\": \"1\",\n      \"on\": \"7\",\n      \"magnae2b\": false\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"f\": \"4\",\n      \"h\": \"3\"\n     },\n     \"fouls\": {\n      \"y_c\": \"4\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"animaa5\": -35404907.63159472\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"1\",\n     \"enimcdf\": \"officia sed culpa\"\n    },\n    \"quifa6\": 38605282.42070252\n   },\n   \"teamB\": {\n    \"id\": \"5fda60336dfb2746\",\n    \"name\": \"El Nacional\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"elita41\": true,\n     \"magnaf01\": \"ut in\"\n    },\n    \"stats\": {\n     \"possession\": \"49\",\n     \"attacks\": {\n      \"n\": \"100\",\n      \"d\": \"51\",\n      \"in46\": true\n     },\n     \"shoots\": {\n      \"t\": \"5\",\n      \"off\": \"2\",\n      \"on\": \"3\",\n      \"eub\": \"reprehenderit Excepteur veniam\"\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"7\",\n      \"f\": \"7\",\n      \"h\": \"4\"\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"incididunt9d\": false\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"0\",\n     \"incididuntf\": \"esse\"\n    },\n    \"occaecat480\": -38931226\n   },\n   \"events\": [\n    {\n     \"type\": \"yellow_card\",\n     \"timer\": \"90+5\",\n     \"team\": \"A\"\n    },\n    {\n     \"type\": \"yellow_card\",\n     \"timer\": \"90+5\",\n     \"team\": \"A\"\n    }\n   ],\n   \"stadium\": {\n    \"id\": \"5fb9697971d74bf8\",\n    \"name\": \"Olimpico Atahualpa\"\n   },\n   \"odds\": {\n    \"starting\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"1\": \"2.500\",\n       \"2\": \"2.500\",\n       \"X\": \"3.200\"\n      },\n      \"unibet\": {\n       \"1\": \"2.5\",\n       \"2\": \"2.5\",\n       \"X\": \"3.2\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"2.000\",\n       \"u\": \"1.800\",\n       \"v\": \"2.0,2.5\"\n      },\n      \"unibet\": {\n       \"o\": \"2.2\",\n       \"u\": \"1.6\",\n       \"v\": \"2.5\"\n      }\n     }\n    },\n    \"kickoff\": {\n     \"1X2\": {\n      \"bet365\": {\n       \"1\": \"2.375\",\n       \"2\": \"2.875\",\n       \"X\": \"3.200\"\n      },\n      \"unibet\": {\n       \"1\": \"2.48\",\n       \"2\": \"2.7\",\n       \"X\": \"3.3\"\n      }\n     },\n     \"asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"2.025\",\n       \"2\": \"1.775\",\n       \"v\": \"-0.25\"\n      }\n     },\n     \"over_under\": {\n      \"bet365\": {\n       \"o\": \"1.725\",\n       \"u\": \"1.975\",\n       \"v\": \"2\"\n      }\n     },\n     \"asian_corner\": {\n      \"bet365\": {\n       \"o\": \"1.975\",\n       \"u\": \"1.825\",\n       \"v\": \"9\"\n      }\n     },\n     \"1h_asian_handicap\": {\n      \"bet365\": {\n       \"1\": \"1.750\",\n       \"2\": \"2.050\",\n       \"v\": \"0\"\n      }\n     },\n     \"1h_goalline\": {\n      \"bet365\": {\n       \"o\": \"1.775\",\n       \"u\": \"2.025\",\n       \"v\": \"0.75\"\n      }\n     },\n     \"1h_asian_corner\": {\n      \"bet365\": {\n       \"o\": \"1.825\",\n       \"u\": \"1.975\",\n       \"v\": \"4\"\n      }\n     },\n     \"1h_result\": {\n      \"bet365\": {\n       \"1\": \"3.100\",\n       \"2\": \"3.500\",\n       \"X\": \"2.000\"\n      }\n     }\n    }\n   }\n  }\n ]\n}"
                    }
                  }
                }
              ],
              "request": {
                "url": "{{baseUrl}}/matches/by/full/?t=non deserunt nisi in&c=1&m=1&s=1&p=1&l=en_US",
                "method": "GET",
                "headers": [],
                "params": [
                  {
                    "name": "t",
                    "value": "non deserunt nisi in",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "c",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "m",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "s",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                },
                "script": {},
                "vars": {},
                "assertions": [],
                "tests": "",
                "docs": "Returns with all matches of as specific filter with full data.You can filter by: c championship id, m manager id and  s stadium id. If you use more filter will be use AND logic",
                "auth": {
                  "mode": "inherit"
                }
              }
            }
          ]
        }
      ]
    }
  ],
  "environments": [],
  "root": {
    "request": {
      "auth": {
        "mode": "none"
      },
      "vars": {
        "req": [
          {
            "name": "baseUrl",
            "value": "https://api.soccerfootball.info/v1",
            "enabled": true,
            "local": false,
            "uid": "uMrVVbvtyiZm5IiUdjVJW"
          }
        ]
      }
    },
    "docs": "A football advanced API: live, odds and historical data. In CSV or JSON format",
    "meta": {
      "name": "SoccerFootball info DIRECT"
    }
  },
  "brunoConfig": {
    "version": "1",
    "name": "SoccerFootball info DIRECT",
    "type": "collection",
    "ignore": [
      "node_modules",
      ".git"
    ],
    "size": 0.168792724609375,
    "filesCount": 48
  },
  "exportedAt": "2026-02-17T15:44:21.878Z",
  "exportedUsing": "Bruno/3.0.2"
}