{
  "name": "SoccerFootball info RAPIDAPI",
  "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/?i=",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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": "47481883"
              },
              {
                "name": "X-Rate-Limit-Remaining",
                "value": "47481883"
              },
              {
                "name": "X-Rate-Limit-Reset",
                "value": "47481883"
              },
              {
                "name": "Content-Type",
                "value": "text/plain"
              }
            ],
            "body": {
              "type": "text",
              "content": ""
            }
          }
        }
      ],
      "request": {
        "url": "{{baseUrl}}/custom/?i=1r9kd1p1s1n1mpe2d&day=20251006",
        "method": "GET",
        "headers": [
          {
            "name": "X-RapidAPI-Key",
            "value": "{{vault:rapidapi-key}}",
            "enabled": true
          },
          {
            "name": "X-RapidAPI-Host",
            "value": "soccer-football-info.p.rapidapi.com",
            "enabled": true
          }
        ],
        "params": [
          {
            "name": "i",
            "value": "1r9kd1p1s1n1mpe2d",
            "type": "query",
            "enabled": true
          },
          {
            "name": "day",
            "value": "20251006",
            "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/?f=cillum reprehenderit cupidatat",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "name": "f",
                "value": "cillum reprehenderit cupidatat",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            }
          },
          "response": {
            "status": "OK",
            "statusText": "200",
            "headers": [
              {
                "name": "X-Rate-Limit-Limit",
                "value": "47481883"
              },
              {
                "name": "X-Rate-Limit-Remaining",
                "value": "47481883"
              },
              {
                "name": "X-Rate-Limit-Reset",
                "value": "47481883"
              },
              {
                "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/?f=cillum reprehenderit cupidatat",
        "method": "GET",
        "headers": [
          {
            "name": "X-RapidAPI-Key",
            "value": "cillum reprehenderit cupidatat",
            "enabled": true
          },
          {
            "name": "X-RapidAPI-Host",
            "value": "soccer-football-info.p.rapidapi.com",
            "enabled": true
          }
        ],
        "params": [
          {
            "name": "f",
            "value": "cillum reprehenderit cupidatat",
            "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/?f=json",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "{{vault:rapidapi-key}}",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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": "47481883"
              },
              {
                "name": "X-Rate-Limit-Remaining",
                "value": "47481883"
              },
              {
                "name": "X-Rate-Limit-Reset",
                "value": "47481883"
              },
              {
                "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/?f=cillum reprehenderit cupidatat",
        "method": "GET",
        "headers": [
          {
            "name": "X-RapidAPI-Key",
            "value": "cillum reprehenderit cupidatat",
            "enabled": true
          },
          {
            "name": "X-RapidAPI-Host",
            "value": "soccer-football-info.p.rapidapi.com",
            "enabled": true
          }
        ],
        "params": [
          {
            "name": "f",
            "value": "cillum reprehenderit cupidatat",
            "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": [],
      "request": {
        "url": "http://",
        "method": "GET",
        "headers": [],
        "params": [],
        "body": {
          "mode": "none",
          "formUrlEncoded": [],
          "multipartForm": [],
          "file": []
        },
        "script": {},
        "vars": {},
        "assertions": [],
        "tests": "",
        "docs": "",
        "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/?p=1&c=all&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "c",
                    "value": "all",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "cillum reprehenderit cupidatat",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?p=1&c=all&f=cillum reprehenderit cupidatat",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "name": "p",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "c",
                "value": "all",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "cillum reprehenderit cupidatat",
                "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/?i=1&l=en_US",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?i=1&l=en_US",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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": "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/?l=en_US&date=today_ISO",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?l=en_US&date=today_ISO",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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/?l=en_US&o=no",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?l=en_US&o=no",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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": "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/?l=en_US&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "cillum reprehenderit cupidatat",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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     \"dolore11\": \"deserunt proident\",\n     \"exercitationfb\": \"dolore\"\n    },\n    \"stats\": {\n     \"possession\": \"53\",\n     \"attacks\": {\n      \"n\": \"214\",\n      \"d\": \"120\",\n      \"aliquip8\": \"ut sit Ut tempor commodo\"\n     },\n     \"shoots\": {\n      \"t\": \"11\",\n      \"off\": \"6\",\n      \"on\": \"5\",\n      \"ameta1\": -81775866.36874175\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"h\": \"1\",\n      \"occaecatc7b\": -86645395\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"aute3\": false\n     },\n     \"substitutions\": \"0\",\n     \"fugiate2f\": -6059702,\n     \"enim2b8\": -60410898\n    },\n    \"p_pref\": \"WLWLW\",\n    \"position\": \"1\"\n   },\n   \"teamB\": {\n    \"id\": \"5fda60157cbbfdc4\",\n    \"name\": \"Sambenedettese\",\n    \"score\": {\n     \"f\": \"2\",\n     \"1h\": \"1\",\n     \"2h\": \"2\",\n     \"idcb\": 34580381,\n     \"in1\": 77256357.99184555\n    },\n    \"stats\": {\n     \"possession\": \"47\",\n     \"attacks\": {\n      \"n\": \"180\",\n      \"d\": \"68\",\n      \"irure220\": \"magna anim veniam tempor\"\n     },\n     \"shoots\": {\n      \"t\": \"6\",\n      \"off\": \"3\",\n      \"on\": \"3\",\n      \"aliquip02\": -6593767\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"3\",\n      \"h\": \"0\",\n      \"reprehenderit11\": -26430899\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"consectetur2b\": 30018100\n     },\n     \"substitutions\": \"0\",\n     \"ipsuma3\": -52522833,\n     \"ex9b6\": false\n    },\n    \"p_pref\": \"WLWLW\",\n    \"position\": \"1\"\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     \"tempor6bf\": 10938587.165528089,\n     \"exffb\": -10114968\n    },\n    \"stats\": {\n     \"possession\": \"53\",\n     \"attacks\": {\n      \"n\": \"214\",\n      \"d\": \"120\",\n      \"adipisicingb3\": 78216690\n     },\n     \"shoots\": {\n      \"t\": \"11\",\n      \"off\": \"6\",\n      \"on\": \"5\",\n      \"eub\": 85669612.06192979\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"h\": \"1\",\n      \"eiusmod73\": \"nulla sunt\"\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"laborise6d\": \"in ad amet ut\"\n     },\n     \"substitutions\": \"0\",\n     \"aliqua17\": \"velit\",\n     \"minimb9\": 13764855.151795\n    },\n    \"p_pref\": \"WLWLW\",\n    \"position\": \"1\"\n   },\n   \"teamB\": {\n    \"id\": \"5fda60157cbbfdc4\",\n    \"name\": \"Sambenedettese\",\n    \"score\": {\n     \"f\": \"2\",\n     \"1h\": \"1\",\n     \"2h\": \"2\",\n     \"sedbb\": 34466748,\n     \"Lorem251\": false\n    },\n    \"stats\": {\n     \"possession\": \"47\",\n     \"attacks\": {\n      \"n\": \"180\",\n      \"d\": \"68\",\n      \"sit4b\": 38278295.35940227\n     },\n     \"shoots\": {\n      \"t\": \"6\",\n      \"off\": \"3\",\n      \"on\": \"3\",\n      \"ipsum5f1\": \"ut cupidatat Duis\"\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"3\",\n      \"h\": \"0\",\n      \"qui98c\": \"fugiat\"\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"laboriscd\": false\n     },\n     \"substitutions\": \"0\",\n     \"amet1\": -29043335,\n     \"ipsum67\": 97361327\n    },\n    \"p_pref\": \"WLWLW\",\n    \"position\": \"1\"\n   }\n  }\n ]\n}"
                }
              }
            }
          ],
          "request": {
            "url": "{{baseUrl}}/live/basic/?l=en_US&f=cillum reprehenderit cupidatat",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "name": "l",
                "value": "en_US",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "cillum reprehenderit cupidatat",
                "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/?l=en_US&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "cillum reprehenderit cupidatat",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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     \"euda8\": 74305876,\n     \"Lorem81\": \"ut\"\n    },\n    \"stats\": {\n     \"possession\": \"53\",\n     \"attacks\": {\n      \"n\": \"220\",\n      \"d\": \"124\",\n      \"tempor35\": -99697892\n     },\n     \"shoots\": {\n      \"t\": \"11\",\n      \"off\": \"6\",\n      \"on\": \"5\",\n      \"commodo0f\": 51308279.90799603\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"h\": \"1\",\n      \"quis37\": \"consequat in\"\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"nonb\": \"minim irure mollit aliquip\"\n     },\n     \"substitutions\": \"0\",\n     \"Duis56\": -20663012.74736415,\n     \"deseruntfcc\": \"adipisicing proident ullamco\"\n    },\n    \"p_pref\": \"WLWLW\",\n    \"position\": \"1\"\n   },\n   \"teamB\": {\n    \"id\": \"5fda60157cbbfdc4\",\n    \"name\": \"Sambenedettese\",\n    \"score\": {\n     \"f\": \"2\",\n     \"1h\": \"1\",\n     \"2h\": \"2\",\n     \"officiaa0\": -80195169.64870328,\n     \"voluptate13\": \"sint labo\"\n    },\n    \"stats\": {\n     \"possession\": \"47\",\n     \"attacks\": {\n      \"n\": \"187\",\n      \"d\": \"73\",\n      \"eiusmod90\": true\n     },\n     \"shoots\": {\n      \"t\": \"6\",\n      \"off\": \"3\",\n      \"on\": \"3\",\n      \"laborisc24\": 10952850.637074143\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"3\",\n      \"h\": \"0\",\n      \"nulla1d2\": 39264222\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"magna6a4\": \"elit ex in amet\"\n     },\n     \"substitutions\": \"0\",\n     \"veniamb\": \"minim dolore cupidatat consectetur con\",\n     \"in13\": \"in qui labore aliqua amet\"\n    },\n    \"p_pref\": \"WLWLW\",\n    \"position\": \"1\"\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     \"aliquip887\": -54377161.59741739,\n     \"do05\": true\n    },\n    \"stats\": {\n     \"possession\": \"53\",\n     \"attacks\": {\n      \"n\": \"220\",\n      \"d\": \"124\",\n      \"Duisc\": -53914501\n     },\n     \"shoots\": {\n      \"t\": \"11\",\n      \"off\": \"6\",\n      \"on\": \"5\",\n      \"cilluma0\": \"in mollit non dolor consequat\"\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"4\",\n      \"h\": \"1\",\n      \"laborum1\": true\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"pariatur0\": 55920803.81680241\n     },\n     \"substitutions\": \"0\",\n     \"sint5\": true,\n     \"amet98\": \"Ut tempo\"\n    },\n    \"p_pref\": \"WLWLW\",\n    \"position\": \"1\"\n   },\n   \"teamB\": {\n    \"id\": \"5fda60157cbbfdc4\",\n    \"name\": \"Sambenedettese\",\n    \"score\": {\n     \"f\": \"2\",\n     \"1h\": \"1\",\n     \"2h\": \"2\",\n     \"laborum24\": 41388848,\n     \"Ut60c\": \"nostrud sit\"\n    },\n    \"stats\": {\n     \"possession\": \"47\",\n     \"attacks\": {\n      \"n\": \"187\",\n      \"d\": \"73\",\n      \"esse05\": \"quis ut culpa\"\n     },\n     \"shoots\": {\n      \"t\": \"6\",\n      \"off\": \"3\",\n      \"on\": \"3\",\n      \"tempore55\": -55348151\n     },\n     \"penalties\": \"0\",\n     \"corners\": {\n      \"t\": \"3\",\n      \"h\": \"0\",\n      \"velit6\": -62429099.980463624\n     },\n     \"fouls\": {\n      \"y_c\": \"2\",\n      \"y_t_r_c\": \"0\",\n      \"r_c\": \"0\",\n      \"culpa257\": \"elit irure\"\n     },\n     \"substitutions\": \"0\",\n     \"Excepteur95\": -4713415.766529173,\n     \"irure3\": -30417222\n    },\n    \"p_pref\": \"WLWLW\",\n    \"position\": \"1\"\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/?l=en_US&f=json",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "{{vault:rapidapi-key}}",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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 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/?l=en_US&f=json",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "{{vault:rapidapi-key}}",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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/?l=en_US&f=json",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "{{vault:rapidapi-key}}",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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": "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/?p=1&c=all&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "c",
                    "value": "all",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "cillum reprehenderit cupidatat",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?p=1&c=all&f=cillum reprehenderit cupidatat",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "name": "p",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "c",
                "value": "all",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "cillum reprehenderit cupidatat",
                "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/?i=1&l=en_US",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?i=1&l=en_US",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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": "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/?p=1&c=all&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "c",
                    "value": "all",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "cillum reprehenderit cupidatat",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?p=1&c=all&f=cillum reprehenderit cupidatat",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "name": "p",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "c",
                "value": "all",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "cillum reprehenderit cupidatat",
                "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/?i=1&l=en_US",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?i=1&l=en_US",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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/?i=1",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?i=1",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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/?d=1&p=1&l=en_US&f=cillum reprehenderit cupidatat",
                    "method": "GET",
                    "headers": [
                      {
                        "name": "X-RapidAPI-Key",
                        "value": "cillum reprehenderit cupidatat",
                        "enabled": true
                      },
                      {
                        "name": "X-RapidAPI-Host",
                        "value": "soccer-football-info.p.rapidapi.com",
                        "enabled": true
                      }
                    ],
                    "params": [
                      {
                        "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": "cillum reprehenderit cupidatat",
                        "type": "query",
                        "enabled": true
                      }
                    ],
                    "body": {
                      "mode": "none",
                      "formUrlEncoded": [],
                      "multipartForm": [],
                      "file": []
                    }
                  },
                  "response": {
                    "status": "OK",
                    "statusText": "200",
                    "headers": [
                      {
                        "name": "X-Rate-Limit-Limit",
                        "value": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "47481883"
                      },
                      {
                        "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    \"esse93\": -7993393.100431725\n   },\n   \"teamA\": {\n    \"id\": \"5fda6013de647f33\",\n    \"name\": \"Bangalore Dream United FC\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"velit641\": 45861163,\n     \"esse2e\": \"tempor voluptate\"\n    },\n    \"stats\": {\n     \"possession\": \"40\",\n     \"attacks\": {\n      \"n\": \"125\",\n      \"d\": \"83\",\n      \"Utf\": false\n     },\n     \"shoots\": {\n      \"t\": \"3\",\n      \"off\": \"2\",\n      \"on\": \"1\",\n      \"dolor4\": \"non voluptate nulla consequat\"\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      \"pariatur2\": 75047127.94777736,\n      \"aliquipb\": false\n     },\n     \"substitutions\": \"2\",\n     \"magnaa\": \"dolor\",\n     \"laborumf5e\": -92087742\n    },\n    \"amet9\": true\n   },\n   \"teamB\": {\n    \"id\": \"5fda5ffdb23c4eff\",\n    \"name\": \"ASC\",\n    \"score\": {\n     \"f\": \"8\",\n     \"1h\": \"0\",\n     \"2h\": \"8\",\n     \"dolore0c2\": false,\n     \"pariatur1b2\": -8537462.280773848\n    },\n    \"stats\": {\n     \"possession\": \"60\",\n     \"attacks\": {\n      \"n\": \"144\",\n      \"d\": \"95\",\n      \"minim4e\": false\n     },\n     \"shoots\": {\n      \"t\": 13,\n      \"off\": \"4\",\n      \"on\": \"9\",\n      \"exercitation5\": 56595936\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      \"sunt061\": 64082482.240425915,\n      \"eu889\": \"nostrud est reprehenderit occaecat enim\"\n     },\n     \"substitutions\": \"2\",\n     \"sed8\": 78223386.9282436,\n     \"magna6b\": -54339270\n    },\n    \"sed54c\": -58162017.42398048\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    \"cillume\": 78816193.83362156\n   },\n   \"teamA\": {\n    \"id\": \"5fda6013de647f33\",\n    \"name\": \"Bangalore Dream United FC\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"eudd\": -55865930.32058964,\n     \"Loreme3c\": -1106821.7596776038\n    },\n    \"stats\": {\n     \"possession\": \"40\",\n     \"attacks\": {\n      \"n\": \"125\",\n      \"d\": \"83\",\n      \"veniamd\": false\n     },\n     \"shoots\": {\n      \"t\": \"3\",\n      \"off\": \"2\",\n      \"on\": \"1\",\n      \"ullamco83\": true\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      \"id4f4\": -72068325,\n      \"iruree\": -8383928\n     },\n     \"substitutions\": \"2\",\n     \"occaecat614\": 72732520,\n     \"non755\": true\n    },\n    \"exercitationd\": true\n   },\n   \"teamB\": {\n    \"id\": \"5fda5ffdb23c4eff\",\n    \"name\": \"ASC\",\n    \"score\": {\n     \"f\": \"8\",\n     \"1h\": \"0\",\n     \"2h\": \"8\",\n     \"suntc23\": 67570278,\n     \"culpa606\": \"adipisicing in a\"\n    },\n    \"stats\": {\n     \"possession\": \"60\",\n     \"attacks\": {\n      \"n\": \"144\",\n      \"d\": \"95\",\n      \"reprehenderit80\": true\n     },\n     \"shoots\": {\n      \"t\": 13,\n      \"off\": \"4\",\n      \"on\": \"9\",\n      \"nostrud46f\": \"voluptate non nostrud\"\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      \"occaecat49\": \"dolor ipsum qui tempor\",\n      \"ut3\": true\n     },\n     \"substitutions\": \"2\",\n     \"voluptateb\": 70030345.5388498,\n     \"inb\": -42808374.49585797\n    },\n    \"ullamco2\": 66609203.29875326\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/?d=1&p=1&l=en_US&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "cillum reprehenderit cupidatat",
                    "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/?d=1&p=1&l=en_US&f=cillum reprehenderit cupidatat",
                    "method": "GET",
                    "headers": [
                      {
                        "name": "X-RapidAPI-Key",
                        "value": "cillum reprehenderit cupidatat",
                        "enabled": true
                      },
                      {
                        "name": "X-RapidAPI-Host",
                        "value": "soccer-football-info.p.rapidapi.com",
                        "enabled": true
                      }
                    ],
                    "params": [
                      {
                        "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": "cillum reprehenderit cupidatat",
                        "type": "query",
                        "enabled": true
                      }
                    ],
                    "body": {
                      "mode": "none",
                      "formUrlEncoded": [],
                      "multipartForm": [],
                      "file": []
                    }
                  },
                  "response": {
                    "status": "OK",
                    "statusText": "200",
                    "headers": [
                      {
                        "name": "X-Rate-Limit-Limit",
                        "value": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "47481883"
                      },
                      {
                        "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   \"est_e_timer\": \"2\",\n   \"championship\": {\n    \"id\": \"5fda5fab10354812\",\n    \"name\": \"India Bangalore Super Division\",\n    \"ina\": 10901090\n   },\n   \"teamA\": {\n    \"id\": \"5fda6013de647f33\",\n    \"name\": \"Bangalore Dream United FC\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"nisid0\": \"amet dolor ad\",\n     \"eiusmod6\": 92312111.23128444\n    },\n    \"stats\": {\n     \"possession\": \"40\",\n     \"attacks\": {\n      \"n\": \"125\",\n      \"d\": \"83\",\n      \"ina\": -49987270.58911059\n     },\n     \"shoots\": {\n      \"t\": \"3\",\n      \"off\": \"2\",\n      \"on\": \"1\",\n      \"fugiate94\": -80813050\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      \"nisie4\": -53663488.1213065,\n      \"nisi3\": -90266445\n     },\n     \"substitutions\": \"2\",\n     \"nostrudc58\": 92874031,\n     \"amet91\": false\n    },\n    \"Lorem0d6\": 14786984.21642059\n   },\n   \"teamB\": {\n    \"id\": \"5fda5ffdb23c4eff\",\n    \"name\": \"ASC\",\n    \"score\": {\n     \"f\": \"8\",\n     \"1h\": \"0\",\n     \"2h\": \"8\",\n     \"pariatur37d\": \"laboris ipsum anim nulla\",\n     \"veniamb92\": \"sunt\"\n    },\n    \"stats\": {\n     \"possession\": \"60\",\n     \"attacks\": {\n      \"n\": \"144\",\n      \"d\": \"95\",\n      \"culpa2\": \"amet laboris reprehe\"\n     },\n     \"shoots\": {\n      \"t\": 13,\n      \"off\": \"4\",\n      \"on\": \"9\",\n      \"do92\": \"commodo nostrud adipisicing ad\"\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      \"cupidatat7\": -83011712,\n      \"adipisicing25\": -78847275\n     },\n     \"substitutions\": \"2\",\n     \"enim747\": 4079633,\n     \"amet74f\": false\n    },\n    \"sed110\": \"in et in\"\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       \"incididunt78b\": false,\n       \"consectetur22e\": false,\n       \"sita\": -85842976.8053791\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       \"uta52\": -77465155.73417062,\n       \"voluptate1\": true,\n       \"incididuntc5\": 50268618.14019337\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   \"est_e_timer\": \"2\",\n   \"championship\": {\n    \"id\": \"5fda5fab10354812\",\n    \"name\": \"India Bangalore Super Division\",\n    \"tempored\": -4808501\n   },\n   \"teamA\": {\n    \"id\": \"5fda6013de647f33\",\n    \"name\": \"Bangalore Dream United FC\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"dof27\": \"q\",\n     \"utd7e\": true\n    },\n    \"stats\": {\n     \"possession\": \"40\",\n     \"attacks\": {\n      \"n\": \"125\",\n      \"d\": \"83\",\n      \"dolor4df\": true\n     },\n     \"shoots\": {\n      \"t\": \"3\",\n      \"off\": \"2\",\n      \"on\": \"1\",\n      \"auteec\": -2212238\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      \"tempor5c6\": true,\n      \"labore148\": 65990210\n     },\n     \"substitutions\": \"2\",\n     \"esseae\": 41315365,\n     \"sunt3ec\": -33845740\n    },\n    \"laborum80f\": 82526304.12226373\n   },\n   \"teamB\": {\n    \"id\": \"5fda5ffdb23c4eff\",\n    \"name\": \"ASC\",\n    \"score\": {\n     \"f\": \"8\",\n     \"1h\": \"0\",\n     \"2h\": \"8\",\n     \"dolor7\": -82054815.24054594,\n     \"reprehenderit5d\": 52503612\n    },\n    \"stats\": {\n     \"possession\": \"60\",\n     \"attacks\": {\n      \"n\": \"144\",\n      \"d\": \"95\",\n      \"laborum3b5\": false\n     },\n     \"shoots\": {\n      \"t\": 13,\n      \"off\": \"4\",\n      \"on\": \"9\",\n      \"Ut3\": -97275046.02086969\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      \"cillume\": -64575458,\n      \"nostruda\": \"ex exercitation ut consequat\"\n     },\n     \"substitutions\": \"2\",\n     \"sede54\": false,\n     \"nostrud47\": true\n    },\n    \"deserunt326\": -46488038.5640857\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       \"nostrude8\": 64686068.2580502,\n       \"sitd\": -63362529,\n       \"ut7\": \"qui mollit pariatur\"\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       \"veniam4b\": false,\n       \"etab\": \"irure incididunt do quis\",\n       \"reprehenderit1a\": \"non sit\"\n      }\n     }\n    }\n   }\n  }\n ]\n}"
                    }
                  }
                }
              ],
              "request": {
                "url": "{{baseUrl}}/matches/day/full/?d=1&p=1&l=en_US&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "cillum reprehenderit cupidatat",
                    "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": "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/?c=1&m=1&s=1&p=1&l=en_US",
                    "method": "GET",
                    "headers": [
                      {
                        "name": "X-RapidAPI-Key",
                        "value": "cillum reprehenderit cupidatat",
                        "enabled": true
                      },
                      {
                        "name": "X-RapidAPI-Host",
                        "value": "soccer-football-info.p.rapidapi.com",
                        "enabled": true
                      }
                    ],
                    "params": [
                      {
                        "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": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "47481883"
                      },
                      {
                        "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     \"sintcb\": false,\n     \"cupidatate\": false\n    },\n    \"stats\": {\n     \"possession\": \"51\",\n     \"attacks\": {\n      \"n\": \"101\",\n      \"d\": \"46\",\n      \"dolore1\": -79841828.7906236\n     },\n     \"shoots\": {\n      \"t\": \"8\",\n      \"off\": \"1\",\n      \"on\": \"7\",\n      \"culpa8\": \"sit adipisicing aute eu\"\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      \"mollit784\": -57451914\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"1\",\n     \"officia94\": -72782211\n    },\n    \"autee7b\": 44213050.19666436\n   },\n   \"teamB\": {\n    \"id\": \"5fda60336dfb2746\",\n    \"name\": \"El Nacional\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"aliquaee\": -18751558.46169974,\n     \"doloref\": -37457496\n    },\n    \"stats\": {\n     \"possession\": \"49\",\n     \"attacks\": {\n      \"n\": \"100\",\n      \"d\": \"51\",\n      \"anim0\": 2945789\n     },\n     \"shoots\": {\n      \"t\": \"5\",\n      \"off\": \"2\",\n      \"on\": \"3\",\n      \"Excepteur9a5\": 60653647\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      \"cillum0\": 99559690.48946583\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"0\",\n     \"pariaturc\": false\n    },\n    \"cupidatat6d\": \"dolore enim proiden\"\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     \"ipsum20\": \"mollit dolor\",\n     \"sitdaa\": true\n    },\n    \"stats\": {\n     \"possession\": \"51\",\n     \"attacks\": {\n      \"n\": \"101\",\n      \"d\": \"46\",\n      \"in7\": \"ea in ut pariatur incididunt\"\n     },\n     \"shoots\": {\n      \"t\": \"8\",\n      \"off\": \"1\",\n      \"on\": \"7\",\n      \"reprehenderit745\": 49087086\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      \"exercitation50\": 80582923\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"1\",\n     \"dolor37\": \"ex consectetur\"\n    },\n    \"velit5\": \"reprehenderit irure enim\"\n   },\n   \"teamB\": {\n    \"id\": \"5fda60336dfb2746\",\n    \"name\": \"El Nacional\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"Excepteurc\": true,\n     \"veniam2e\": \"in\"\n    },\n    \"stats\": {\n     \"possession\": \"49\",\n     \"attacks\": {\n      \"n\": \"100\",\n      \"d\": \"51\",\n      \"animdda\": 41209417\n     },\n     \"shoots\": {\n      \"t\": \"5\",\n      \"off\": \"2\",\n      \"on\": \"3\",\n      \"elit1\": true\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      \"Duisf\": true\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"0\",\n     \"dolorea\": 70027374.81506237\n    },\n    \"labore6\": 47614486\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/?c=1&m=1&s=1&p=1&l=en_US",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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 filtred with a full data",
                  "description": "",
                  "type": "http",
                  "request": {
                    "url": "{{baseUrl}}/matches/by/full/?c=1&m=1&s=1&p=1&l=en_US",
                    "method": "GET",
                    "headers": [
                      {
                        "name": "X-RapidAPI-Key",
                        "value": "cillum reprehenderit cupidatat",
                        "enabled": true
                      },
                      {
                        "name": "X-RapidAPI-Host",
                        "value": "soccer-football-info.p.rapidapi.com",
                        "enabled": true
                      }
                    ],
                    "params": [
                      {
                        "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": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "47481883"
                      },
                      {
                        "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     \"voluptated\": -24711962.64277871,\n     \"nulla2\": \"cupidatat nulla Duis irure\"\n    },\n    \"stats\": {\n     \"possession\": \"51\",\n     \"attacks\": {\n      \"n\": \"101\",\n      \"d\": \"46\",\n      \"esse34\": 48440224.87023008\n     },\n     \"shoots\": {\n      \"t\": \"8\",\n      \"off\": \"1\",\n      \"on\": \"7\",\n      \"consectetur70\": -92607861\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      \"euf65\": \"laborum dolore\"\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"1\",\n     \"ullamcod\": \"nulla est in\"\n    },\n    \"uta\": 86810063.75078079\n   },\n   \"teamB\": {\n    \"id\": \"5fda60336dfb2746\",\n    \"name\": \"El Nacional\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"veniamac\": false,\n     \"inb4\": true\n    },\n    \"stats\": {\n     \"possession\": \"49\",\n     \"attacks\": {\n      \"n\": \"100\",\n      \"d\": \"51\",\n      \"elit9\": true\n     },\n     \"shoots\": {\n      \"t\": \"5\",\n      \"off\": \"2\",\n      \"on\": \"3\",\n      \"amet3e\": 6207973\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      \"aliquip5\": -78024033\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"0\",\n     \"sint3\": 828055\n    },\n    \"aute5d\": true\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     \"quise\": \"dolor cupidatat fugiat culpa\",\n     \"veniam10\": false\n    },\n    \"stats\": {\n     \"possession\": \"51\",\n     \"attacks\": {\n      \"n\": \"101\",\n      \"d\": \"46\",\n      \"dolor06\": -76021303\n     },\n     \"shoots\": {\n      \"t\": \"8\",\n      \"off\": \"1\",\n      \"on\": \"7\",\n      \"dolorb\": -19474293.705039576\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      \"exercitationc\": -97297302\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"1\",\n     \"dolore47\": \"magna in adipisicing consequat\"\n    },\n    \"Excepteura0\": \"esse sunt\"\n   },\n   \"teamB\": {\n    \"id\": \"5fda60336dfb2746\",\n    \"name\": \"El Nacional\",\n    \"score\": {\n     \"f\": \"1\",\n     \"1h\": \"0\",\n     \"2h\": \"1\",\n     \"consequate3\": 73870189,\n     \"quife\": \"adipisicing nisi ut Duis\"\n    },\n    \"stats\": {\n     \"possession\": \"49\",\n     \"attacks\": {\n      \"n\": \"100\",\n      \"d\": \"51\",\n      \"laborum9f4\": true\n     },\n     \"shoots\": {\n      \"t\": \"5\",\n      \"off\": \"2\",\n      \"on\": \"3\",\n      \"exercitation68\": -10631772\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      \"enim4\": \"dolore consequat\"\n     },\n     \"substitutions\": \"0\",\n     \"injuries\": \"0\",\n     \"ad3\": 15844877.011135727\n    },\n    \"dolorbfa\": 78990324.36106151\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/?c=1&m=1&s=1&p=1&l=en_US",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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"
                }
              }
            }
          ]
        },
        {
          "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/?i=1&l=en_US",
                    "method": "GET",
                    "headers": [
                      {
                        "name": "X-RapidAPI-Key",
                        "value": "cillum reprehenderit cupidatat",
                        "enabled": true
                      },
                      {
                        "name": "X-RapidAPI-Host",
                        "value": "soccer-football-info.p.rapidapi.com",
                        "enabled": true
                      }
                    ],
                    "params": [
                      {
                        "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": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "47481883"
                      },
                      {
                        "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     \"nullad\": false,\n     \"sinta\": false\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     \"animfc8\": \"in proident consequat sed dolore\",\n     \"laborume3d\": -36461212\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     \"in760\": false,\n     \"doloree5\": 90371520\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     \"Ut4c\": \"volupta\",\n     \"esse4\": -89711427\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/?i=1&l=en_US",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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/?i=1&l=en_US",
                    "method": "GET",
                    "headers": [
                      {
                        "name": "X-RapidAPI-Key",
                        "value": "cillum reprehenderit cupidatat",
                        "enabled": true
                      },
                      {
                        "name": "X-RapidAPI-Host",
                        "value": "soccer-football-info.p.rapidapi.com",
                        "enabled": true
                      }
                    ],
                    "params": [
                      {
                        "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": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "47481883"
                      },
                      {
                        "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     \"proidentd\": 23651801,\n     \"officia378\": 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     \"elit5eb\": \"non Duis occaecat dolor in\",\n     \"id70\": \"dolore aute reprehenderit\"\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     \"Utbd0\": 29206185.004753098,\n     \"tempore\": 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     \"enimb\": -78382857,\n     \"esse5f0\": \"officia sit occaecat\"\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}"
                    }
                  }
                },
                {
                  "name": "view Matches Full",
                  "description": "",
                  "type": "http",
                  "request": {
                    "url": "{{baseUrl}}/matches/view/full/?i=99b184f66e1cc9c8&l=en_US",
                    "method": "GET",
                    "headers": [
                      {
                        "name": "X-RapidAPI-Key",
                        "value": "{{vault:rapidapi-key}}",
                        "enabled": true
                      },
                      {
                        "name": "X-RapidAPI-Host",
                        "value": "soccer-football-info.p.rapidapi.com",
                        "enabled": true
                      }
                    ],
                    "params": [
                      {
                        "name": "i",
                        "value": "99b184f66e1cc9c8",
                        "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": "Date",
                        "value": "Fri, 15 Sep 2023 19:13:40 GMT"
                      },
                      {
                        "name": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "name": "Transfer-Encoding",
                        "value": "chunked"
                      },
                      {
                        "name": "Connection",
                        "value": "keep-alive"
                      },
                      {
                        "name": "Content-Encoding",
                        "value": "br"
                      },
                      {
                        "name": "NEL",
                        "value": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"
                      },
                      {
                        "name": "Report-To",
                        "value": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=RmM%2BvZ6DuhsaeQesTm6CRkTZTyy89dUHLp%2F2KUIhbzKK0V1Qz5DFWJw1nc9l4hZWBa0u1ywFE3LrtoO9v2CitojM7oxJTdcFU11xTC6NIZ0YTl4HfXJdwWwLxrz4OJ5sR3R0SfgZslp15fwFOQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"
                      },
                      {
                        "name": "access-control-allow-origin",
                        "value": "*"
                      },
                      {
                        "name": "vary",
                        "value": "Accept-Encoding"
                      },
                      {
                        "name": "alt-svc",
                        "value": "h3=\":443\"; ma=86400"
                      },
                      {
                        "name": "CF-RAY",
                        "value": "807330337ae2361e-FRA"
                      },
                      {
                        "name": "CF-Cache-Status",
                        "value": "DYNAMIC"
                      },
                      {
                        "name": "X-RateLimit-Request-Limit",
                        "value": "43200"
                      },
                      {
                        "name": "X-RateLimit-Request-Remaining",
                        "value": "42881"
                      },
                      {
                        "name": "X-RateLimit-Request-Reset",
                        "value": "75851"
                      },
                      {
                        "name": "Server",
                        "value": "RapidAPI-1.2.8"
                      },
                      {
                        "name": "X-RapidAPI-Version",
                        "value": "1.2.8"
                      },
                      {
                        "name": "X-RapidAPI-Region",
                        "value": "AWS - eu-central-1"
                      }
                    ],
                    "body": {
                      "type": "json",
                      "content": "{\n    \"status\": 200,\n    \"errors\": [],\n    \"pagination\": [],\n    \"result\": [\n        {\n            \"id\": \"99b184f66e1cc9c8\",\n            \"date\": \"2023-09-12 01:30:00\",\n            \"status\": \"ENDED\",\n            \"timer\": \"90:00\",\n            \"est_e_time\": false,\n            \"championship\": {\n                \"id\": \"984c36449bc6503a\",\n                \"name\": \"Colombia Primera A\",\n                \"s_name\": \"Primera A, Clausura 2023\"\n            },\n            \"teamA\": {\n                \"id\": \"317a29a1948ea9db\",\n                \"name\": \"Atletico Bucaramanga\",\n                \"score\": {\n                    \"f\": \"0\",\n                    \"1h\": \"0\",\n                    \"2h\": \"0\",\n                    \"o\": null,\n                    \"p\": null\n                },\n                \"stats\": {\n                    \"possession\": \"61\",\n                    \"attacks\": {\n                        \"n\": \"124\",\n                        \"d\": \"43\",\n                        \"o_s\": \"4\"\n                    },\n                    \"shoots\": {\n                        \"t\": \"3\",\n                        \"off\": \"3\",\n                        \"on\": \"0\",\n                        \"g_a\": \"1\"\n                    },\n                    \"penalties\": \"0\",\n                    \"corners\": {\n                        \"t\": \"9\",\n                        \"f\": \"9\",\n                        \"h\": \"4\"\n                    },\n                    \"fouls\": {\n                        \"t\": \"13\",\n                        \"y_c\": \"4\",\n                        \"y_t_r_c\": \"0\",\n                        \"r_c\": \"0\"\n                    },\n                    \"substitutions\": \"5\",\n                    \"throwins\": null,\n                    \"injuries\": \"1\",\n                    \"dominance_avg_2_5\": null\n                },\n                \"lineup\": {\n                    \"start\": [\n                        {\n                            \"id\": \"edd88995026e20f0\",\n                            \"name\": \"Santiago Jimenez\",\n                            \"s_n\": \"6\"\n                        },\n                        {\n                            \"id\": \"b91e5971dfa4ea22\",\n                            \"name\": \"James Aguirre\",\n                            \"s_n\": \"12\"\n                        },\n                        {\n                            \"id\": \"f9f0d52c6c35d068\",\n                            \"name\": \"Diego Chavez\",\n                            \"s_n\": \"5\"\n                        },\n                        {\n                            \"id\": \"f4683f3b1e46668a\",\n                            \"name\": \"David Gomez\",\n                            \"s_n\": \"19\"\n                        },\n                        {\n                            \"id\": \"14f1642310565a55\",\n                            \"name\": \"Javier Arley Reina Calvo\",\n                            \"s_n\": \"10\"\n                        },\n                        {\n                            \"id\": \"9fa53720d3f79e48\",\n                            \"name\": \"Victor Mejia\",\n                            \"s_n\": \"8\"\n                        },\n                        {\n                            \"id\": \"e0db3426d33ce90a\",\n                            \"name\": \"Jefferson Mena\",\n                            \"s_n\": \"2\"\n                        },\n                        {\n                            \"id\": \"8719d2edaae9a6da\",\n                            \"name\": \"Emanuel Alexander Zagert\",\n                            \"s_n\": \"9\"\n                        },\n                        {\n                            \"id\": \"4b97329a17b5e6f6\",\n                            \"name\": \"Carlos Andres Mosquera\",\n                            \"s_n\": \"11\"\n                        },\n                        {\n                            \"id\": \"99d6fbe13ee7e79\",\n                            \"name\": \"Jhon Emerson Cordoba Mosquera\",\n                            \"s_n\": \"21\"\n                        },\n                        {\n                            \"id\": \"5755ad69b8885693\",\n                            \"name\": \"Francisco Rodriguez\",\n                            \"s_n\": \"28\"\n                        }\n                    ],\n                    \"substitutions\": [\n                        {\n                            \"id\": \"f9d4113705b1ace0\",\n                            \"name\": \"Misael Smith Martinez Olivella\",\n                            \"s_n\": \"7\"\n                        },\n                        {\n                            \"id\": \"33997714230377c8\",\n                            \"name\": \"Dairon Andres Valencia Mosquera\",\n                            \"s_n\": \"26\"\n                        },\n                        {\n                            \"id\": \"2baa11577d991f5a\",\n                            \"name\": \"Jhon Perez\",\n                            \"s_n\": \"30\"\n                        },\n                        {\n                            \"id\": \"2da12a51722d0c3b\",\n                            \"name\": \"Cristopher Varela\",\n                            \"s_n\": \"1\"\n                        },\n                        {\n                            \"id\": \"7b636acf3213b0c4\",\n                            \"name\": \"Cristian Florez\",\n                            \"s_n\": \"17\"\n                        },\n                        {\n                            \"id\": \"e375cf77a2c88e48\",\n                            \"name\": \"Juan David Rodriguez\",\n                            \"s_n\": \"18\"\n                        },\n                        {\n                            \"id\": \"13301de7b7e51901\",\n                            \"name\": \"Adriel Galeano\",\n                            \"s_n\": \"33\"\n                        }\n                    ]\n                },\n                \"manager\": {\n                    \"id\": \"5fc908bcd9f3f8c3\",\n                    \"name\": \"Alexis Marquez\"\n                }\n            },\n            \"teamB\": {\n                \"id\": \"3814cff28c7cad43\",\n                \"name\": \"Alianza Petrolera\",\n                \"score\": {\n                    \"f\": \"1\",\n                    \"1h\": \"1\",\n                    \"2h\": \"1\",\n                    \"o\": null,\n                    \"p\": null\n                },\n                \"stats\": {\n                    \"possession\": \"39\",\n                    \"attacks\": {\n                        \"n\": \"85\",\n                        \"d\": \"25\",\n                        \"o_s\": \"2\"\n                    },\n                    \"shoots\": {\n                        \"t\": \"10\",\n                        \"off\": \"8\",\n                        \"on\": \"2\",\n                        \"g_a\": \"6\"\n                    },\n                    \"penalties\": \"0\",\n                    \"corners\": {\n                        \"t\": \"3\",\n                        \"f\": \"3\",\n                        \"h\": \"2\"\n                    },\n                    \"fouls\": {\n                        \"t\": \"24\",\n                        \"y_c\": \"3\",\n                        \"y_t_r_c\": \"0\",\n                        \"r_c\": \"0\"\n                    },\n                    \"substitutions\": \"4\",\n                    \"throwins\": null,\n                    \"injuries\": \"0\",\n                    \"dominance_avg_2_5\": null\n                },\n                \"lineup\": {\n                    \"start\": [\n                        {\n                            \"id\": \"33230fdc875b5209\",\n                            \"name\": \"Kevin Torres\",\n                            \"s_n\": \"35\"\n                        },\n                        {\n                            \"id\": \"bae268ea1259cd2c\",\n                            \"name\": \"Santiago Orozco\",\n                            \"s_n\": \"6\"\n                        },\n                        {\n                            \"id\": \"8359e25fd75dd7b5\",\n                            \"name\": \"Luciano Ospina\",\n                            \"s_n\": \"22\"\n                        },\n                        {\n                            \"id\": \"e3ac3cd0c062c3ab\",\n                            \"name\": \"Sebastian Acosta\",\n                            \"s_n\": \"10\"\n                        },\n                        {\n                            \"id\": \"8ada1b8b27b9c6e1\",\n                            \"name\": \"Edwin Torres\",\n                            \"s_n\": \"29\"\n                        },\n                        {\n                            \"id\": \"11ee49152e9cc84d\",\n                            \"name\": \"Efrain Navarro\",\n                            \"s_n\": \"2\"\n                        },\n                        {\n                            \"id\": \"b40a771cc860ec55\",\n                            \"name\": \"Leonardo Saldana\",\n                            \"s_n\": \"16\"\n                        },\n                        {\n                            \"id\": \"a09892ba2d68f5b4\",\n                            \"name\": \"Pier Grazziani\",\n                            \"s_n\": \"30\"\n                        },\n                        {\n                            \"id\": \"10512b8af75a38d5\",\n                            \"name\": \"Pedro Franco\",\n                            \"s_n\": \"5\"\n                        },\n                        {\n                            \"id\": \"e30bcf6b419fa4c1\",\n                            \"name\": \"Royscer Colpa\",\n                            \"s_n\": \"25\"\n                        },\n                        {\n                            \"id\": \"b8c725e1e20b3b49\",\n                            \"name\": \"Andres Renteria\",\n                            \"s_n\": \"11\"\n                        }\n                    ],\n                    \"substitutions\": [\n                        {\n                            \"id\": \"8140ff7892858a87\",\n                            \"name\": \"Carlos Mosquera\",\n                            \"s_n\": \"1\"\n                        },\n                        {\n                            \"id\": \"5c503f7f0c6c67d5\",\n                            \"name\": \"Jesus Munoz\",\n                            \"s_n\": \"24\"\n                        },\n                        {\n                            \"id\": \"ca8312b521d329c2\",\n                            \"name\": \"John Wilmar Arango Monsalve\",\n                            \"s_n\": \"21\"\n                        },\n                        {\n                            \"id\": \"5a358ec83d22c8\",\n                            \"name\": \"Alfonso Simarra\",\n                            \"s_n\": \"32\"\n                        },\n                        {\n                            \"id\": \"d8ba0a8c879d7b99\",\n                            \"name\": \"Jair Castillo\",\n                            \"s_n\": \"7\"\n                        },\n                        {\n                            \"id\": \"959652e5bd84ff5\",\n                            \"name\": \"Pablo Bueno\",\n                            \"s_n\": \"27\"\n                        },\n                        {\n                            \"id\": \"6a445e60d9ddeaa1\",\n                            \"name\": \"Bryan Gomez\",\n                            \"s_n\": \"28\"\n                        }\n                    ]\n                },\n                \"manager\": {\n                    \"id\": \"5fb962e9056a35e8\",\n                    \"name\": \"Cesar Fernando Torres Ramirez\"\n                }\n            },\n            \"events\": [\n                {\n                    \"type\": \"yellow_card\",\n                    \"timer\": \"90+3\",\n                    \"team\": \"B\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"90+1\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"substitution\",\n                    \"timer\": \"85\",\n                    \"team\": \"B\"\n                },\n                {\n                    \"type\": \"substitution\",\n                    \"timer\": \"79\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"yellow_card\",\n                    \"timer\": \"78\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"yellow_card\",\n                    \"timer\": \"78\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"77\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"77\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"substitution\",\n                    \"timer\": \"75\",\n                    \"team\": \"B\"\n                },\n                {\n                    \"type\": \"substitution\",\n                    \"timer\": \"72\",\n                    \"team\": \"B\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"70\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"substitution\",\n                    \"timer\": \"70\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"substitution\",\n                    \"timer\": \"69\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"yellow_card\",\n                    \"timer\": \"67\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"yellow_card\",\n                    \"timer\": \"56\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"54\",\n                    \"team\": \"B\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"49\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"49\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"48\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"substitution\",\n                    \"timer\": \"46\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"substitution\",\n                    \"timer\": \"46\",\n                    \"team\": \"B\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"45+4\",\n                    \"team\": \"B\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"45+3\",\n                    \"team\": \"B\"\n                },\n                {\n                    \"type\": \"yellow_card\",\n                    \"timer\": \"43\",\n                    \"team\": \"B\"\n                },\n                {\n                    \"type\": \"substitution\",\n                    \"timer\": \"41\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"29\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"28\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"28\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"yellow_card\",\n                    \"timer\": \"22\",\n                    \"team\": \"B\"\n                },\n                {\n                    \"type\": \"goal\",\n                    \"timer\": \"17\",\n                    \"team\": \"B\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"9\",\n                    \"team\": \"A\"\n                },\n                {\n                    \"type\": \"corner\",\n                    \"timer\": \"7\",\n                    \"team\": \"A\"\n                }\n            ],\n            \"dominance_index\": [\n                {\n                    \"timer\": \"00:00\",\n                    \"teamA\": \"5.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"00:30\",\n                    \"teamA\": \"5.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"01:00\",\n                    \"teamA\": \"5.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"01:30\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"02:00\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"6.00\"\n                },\n                {\n                    \"timer\": \"02:30\",\n                    \"teamA\": \"4.80\",\n                    \"teamB\": \"7.20\"\n                },\n                {\n                    \"timer\": \"03:00\",\n                    \"teamA\": \"4.80\",\n                    \"teamB\": \"9.20\"\n                },\n                {\n                    \"timer\": \"03:30\",\n                    \"teamA\": \"4.80\",\n                    \"teamB\": \"5.20\"\n                },\n                {\n                    \"timer\": \"04:00\",\n                    \"teamA\": \"4.80\",\n                    \"teamB\": \"6.20\"\n                },\n                {\n                    \"timer\": \"04:30\",\n                    \"teamA\": \"7.80\",\n                    \"teamB\": \"6.20\"\n                },\n                {\n                    \"timer\": \"05:00\",\n                    \"teamA\": \"5.80\",\n                    \"teamB\": \"5.20\"\n                },\n                {\n                    \"timer\": \"05:30\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"5.40\"\n                },\n                {\n                    \"timer\": \"06:00\",\n                    \"teamA\": \"5.60\",\n                    \"teamB\": \"6.40\"\n                },\n                {\n                    \"timer\": \"06:30\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"07:00\",\n                    \"teamA\": \"11.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"07:30\",\n                    \"teamA\": \"5.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"08:00\",\n                    \"teamA\": \"11.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"08:30\",\n                    \"teamA\": \"5.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"09:00\",\n                    \"teamA\": \"8.70\",\n                    \"teamB\": \"4.30\"\n                },\n                {\n                    \"timer\": \"09:30\",\n                    \"teamA\": \"11.70\",\n                    \"teamB\": \"4.30\"\n                },\n                {\n                    \"timer\": \"10:00\",\n                    \"teamA\": \"13.70\",\n                    \"teamB\": \"4.30\"\n                },\n                {\n                    \"timer\": \"10:30\",\n                    \"teamA\": \"5.70\",\n                    \"teamB\": \"4.30\"\n                },\n                {\n                    \"timer\": \"11:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"11:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"12:00\",\n                    \"teamA\": \"7.20\",\n                    \"teamB\": \"5.80\"\n                },\n                {\n                    \"timer\": \"12:30\",\n                    \"teamA\": \"7.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"13:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"4.80\"\n                },\n                {\n                    \"timer\": \"13:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"10.80\"\n                },\n                {\n                    \"timer\": \"14:00\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"14:30\",\n                    \"teamA\": \"7.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"15:00\",\n                    \"teamA\": \"13.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"15:30\",\n                    \"teamA\": \"10.20\",\n                    \"teamB\": \"4.80\"\n                },\n                {\n                    \"timer\": \"16:00\",\n                    \"teamA\": \"7.40\",\n                    \"teamB\": \"3.60\"\n                },\n                {\n                    \"timer\": \"16:30\",\n                    \"teamA\": \"7.40\",\n                    \"teamB\": \"16.60\"\n                },\n                {\n                    \"timer\": \"17:00\",\n                    \"teamA\": \"6.40\",\n                    \"teamB\": \"4.60\"\n                },\n                {\n                    \"timer\": \"17:30\",\n                    \"teamA\": \"6.40\",\n                    \"teamB\": \"3.60\"\n                },\n                {\n                    \"timer\": \"18:00\",\n                    \"teamA\": \"6.40\",\n                    \"teamB\": \"3.60\"\n                },\n                {\n                    \"timer\": \"18:30\",\n                    \"teamA\": \"6.40\",\n                    \"teamB\": \"3.60\"\n                },\n                {\n                    \"timer\": \"19:00\",\n                    \"teamA\": \"6.40\",\n                    \"teamB\": \"3.60\"\n                },\n                {\n                    \"timer\": \"19:30\",\n                    \"teamA\": \"6.40\",\n                    \"teamB\": \"3.60\"\n                },\n                {\n                    \"timer\": \"20:00\",\n                    \"teamA\": \"6.40\",\n                    \"teamB\": \"6.60\"\n                },\n                {\n                    \"timer\": \"20:30\",\n                    \"teamA\": \"8.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"21:00\",\n                    \"teamA\": \"9.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"21:30\",\n                    \"teamA\": \"8.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"22:00\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"4.40\"\n                },\n                {\n                    \"timer\": \"22:30\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"23:00\",\n                    \"teamA\": \"8.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"23:30\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"24:00\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"6.40\"\n                },\n                {\n                    \"timer\": \"24:30\",\n                    \"teamA\": \"7.50\",\n                    \"teamB\": \"3.50\"\n                },\n                {\n                    \"timer\": \"25:00\",\n                    \"teamA\": \"7.60\",\n                    \"teamB\": \"4.40\"\n                },\n                {\n                    \"timer\": \"25:30\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"26:00\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"26:30\",\n                    \"teamA\": \"9.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"27:00\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"27:30\",\n                    \"teamA\": \"8.50\",\n                    \"teamB\": \"3.50\"\n                },\n                {\n                    \"timer\": \"28:00\",\n                    \"teamA\": \"20.50\",\n                    \"teamB\": \"3.50\"\n                },\n                {\n                    \"timer\": \"28:30\",\n                    \"teamA\": \"8.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"29:00\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"29:30\",\n                    \"teamA\": \"13.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"30:00\",\n                    \"teamA\": \"8.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"30:30\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"31:00\",\n                    \"teamA\": \"13.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"31:30\",\n                    \"teamA\": \"10.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"32:00\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"14.40\"\n                },\n                {\n                    \"timer\": \"32:30\",\n                    \"teamA\": \"7.60\",\n                    \"teamB\": \"6.40\"\n                },\n                {\n                    \"timer\": \"33:00\",\n                    \"teamA\": \"10.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"33:30\",\n                    \"teamA\": \"8.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"34:00\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"5.40\"\n                },\n                {\n                    \"timer\": \"34:30\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"4.40\"\n                },\n                {\n                    \"timer\": \"35:00\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"4.40\"\n                },\n                {\n                    \"timer\": \"35:30\",\n                    \"teamA\": \"6.60\",\n                    \"teamB\": \"5.40\"\n                },\n                {\n                    \"timer\": \"36:00\",\n                    \"teamA\": \"7.60\",\n                    \"teamB\": \"3.40\"\n                },\n                {\n                    \"timer\": \"36:30\",\n                    \"teamA\": \"6.40\",\n                    \"teamB\": \"3.60\"\n                },\n                {\n                    \"timer\": \"37:00\",\n                    \"teamA\": \"6.40\",\n                    \"teamB\": \"12.60\"\n                },\n                {\n                    \"timer\": \"37:30\",\n                    \"teamA\": \"6.40\",\n                    \"teamB\": \"6.60\"\n                },\n                {\n                    \"timer\": \"38:00\",\n                    \"teamA\": \"6.30\",\n                    \"teamB\": \"4.70\"\n                },\n                {\n                    \"timer\": \"38:30\",\n                    \"teamA\": \"6.30\",\n                    \"teamB\": \"3.70\"\n                },\n                {\n                    \"timer\": \"39:00\",\n                    \"teamA\": \"10.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"39:30\",\n                    \"teamA\": \"7.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"40:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"40:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"41:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"41:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"42:00\",\n                    \"teamA\": \"8.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"42:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"4.80\"\n                },\n                {\n                    \"timer\": \"43:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"4.80\"\n                },\n                {\n                    \"timer\": \"43:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"44:00\",\n                    \"teamA\": \"7.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"44:30\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"45:00\",\n                    \"teamA\": \"21.20\",\n                    \"teamB\": \"24.80\"\n                },\n                {\n                    \"timer\": \"45:00+00:00\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"45:00+00:30\",\n                    \"teamA\": \"7.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"45:00+01:00\",\n                    \"teamA\": \"10.20\",\n                    \"teamB\": \"4.80\"\n                },\n                {\n                    \"timer\": \"45:00+01:30\",\n                    \"teamA\": \"10.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"45:00+02:00\",\n                    \"teamA\": \"6.30\",\n                    \"teamB\": \"4.70\"\n                },\n                {\n                    \"timer\": \"45:00+02:30\",\n                    \"teamA\": \"10.30\",\n                    \"teamB\": \"5.70\"\n                },\n                {\n                    \"timer\": \"45:00+03:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"45:00+03:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"6.80\"\n                },\n                {\n                    \"timer\": \"45:00+04:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"6.80\"\n                },\n                {\n                    \"timer\": \"45:00+04:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"11.80\"\n                },\n                {\n                    \"timer\": \"45:00+05:00\",\n                    \"teamA\": \"8.20\",\n                    \"teamB\": \"6.80\"\n                },\n                {\n                    \"timer\": \"45:30\",\n                    \"teamA\": \"\",\n                    \"teamB\": \"\"\n                },\n                {\n                    \"timer\": \"46:00\",\n                    \"teamA\": \"\",\n                    \"teamB\": \"\"\n                },\n                {\n                    \"timer\": \"46:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"47:00\",\n                    \"teamA\": \"8.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"47:30\",\n                    \"teamA\": \"13.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"48:00\",\n                    \"teamA\": \"7.20\",\n                    \"teamB\": \"5.80\"\n                },\n                {\n                    \"timer\": \"48:30\",\n                    \"teamA\": \"10.20\",\n                    \"teamB\": \"7.80\"\n                },\n                {\n                    \"timer\": \"49:00\",\n                    \"teamA\": \"7.20\",\n                    \"teamB\": \"6.80\"\n                },\n                {\n                    \"timer\": \"49:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"50:00\",\n                    \"teamA\": \"7.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"50:30\",\n                    \"teamA\": \"9.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"51:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"51:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"5.80\"\n                },\n                {\n                    \"timer\": \"52:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"6.80\"\n                },\n                {\n                    \"timer\": \"52:30\",\n                    \"teamA\": \"8.20\",\n                    \"teamB\": \"4.80\"\n                },\n                {\n                    \"timer\": \"53:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"9.80\"\n                },\n                {\n                    \"timer\": \"53:30\",\n                    \"teamA\": \"7.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"54:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"6.80\"\n                },\n                {\n                    \"timer\": \"54:30\",\n                    \"teamA\": \"8.20\",\n                    \"teamB\": \"5.80\"\n                },\n                {\n                    \"timer\": \"55:00\",\n                    \"teamA\": \"8.20\",\n                    \"teamB\": \"4.80\"\n                },\n                {\n                    \"timer\": \"55:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"6.80\"\n                },\n                {\n                    \"timer\": \"56:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"56:30\",\n                    \"teamA\": \"5.90\",\n                    \"teamB\": \"4.10\"\n                },\n                {\n                    \"timer\": \"57:00\",\n                    \"teamA\": \"5.90\",\n                    \"teamB\": \"4.10\"\n                },\n                {\n                    \"timer\": \"57:30\",\n                    \"teamA\": \"6.90\",\n                    \"teamB\": \"5.10\"\n                },\n                {\n                    \"timer\": \"58:00\",\n                    \"teamA\": \"5.90\",\n                    \"teamB\": \"4.10\"\n                },\n                {\n                    \"timer\": \"58:30\",\n                    \"teamA\": \"5.90\",\n                    \"teamB\": \"4.10\"\n                },\n                {\n                    \"timer\": \"59:00\",\n                    \"teamA\": \"5.90\",\n                    \"teamB\": \"4.10\"\n                },\n                {\n                    \"timer\": \"59:30\",\n                    \"teamA\": \"5.90\",\n                    \"teamB\": \"6.10\"\n                },\n                {\n                    \"timer\": \"60:00\",\n                    \"teamA\": \"7.90\",\n                    \"teamB\": \"4.10\"\n                },\n                {\n                    \"timer\": \"60:30\",\n                    \"teamA\": \"6.90\",\n                    \"teamB\": \"4.10\"\n                },\n                {\n                    \"timer\": \"61:00\",\n                    \"teamA\": \"10.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"61:30\",\n                    \"teamA\": \"6.90\",\n                    \"teamB\": \"7.10\"\n                },\n                {\n                    \"timer\": \"62:00\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"7.00\"\n                },\n                {\n                    \"timer\": \"62:30\",\n                    \"teamA\": \"5.90\",\n                    \"teamB\": \"5.10\"\n                },\n                {\n                    \"timer\": \"63:00\",\n                    \"teamA\": \"7.90\",\n                    \"teamB\": \"4.10\"\n                },\n                {\n                    \"timer\": \"63:30\",\n                    \"teamA\": \"5.90\",\n                    \"teamB\": \"4.10\"\n                },\n                {\n                    \"timer\": \"64:00\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"6.00\"\n                },\n                {\n                    \"timer\": \"64:30\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"65:00\",\n                    \"teamA\": \"7.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"65:30\",\n                    \"teamA\": \"7.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"66:00\",\n                    \"teamA\": \"13.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"66:30\",\n                    \"teamA\": \"7.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"67:00\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"6.00\"\n                },\n                {\n                    \"timer\": \"67:30\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"7.00\"\n                },\n                {\n                    \"timer\": \"68:00\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"68:30\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"69:00\",\n                    \"teamA\": \"9.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"69:30\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"70:00\",\n                    \"teamA\": \"9.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"70:30\",\n                    \"teamA\": \"7.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"71:00\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"71:30\",\n                    \"teamA\": \"12.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"72:00\",\n                    \"teamA\": \"10.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"72:30\",\n                    \"teamA\": \"7.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"73:00\",\n                    \"teamA\": \"8.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"73:30\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"74:00\",\n                    \"teamA\": \"7.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"74:30\",\n                    \"teamA\": \"7.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"75:00\",\n                    \"teamA\": \"10.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"75:30\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"76:00\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"76:30\",\n                    \"teamA\": \"12.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"77:00\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"77:30\",\n                    \"teamA\": \"10.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"78:00\",\n                    \"teamA\": \"13.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"78:30\",\n                    \"teamA\": \"14.00\",\n                    \"teamB\": \"4.00\"\n                },\n                {\n                    \"timer\": \"79:00\",\n                    \"teamA\": \"6.00\",\n                    \"teamB\": \"5.00\"\n                },\n                {\n                    \"timer\": \"79:30\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"80:00\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"80:30\",\n                    \"teamA\": \"7.10\",\n                    \"teamB\": \"7.90\"\n                },\n                {\n                    \"timer\": \"81:00\",\n                    \"teamA\": \"9.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"81:30\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"82:00\",\n                    \"teamA\": \"7.10\",\n                    \"teamB\": \"4.90\"\n                },\n                {\n                    \"timer\": \"82:30\",\n                    \"teamA\": \"12.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"83:00\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"8.90\"\n                },\n                {\n                    \"timer\": \"83:30\",\n                    \"teamA\": \"7.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"84:00\",\n                    \"teamA\": \"11.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"84:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"5.80\"\n                },\n                {\n                    \"timer\": \"85:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"9.80\"\n                },\n                {\n                    \"timer\": \"85:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"8.80\"\n                },\n                {\n                    \"timer\": \"86:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"86:30\",\n                    \"teamA\": \"7.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"87:00\",\n                    \"teamA\": \"7.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"87:30\",\n                    \"teamA\": \"8.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"88:00\",\n                    \"teamA\": \"7.10\",\n                    \"teamB\": \"4.90\"\n                },\n                {\n                    \"timer\": \"88:30\",\n                    \"teamA\": \"15.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"89:00\",\n                    \"teamA\": \"7.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"89:30\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"7.80\"\n                },\n                {\n                    \"timer\": \"90:00\",\n                    \"teamA\": \"\",\n                    \"teamB\": \"\"\n                },\n                {\n                    \"timer\": \"90:00+00:00\",\n                    \"teamA\": \"6.20\",\n                    \"teamB\": \"3.80\"\n                },\n                {\n                    \"timer\": \"90:00+00:30\",\n                    \"teamA\": \"8.20\",\n                    \"teamB\": \"7.80\"\n                },\n                {\n                    \"timer\": \"90:00+01:00\",\n                    \"teamA\": \"9.20\",\n                    \"teamB\": \"4.80\"\n                },\n                {\n                    \"timer\": \"90:00+01:30\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"90:00+02:00\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"90:00+02:30\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"90:00+03:00\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"90:00+03:30\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"6.90\"\n                },\n                {\n                    \"timer\": \"90:00+04:00\",\n                    \"teamA\": \"9.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"90:00+04:30\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"90:00+05:00\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"3.90\"\n                },\n                {\n                    \"timer\": \"90:00+05:30\",\n                    \"teamA\": \"6.10\",\n                    \"teamB\": \"3.90\"\n                }\n            ],\n            \"referee\": {\n                \"id\": \"5036c8d40c7ca896\",\n                \"name\": \"Edilson Ariza Moreno\"\n            },\n            \"stadium\": {\n                \"id\": \"8e31553c132c25eb\",\n                \"name\": \"Estadio Alfonso Lopez\"\n            },\n            \"odds\": {\n                \"starting\": {\n                    \"1X2\": {\n                        \"bet365\": {\n                            \"1\": \"2.000\",\n                            \"2\": \"3.800\",\n                            \"X\": \"3.400\"\n                        },\n                        \"unibet\": {\n                            \"1\": \"1.9\",\n                            \"2\": \"3.95\",\n                            \"X\": \"3.25\"\n                        }\n                    },\n                    \"over_under\": {\n                        \"bet365\": {\n                            \"o\": \"1.875\",\n                            \"u\": \"1.975\",\n                            \"v\": \"2.0,2.5\"\n                        },\n                        \"unibet\": {\n                            \"o\": \"2.2\",\n                            \"u\": \"1.68\",\n                            \"v\": \"2.5\"\n                        }\n                    },\n                    \"asian_handicap\": {\n                        \"bet365\": {\n                            \"1\": \"2.000\",\n                            \"2\": \"1.850\",\n                            \"v\": \"-0.5\"\n                        },\n                        \"unibet\": {\n                            \"1\": \"2.02\",\n                            \"2\": \"1.72\",\n                            \"v\": \"-0.5\"\n                        }\n                    }\n                },\n                \"kickoff\": {\n                    \"1X2\": {\n                        \"bet365\": {\n                            \"1\": \"2.000\",\n                            \"2\": \"3.750\",\n                            \"X\": \"3.400\"\n                        },\n                        \"unibet\": {\n                            \"1\": \"2.1\",\n                            \"2\": \"3.75\",\n                            \"X\": \"3.4\"\n                        }\n                    },\n                    \"asian_handicap\": {\n                        \"bet365\": {\n                            \"1\": \"1.975\",\n                            \"2\": \"1.825\",\n                            \"v\": \"-0.5\"\n                        },\n                        \"unibet\": {\n                            \"1\": \"2.02\",\n                            \"2\": \"1.72\",\n                            \"v\": \"-0.5\"\n                        }\n                    },\n                    \"over_under\": {\n                        \"bet365\": {\n                            \"o\": \"1.975\",\n                            \"u\": \"1.825\",\n                            \"v\": \"2.25\"\n                        },\n                        \"unibet\": {\n                            \"o\": \"2.14\",\n                            \"u\": \"1.64\",\n                            \"v\": \"2.5\"\n                        }\n                    },\n                    \"asian_corner\": {\n                        \"bet365\": {\n                            \"o\": \"1.850\",\n                            \"u\": \"1.950\",\n                            \"v\": \"9.5\"\n                        }\n                    },\n                    \"1h_asian_handicap\": {\n                        \"bet365\": {\n                            \"1\": \"2.075\",\n                            \"2\": \"1.725\",\n                            \"v\": \"-0.25\"\n                        }\n                    },\n                    \"1h_goalline\": {\n                        \"bet365\": {\n                            \"o\": \"2.100\",\n                            \"u\": \"1.700\",\n                            \"v\": \"1\"\n                        }\n                    },\n                    \"1h_asian_corner\": {\n                        \"bet365\": {\n                            \"o\": \"2.000\",\n                            \"u\": \"1.800\",\n                            \"v\": \"4.5\"\n                        }\n                    },\n                    \"1h_result\": {\n                        \"bet365\": {\n                            \"1\": \"2.625\",\n                            \"2\": \"4.500\",\n                            \"X\": \"2.050\"\n                        }\n                    }\n                }\n            },\n            \"bet365_url\": \"https://www.bet365.EXT/#/AC/B1/C1/D8/E143357696/F3/I0/\"\n        }\n    ]\n}"
                    }
                  }
                }
              ],
              "request": {
                "url": "{{baseUrl}}/matches/view/full/?i=1&l=en_US",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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/?i=1&l=en_US&f=cillum reprehenderit cupidatat",
                    "method": "GET",
                    "headers": [
                      {
                        "name": "X-RapidAPI-Key",
                        "value": "cillum reprehenderit cupidatat",
                        "enabled": true
                      },
                      {
                        "name": "X-RapidAPI-Host",
                        "value": "soccer-football-info.p.rapidapi.com",
                        "enabled": true
                      }
                    ],
                    "params": [
                      {
                        "name": "i",
                        "value": "1",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "l",
                        "value": "en_US",
                        "type": "query",
                        "enabled": true
                      },
                      {
                        "name": "f",
                        "value": "cillum reprehenderit cupidatat",
                        "type": "query",
                        "enabled": true
                      }
                    ],
                    "body": {
                      "mode": "none",
                      "formUrlEncoded": [],
                      "multipartForm": [],
                      "file": []
                    }
                  },
                  "response": {
                    "status": "OK",
                    "statusText": "200",
                    "headers": [
                      {
                        "name": "X-Rate-Limit-Limit",
                        "value": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Remaining",
                        "value": "47481883"
                      },
                      {
                        "name": "X-Rate-Limit-Reset",
                        "value": "47481883"
                      },
                      {
                        "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     \"dolore107\": false,\n     \"Ut7\": true,\n     \"temporee4\": true,\n     \"nisi11a\": true\n    },\n    \"Excepteura\": 3549813.060471818,\n    \"aliquipd\": 38885133,\n    \"incididunta4b\": 60803310,\n    \"adipisicing2\": -53082604,\n    \"exa1e\": 75225157.26658249,\n    \"occaecat1e\": \"sed proident\"\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     \"occaecatfe\": -16912314,\n     \"ullamco6\": false,\n     \"autea80\": -51915000,\n     \"proident2\": 94979877.07377705\n    },\n    \"minim9\": -65808567,\n    \"Excepteurcd\": 53015905.75678676,\n    \"adc22\": true,\n    \"consequat551\": false,\n    \"inf\": -77092949.07118389,\n    \"utc4\": 32383712\n   },\n   \"odds\": {\n    \"1X2\": {\n     \"1\": \"5.8\",\n     \"2\": \"1.56\",\n     \"X\": \"3.8\"\n    },\n    \"asian_handicap\": {\n     \"reprehenderit8c\": 50000279,\n     \"ullamco6e6\": true,\n     \"fugiat37b\": 6050499\n    },\n    \"over_under\": {\n     \"labore0b\": true,\n     \"consectetur9a\": false,\n     \"etd\": true\n    },\n    \"asian_corner\": {\n     \"sint2d\": \"laboris enim exercitation\",\n     \"eiusmod2f\": \"esse\",\n     \"nonee4\": false\n    },\n    \"1h_asian_handicap\": {\n     \"consequatf9\": true,\n     \"sit44\": 87439390,\n     \"veniamd71\": 65798653.93100652\n    },\n    \"1h_goalline\": {\n     \"suntc48\": -30666915.829564318,\n     \"ea6f\": 57085439,\n     \"eu6f\": \"do\"\n    },\n    \"1h_asian_corner\": {\n     \"Loremc9\": -78350747,\n     \"tempor9\": \"Ut id laboris\",\n     \"officia8\": 51311951\n    },\n    \"1h_result\": {\n     \"ullamcod21\": -16538058.340500996,\n     \"enim3a0\": 16895004.264694795,\n     \"magna05\": 33278786.613862455\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     \"velit48\": false,\n     \"nostrud1\": 66463979.16953263,\n     \"proident9\": 38363233,\n     \"autefb9\": false\n    },\n    \"minim0bb\": -9759822.196890205,\n    \"doac\": 33851219,\n    \"dolor16d\": \"aliquip tempor sunt amet\",\n    \"nulla57\": -72877613.0708753,\n    \"aute47f\": -64284299,\n    \"eu6a\": 43399944.62951496\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     \"deserunt1\": 64852292.92273593,\n     \"pariatura1c\": \"in occaecat\",\n     \"commodoc06\": 3298802,\n     \"exb5c\": true\n    },\n    \"magnacf\": 87755172,\n    \"incididunte54\": \"dolor nulla anim nisi\",\n    \"dolor416\": 99761348,\n    \"ad69\": -34412187.265872076,\n    \"dolorfd7\": \"amet\",\n    \"iruref\": -39572510.5417899\n   },\n   \"odds\": {\n    \"1X2\": {\n     \"1\": \"5.8\",\n     \"2\": \"1.56\",\n     \"X\": \"3.8\"\n    },\n    \"asian_handicap\": {\n     \"utc77\": \"laboris do eu \",\n     \"incididunte\": \"dolor\",\n     \"nostrud7\": \"ut non mollit\"\n    },\n    \"over_under\": {\n     \"officia33b\": -69961640.80449855,\n     \"dolorad\": true,\n     \"consequat6\": \"commodo quis\"\n    },\n    \"asian_corner\": {\n     \"dolor93\": false,\n     \"sed99d\": \"laboris nisi esse pariatur sit\",\n     \"esse2\": -81568073.05001022\n    },\n    \"1h_asian_handicap\": {\n     \"dolor0\": -6962404,\n     \"dolore4d9\": \"consectet\",\n     \"utb\": \"sunt Duis labore\"\n    },\n    \"1h_goalline\": {\n     \"sed21\": \"laboris veniam eu\",\n     \"dolora\": -66751900.86948515,\n     \"qui6c6\": 65051227.38928729\n    },\n    \"1h_asian_corner\": {\n     \"consequat242\": -23932094.21600546,\n     \"add6\": -18334001.991785392,\n     \"adfe2\": 90687509\n    },\n    \"1h_result\": {\n     \"proidenta\": 35843597.87758008,\n     \"sit58a\": true,\n     \"voluptate01d\": true\n    }\n   }\n  }\n ]\n}"
                    }
                  }
                }
              ],
              "request": {
                "url": "{{baseUrl}}/matches/view/progressive/?i=1&l=en_US&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "name": "i",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "l",
                    "value": "en_US",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "cillum reprehenderit cupidatat",
                    "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": "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/?p=1&c=all&l=en_US&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "cillum reprehenderit cupidatat",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?p=1&c=all&l=en_US&f=cillum reprehenderit cupidatat",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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": "cillum reprehenderit cupidatat",
                "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/?i=1&l=en_US",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?i=1&l=en_US",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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/?p=1&f=json",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "{{vault:rapidapi-key}}",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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/?p=1&f=json",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "{{vault:rapidapi-key}}",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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/?p=1&c=all&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "name": "p",
                    "value": "1",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "c",
                    "value": "all",
                    "type": "query",
                    "enabled": true
                  },
                  {
                    "name": "f",
                    "value": "cillum reprehenderit cupidatat",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?p=1&c=all&f=cillum reprehenderit cupidatat",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "name": "p",
                "value": "1",
                "type": "query",
                "enabled": true
              },
              {
                "name": "c",
                "value": "all",
                "type": "query",
                "enabled": true
              },
              {
                "name": "f",
                "value": "cillum reprehenderit cupidatat",
                "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/?i=1&l=en_US",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?i=1&l=en_US",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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": "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/?i=1&w=6m&l=en_US&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "cillum reprehenderit cupidatat",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?i=1&w=6m&l=en_US&f=cillum reprehenderit cupidatat",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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": "cillum reprehenderit cupidatat",
                "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/?p=1&c=all&l=en_US&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "cillum reprehenderit cupidatat",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?p=1&c=all&l=en_US&f=cillum reprehenderit cupidatat",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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": "cillum reprehenderit cupidatat",
                "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/?x=1&y=1&w=6m&l=en_US&f=cillum reprehenderit cupidatat",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "cillum reprehenderit cupidatat",
                    "type": "query",
                    "enabled": true
                  }
                ],
                "body": {
                  "mode": "none",
                  "formUrlEncoded": [],
                  "multipartForm": [],
                  "file": []
                }
              },
              "response": {
                "status": "OK",
                "statusText": "200",
                "headers": [
                  {
                    "name": "X-Rate-Limit-Limit",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?x=1&y=1&w=6m&l=en_US&f=cillum reprehenderit cupidatat",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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": "cillum reprehenderit cupidatat",
                "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/?i=1&l=en_US",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "cillum reprehenderit cupidatat",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Remaining",
                    "value": "47481883"
                  },
                  {
                    "name": "X-Rate-Limit-Reset",
                    "value": "47481883"
                  },
                  {
                    "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/?i=1&l=en_US",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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/?p=1&f=json",
                "method": "GET",
                "headers": [
                  {
                    "name": "X-RapidAPI-Key",
                    "value": "{{vault:rapidapi-key}}",
                    "enabled": true
                  },
                  {
                    "name": "X-RapidAPI-Host",
                    "value": "soccer-football-info.p.rapidapi.com",
                    "enabled": true
                  }
                ],
                "params": [
                  {
                    "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/?p=1&f=json",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "{{vault:rapidapi-key}}",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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": "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}}/ws/delete/?wid=websocket_id",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "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}}/ws/get/",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [],
            "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}}/ws/new/",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [],
            "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}}/ws/renew/?wid=websoket_token",
            "method": "GET",
            "headers": [
              {
                "name": "X-RapidAPI-Key",
                "value": "cillum reprehenderit cupidatat",
                "enabled": true
              },
              {
                "name": "X-RapidAPI-Host",
                "value": "soccer-football-info.p.rapidapi.com",
                "enabled": true
              }
            ],
            "params": [
              {
                "name": "wid",
                "value": "websoket_token",
                "type": "query",
                "enabled": true
              }
            ],
            "body": {
              "mode": "none",
              "formUrlEncoded": [],
              "multipartForm": [],
              "file": []
            },
            "script": {},
            "vars": {},
            "assertions": [],
            "tests": "",
            "docs": "",
            "auth": {
              "mode": "inherit"
            }
          }
        }
      ]
    }
  ],
  "environments": [],
  "root": {
    "request": {
      "auth": {
        "mode": "none"
      },
      "vars": {
        "req": [
          {
            "name": "baseUrl",
            "value": "https://soccer-football-info.p.rapidapi.com",
            "enabled": true,
            "local": false,
            "uid": "zaouTpEpqIl8ArTbNkFWl"
          }
        ]
      }
    },
    "docs": "A football advanced API: live, odds and historical data. In CSV or JSON format",
    "meta": {
      "name": "SoccerFootball info RAPIDAPI"
    }
  },
  "brunoConfig": {
    "version": "1",
    "name": "SoccerFootball info RAPIDAPI - 1",
    "type": "collection",
    "ignore": [
      "node_modules",
      ".git"
    ],
    "size": 0.23433494567871094,
    "filesCount": 48
  },
  "exportedAt": "2026-02-17T15:44:34.961Z",
  "exportedUsing": "Bruno/3.0.2"
}