{"docs":{"name":"LFA Api","info":"\n\u003cp\u003eAPI Reference\u003c/p\u003e\n","copyright":null,"doc_url":"/docs/1.0","api_url":"/","resources":{"events":{"doc_url":"/docs/1.0/events","api_url":"/","name":"Events","short_description":null,"full_description":null,"version":"1.0","formats":null,"metadata":null,"methods":[{"doc_url":"/docs/1.0/events/index","name":"index","apis":[{"api_url":"/events","http_method":"GET","short_description":"List of events","deprecated":null}],"formats":["json"],"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"per_page","full_name":"per_page","description":"\n\u003cp\u003eNumber of records per page\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]},{"name":"page","full_name":"page","description":"\n\u003cp\u003ePage number\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["Request\n{\n  per_page: 10,\n  page: 1\n}\n\nResponse\n{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"LFA 1\",\n      \"location\": \"Clive, Iowa\",\n      \"details\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n      \"link\": \"https://nitrotickets.com/lfa\",\n      \"date\": \"2019-02-15\",\n      \"matches\": [\n        {\n          \"id\": 3,\n          \"title\": \"Title Match\",\n          \"time\": \"14:00\",\n          \"featured\": true,\n          \"fighters\": [\n            {\n              \"id\": 1,\n              \"tag\": \"champion\",\n              \"name\": \"John Doe\",\n              \"nickname\": \"Doe\",\n              \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n            },\n            {\n              \"id\": 2,\n              \"tag\": \"fighter\",\n              \"name\": \"Jack Doe\",\n              \"nickname\": \"Doe\",\n              \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"id\": 2,\n      \"name\": \"LFA 2\",\n      \"location\": \"Prior Lake, Minnesota\",\n      \"details\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n      \"link\": \"https://nitrotickets.com/lfa\",\n      \"date\": \"2019-02-22\",\n      \"matches\": [\n        {\n          \"id\": 4,\n          \"title\": \"150 lbs.\",\n          \"time\": \"14:00\",\n          \"featured\": false,\n          \"fighters\": [\n            {\n              \"id\": 1,\n              \"tag\": \"champion\",\n              \"name\": \"John Doe\",\n              \"nickname\": \"Doe\",\n              \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n            },\n            {\n              \"id\": 2,\n              \"tag\": \"fighter\",\n              \"name\": \"Jack Doe\",\n              \"nickname\": \"Doe\",\n              \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"pagination\": {\n      \"per_page\": 10,\n      \"page\": 1,\n      \"total_pages\": 1,\n      \"total\": 2\n  }\n}\n"],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/docs/1.0/events/upcoming","name":"upcoming","apis":[{"api_url":"/events/upcoming","http_method":"GET","short_description":"List of upcoming events","deprecated":null}],"formats":["json"],"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"per_page","full_name":"per_page","description":"\n\u003cp\u003eNumber of records per page\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]},{"name":"page","full_name":"page","description":"\n\u003cp\u003ePage number\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["Request\n{\n  per_page: 10,\n  page: 1\n}\n\nResponse\n{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"LFA 1\",\n      \"location\": \"Clive, Iowa\",\n      \"details\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n      \"link\": \"https://nitrotickets.com/lfa\",\n      \"date\": \"2019-02-15\",\n      \"matches\": [\n        {\n          \"id\": 3,\n          \"title\": \"Title Match\",\n          \"time\": \"14:00\",\n          \"featured\": true,\n          \"fighters\": [\n            {\n              \"id\": 1,\n              \"tag\": \"champion\",\n              \"name\": \"John Doe\",\n              \"nickname\": \"Doe\",\n              \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n            },\n            {\n              \"id\": 2,\n              \"tag\": \"fighter\",\n              \"name\": \"Jack Doe\",\n              \"nickname\": \"Doe\",\n              \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"id\": 2,\n      \"name\": \"LFA 2\",\n      \"location\": \"Prior Lake, Minnesota\",\n      \"details\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n      \"link\": \"https://nitrotickets.com/lfa\",\n      \"date\": \"2019-02-22\",\n      \"matches\": [\n        {\n          \"id\": 4,\n          \"title\": \"150 lbs.\",\n          \"time\": \"14:00\",\n          \"featured\": false,\n          \"fighters\": [\n            {\n              \"id\": 1,\n              \"tag\": \"champion\",\n              \"name\": \"John Doe\",\n              \"nickname\": \"Doe\",\n              \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n            },\n            {\n              \"id\": 2,\n              \"tag\": \"fighter\",\n              \"name\": \"Jack Doe\",\n              \"nickname\": \"Doe\",\n              \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"pagination\": {\n      \"per_page\": 10,\n      \"page\": 1,\n      \"total_pages\": 1,\n      \"total\": 2\n  }\n}\n"],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/docs/1.0/events/past","name":"past","apis":[{"api_url":"/events/past","http_method":"GET","short_description":"List of past events","deprecated":null}],"formats":["json"],"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"per_page","full_name":"per_page","description":"\n\u003cp\u003eNumber of records per page\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]},{"name":"page","full_name":"page","description":"\n\u003cp\u003ePage number\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["Request\n{\n  per_page: 10,\n  page: 1\n}\n\nResponse\n{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"LFA 1\",\n      \"location\": \"Clive, Iowa\",\n      \"details\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n      \"link\": \"https://nitrotickets.com/lfa\",\n      \"date\": \"2019-02-15\",\n      \"matches\": [\n        {\n          \"id\": 3,\n          \"title\": \"Title Match\",\n          \"time\": \"14:00\",\n          \"featured\": true,\n          \"fighters\": [\n            {\n              \"id\": 1,\n              \"tag\": \"champion\",\n              \"name\": \"John Doe\",\n              \"nickname\": \"Doe\",\n              \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n            },\n            {\n              \"id\": 2,\n              \"tag\": \"fighter\",\n              \"name\": \"Jack Doe\",\n              \"nickname\": \"Doe\",\n              \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"id\": 2,\n      \"name\": \"LFA 2\",\n      \"location\": \"Prior Lake, Minnesota\",\n      \"details\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n      \"link\": \"https://nitrotickets.com/lfa\",\n      \"date\": \"2019-02-22\",\n      \"matches\": [\n        {\n          \"id\": 4,\n          \"title\": \"150 lbs.\",\n          \"time\": \"14:00\",\n          \"featured\": false,\n          \"fighters\": [\n            {\n              \"id\": 1,\n              \"tag\": \"champion\",\n              \"name\": \"John Doe\",\n              \"nickname\": \"Doe\",\n              \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n            },\n            {\n              \"id\": 2,\n              \"tag\": \"fighter\",\n              \"name\": \"Jack Doe\",\n              \"nickname\": \"Doe\",\n              \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"pagination\": {\n      \"per_page\": 10,\n      \"page\": 1,\n      \"total_pages\": 1,\n      \"total\": 2\n  }\n}\n"],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/docs/1.0/events/results","name":"results","apis":[{"api_url":"/events/:id/results","http_method":"GET","short_description":"List of results for a particular event","deprecated":null}],"formats":["json"],"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"per_page","full_name":"per_page","description":"\n\u003cp\u003eNumber of records per page\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]},{"name":"page","full_name":"page","description":"\n\u003cp\u003ePage number\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["Request\n{\n  per_page: 10,\n  page: 1\n}\n\nResponse\n{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"John Doe vs Jack Doe\",\n      \"method\": \"TKO\",\n      \"round\": 1,\n      \"duration\": \"04:04\",\n      \"draw\": false,\n      \"winner\": {\n        \"id\": 1,\n        \"tag\": \"fighter\",\n        \"name\": \"John Doe\",\n        \"nickname\": \"Doe\",\n        \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n      },\n      \"loser\": {\n        \"id\": 2,\n        \"tag\": \"fighter\",\n        \"name\": \"Jack Doe\",\n        \"nickname\": \"Doe\",\n        \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"per_page\": 100,\n    \"page\": 1,\n    \"total_pages\": 1,\n    \"total\": 1\n  }\n}\n"],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/docs/1.0/events/show","name":"show","apis":[{"api_url":"/events/:id","http_method":"GET","short_description":"Single event","deprecated":null}],"formats":["json"],"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"id","full_name":"id","description":"\n\u003cp\u003eID of the event\u003c/p\u003e\n","required":true,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["Request\n{\n  id: 1\n}\n\nResponse\n{\n  \"id\": 1,\n  \"name\": \"LFA 1\",\n  \"location\": \"Clive, Iowa\",\n  \"details\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n  \"link\": \"https://nitrotickets.com/lfa\",\n  \"date\": \"2019-02-15\",\n  \"matches\": [\n    {\n      \"id\": 3,\n      \"title\": \"Title Match\",\n      \"time\": \"14:00\",\n      \"featured\": true,\n      \"fighters\": [\n        {\n          \"id\": 1,\n          \"tag\": \"champion\",\n          \"name\": \"John Doe\",\n          \"nickname\": \"Doe\",\n          \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n        },\n        {\n          \"id\": 2,\n          \"tag\": \"fighter\",\n          \"name\": \"Jack Doe\",\n          \"nickname\": \"Doe\",\n          \"small_avatar\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\"\n        }\n      ]\n    }\n  ]\n}\n"],"metadata":null,"see":[],"headers":[],"show":true}],"headers":null,"deprecated":null},"fighters":{"doc_url":"/docs/1.0/fighters","api_url":"/","name":"Fighters","short_description":null,"full_description":null,"version":"1.0","formats":null,"metadata":null,"methods":[{"doc_url":"/docs/1.0/fighters/index","name":"index","apis":[{"api_url":"/fighters","http_method":"GET","short_description":"List of fighters","deprecated":null}],"formats":["json"],"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"tag","full_name":"tag","description":"\n\u003cp\u003eFilter the list by kind of fighter. It can be\nfighters/champions/hall_of_legacy\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a String","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"per_page","full_name":"per_page","description":"\n\u003cp\u003eNumber of records per page\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]},{"name":"page","full_name":"page","description":"\n\u003cp\u003ePage number\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["DEFAULT without tag parameter\n\nRequest\n{\n  per_page: 10,\n  page: 1\n}\n\nResponse\n{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"John Doe\",\n      \"nickname\": \"Doe\",\n      \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n      \"tag\": \"fighter\",\n      \"division\": \"Heavyweight\",\n      \"gender\": \"Male\",\n      \"featured\": false,\n      \"temporary\": false,\n      \"avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/avatar.jpg\",\n      \"small_avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\",\n      \"statistics\": [\n          {\n              \"name\": \"Wins\",\n              \"value\": 10\n          },\n          {\n              \"name\": \"Losses\",\n              \"value\": 2\n          },\n          {\n              \"name\": \"Draws\",\n              \"value\": 0\n          }\n      ],\n      \"social_media\": [\n          {\n              \"name\": \"twitter\",\n              \"user\": \"username\",\n              \"link\": \"https://www.twitter.com/username\"\n          }\n      ]\n    },\n    {\n      \"id\": 2,\n      \"name\": \"Jane Doe\",\n      \"nickname\": \"Doe\",\n      \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n      \"tag\": \"hall_of_legacy\",\n      \"division\": \"Heavyweight\",\n      \"gender\": \"Female\",\n      \"featured\": false,\n      \"temporary\": false,\n      \"avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/avatar.jpg\",\n      \"small_avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\",\n      \"statistics\": [\n          {\n              \"name\": \"Wins\",\n              \"value\": 21\n          },\n          {\n              \"name\": \"Losses\",\n              \"value\": 6\n          },\n          {\n              \"name\": \"Draws\",\n              \"value\": 0\n          }\n      ],\n      \"social_media\": [\n          {\n              \"name\": \"twitter\",\n              \"user\": \"username\",\n              \"link\": \"https://www.twitter.com/username\"\n          }\n      ]\n    }\n  ],\n  \"pagination\": {\n      \"per_page\": 10,\n      \"page\": 1,\n      \"total_pages\": 1,\n      \"total\": 2\n  }\n}\n","Request\n{\n  tag: 'fighters',\n  per_page: 10,\n  page: 1\n}\n\nResponse\n{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"John Doe\",\n      \"nickname\": \"Doe\",\n      \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n      \"tag\": \"fighter\",\n      \"division\": \"Heavyweight\",\n      \"gender\": \"Male\",\n      \"featured\": false,\n      \"temporary\": false,\n      \"avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/avatar.jpg\",\n      \"small_avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\",\n      \"statistics\": [\n          {\n              \"name\": \"Wins\",\n              \"value\": 10\n          },\n          {\n              \"name\": \"Losses\",\n              \"value\": 2\n          },\n          {\n              \"name\": \"Draws\",\n              \"value\": 0\n          }\n      ],\n      \"social_media\": [\n          {\n              \"name\": \"twitter\",\n              \"user\": \"username\",\n              \"link\": \"https://www.twitter.com/username\"\n          }\n      ]\n    },\n    {\n      \"id\": 2,\n      \"name\": \"Jane Doe\",\n      \"nickname\": \"Doe\",\n      \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n      \"tag\": \"fighter\",\n      \"division\": \"Heavyweight\",\n      \"gender\": \"Female\",\n      \"featured\": false,\n      \"temporary\": false,\n      \"avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/avatar.jpg\",\n      \"small_avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\",\n      \"statistics\": [\n          {\n              \"name\": \"Wins\",\n              \"value\": 21\n          },\n          {\n              \"name\": \"Losses\",\n              \"value\": 6\n          },\n          {\n              \"name\": \"Draws\",\n              \"value\": 0\n          }\n      ],\n      \"social_media\": [\n          {\n              \"name\": \"twitter\",\n              \"user\": \"username\",\n              \"link\": \"https://www.twitter.com/username\"\n          }\n      ]\n    }\n  ],\n  \"pagination\": {\n      \"per_page\": 10,\n      \"page\": 1,\n      \"total_pages\": 1,\n      \"total\": 2\n  }\n}\n"],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/docs/1.0/fighters/show","name":"show","apis":[{"api_url":"/fighters/:id","http_method":"GET","short_description":"Single fighter","deprecated":null}],"formats":["json"],"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"id","full_name":"id","description":"\n\u003cp\u003eID of the fighter\u003c/p\u003e\n","required":true,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["Request\n{\n  id: 3\n}\n\nResponse\n{\n  \"id\": 3,\n  \"name\": \"Jane Doe\",\n  \"nickname\": \"Doe\",\n  \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n  \"tag\": \"fighter\",\n  \"division\": \"Heavyweight\",\n  \"gender\": \"Female\",\n  \"featured\": false,\n  \"temporary\": false,\n  \"avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/avatar.jpg\",\n  \"small_avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/small_avatar.jpg\",\n  \"statistics\": [\n      {\n          \"name\": \"Wins\",\n          \"value\": 21\n      },\n      {\n          \"name\": \"Losses\",\n          \"value\": 6\n      },\n      {\n          \"name\": \"Draws\",\n          \"value\": 0\n      }\n  ],\n  \"social_media\": [\n      {\n          \"name\": \"twitter\",\n          \"user\": \"username\",\n          \"link\": \"https://www.twitter.com/username\"\n      }\n  ]\n}\n"],"metadata":null,"see":[],"headers":[],"show":true}],"headers":null,"deprecated":null},"news":{"doc_url":"/docs/1.0/news","api_url":"/","name":"News","short_description":null,"full_description":null,"version":"1.0","formats":null,"metadata":null,"methods":[{"doc_url":"/docs/1.0/news/index","name":"index","apis":[{"api_url":"/news","http_method":"GET","short_description":"List of news","deprecated":null}],"formats":["json"],"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"per_page","full_name":"per_page","description":"\n\u003cp\u003eNumber of records per page\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]},{"name":"page","full_name":"page","description":"\n\u003cp\u003ePage number\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["DEFAULT without tag parameter\n\nRequest\n{\n  per_page: 10,\n  page: 1\n}\n\nResponse\n{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"title\": \"Article 1\",\n      \"author\": \"John Doe\",\n      \"excerpt\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\n      \"link\": \"https://news.lfa.com/article-1\",\n      \"thumbnail\": \"https://news.lfa.com/thumbnail.jpg\"\n    },\n    {\n      \"id\": 2,\n      \"title\": \"Article 2\",\n      \"author\": \"Jane Doe\",\n      \"excerpt\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\n      \"link\": \"https://news.lfa.com/article-2\",\n      \"thumbnail\": \"https://news.lfa.com/thumbnail.jpg\"\n    }\n  ],\n  \"pagination\": {\n      \"per_page\": 10,\n      \"page\": 1,\n      \"total_pages\": 1,\n      \"total\": 2\n  }\n}\n"],"metadata":null,"see":[],"headers":[],"show":true}],"headers":null,"deprecated":null},"patrons":{"doc_url":"/docs/1.0/patrons","api_url":"/","name":"Patrons","short_description":null,"full_description":null,"version":"1.0","formats":null,"metadata":null,"methods":[{"doc_url":"/docs/1.0/patrons/index","name":"index","apis":[{"api_url":"/patrons","http_method":"GET","short_description":"List of patrons","deprecated":null}],"formats":["json"],"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"per_page","full_name":"per_page","description":"\n\u003cp\u003eNumber of records per page\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]},{"name":"page","full_name":"page","description":"\n\u003cp\u003ePage number\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["Request\n{\n  per_page: 10,\n  page: 1\n}\n\nResponse\n{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"position\": 2,\n      \"name\": \"Company Inc.\",\n      \"link\": \"https://company.com\",\n      \"logo_url\": \"https://api.lfa.com/rails/active_storage/representations/logo.jpg\"\n    },\n    {\n      \"id\": 2,\n      \"position\": 1,\n      \"name\": \"Corporation Inc.\",\n      \"link\": \"https://corporation.com\",\n      \"logo_url\": \"https://api.lfa.com/rails/active_storage/representations/logo.jpg\"\n    }\n  ],\n  \"pagination\": {\n      \"per_page\": 10,\n      \"page\": 1,\n      \"total_pages\": 1,\n      \"total\": 2\n  }\n}\n"],"metadata":null,"see":[],"headers":[],"show":true}],"headers":null,"deprecated":null},"ring_girls":{"doc_url":"/docs/1.0/ring_girls","api_url":"/","name":"Ring Girls","short_description":null,"full_description":"","version":"1.0","formats":null,"metadata":null,"methods":[{"doc_url":"/docs/1.0/ring_girls/index","name":"index","apis":[{"api_url":"/ring_girls","http_method":"GET","short_description":"List of ring girls","deprecated":null}],"formats":["json"],"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"per_page","full_name":"per_page","description":"\n\u003cp\u003eNumber of records per page\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]},{"name":"page","full_name":"page","description":"\n\u003cp\u003ePage number\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["Request\n  {\n    per_page: 10,\n    page: 1\n  }\nResponse\n  {\n    \"data\": [\n      {\n        \"id\": 1,\n        \"name\": \"Jane Doe\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n        \"social_media\": [\n          {\n            \"name\": \"twitter\",\n            \"user\": \"jane_doe\",\n            \"link\": \"https://www.twitter.com/jane_doe\"\n          }\n        ],\n        \"avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/avatar.jpg\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Jade Doe\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n        \"social_media\": [\n          {\n            \"name\": \"twitter\",\n            \"user\": \"jade_doe\",\n            \"link\": \"https://www.twitter.com/jade_doe\"\n          }\n        ],\n        \"avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/avatar.jpg\"\n      }\n    ],\n    \"pagination\": {\n        \"per_page\": 10,\n        \"page\": 1,\n        \"total_pages\": 1,\n        \"total\": 1\n    }\n  }\n"],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/docs/1.0/ring_girls/show","name":"show","apis":[{"api_url":"/ring_girls/:id","http_method":"GET","short_description":"Single ring girl","deprecated":null}],"formats":["json"],"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"id","full_name":"id","description":"\n\u003cp\u003eID of the ring girl\u003c/p\u003e\n","required":true,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["  Request\n    {\n      id: 1\n    }\n  Response\n  {\n    \"id\": 1,\n    \"name\": \"Jane Doe\",\n    \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\n    \"social_media\": [\n      {\n        \"name\": \"twitter\",\n        \"user\": \"jane_doe\",\n        \"link\": \"https://www.twitter.com/jane_doe\"\n      }\n    ],\n    \"avatar_url\": \"https://api.lfa.com/rails/active_storage/representations/avatar.jpg\"\n}\n"],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"video_news":{"doc_url":"/docs/1.0/video_news","api_url":"/","name":"Video News","short_description":null,"full_description":"","version":"1.0","formats":null,"metadata":null,"methods":[{"doc_url":"/docs/1.0/video_news/index","name":"index","apis":[{"api_url":"/video_news","http_method":"GET","short_description":"List of video news","deprecated":null}],"formats":null,"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"per_page","full_name":"per_page","description":"\n\u003cp\u003eNumber of records per page\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]},{"name":"page","full_name":"page","description":"\n\u003cp\u003ePage number\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["Request\n  {\n    per_page: 10,\n    page: 1\n  }\nResponse\n  {\n    \"data\": [\n      {\n        \"id\": 1,\n        \"title\": \"LFA 1: John vs Doe\",\n        \"author\": \"John Doe\",\n        \"excerpt\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\n        \"link\": \"https://www.youtube.com/watch?v=abcd1234\"\n      },\n      {\n        \"id\": 2,\n        \"title\": \"LFA 2: Jane vs. Doe\",\n        \"author\": \"Jane Doe\",\n        \"excerpt\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\n        \"link\": \"https://www.youtube.com/watch?v=abcd1234\"\n      }\n    ],\n    \"pagination\": {\n      \"per_page\": 10,\n      \"page\": 1,\n      \"total_pages\": 1,\n      \"total\": 2\n    }\n}\n"],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/docs/1.0/video_news/show","name":"show","apis":[{"api_url":"/video_news/:id","http_method":"GET","short_description":"Single video news","deprecated":null}],"formats":null,"full_description":"","errors":[{"code":404,"description":"Not Found","metadata":null},{"code":500,"description":"Internal Server error","metadata":null}],"params":[{"name":"id","full_name":"id","description":"\n\u003cp\u003eID of the video news\u003c/p\u003e\n","required":true,"allow_nil":false,"allow_blank":false,"validator":"Must be a Integer","expected_type":"numeric","metadata":null,"show":true,"validations":[]}],"examples":["Success\nRequest\n  {\n    id: 1\n  }\nResponse\n  {\n    \"id\": 1,\n    \"title\": \"LFA 1: John vs Doe\",\n    \"author\": \"John Doe\",\n    \"excerpt\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\n    \"link\": \"https://www.youtube.com/watch?v=abcd1234\"\n  }\n"],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false}}}}