tournament list:
http://n3logic.com/fifa2022/cfs/get-tournament-list

response:

{
    "status": "true",
    "message": "success",
    "result": [
        {
            "id": "1",
            "name": "AFC Asian Cup, 2023",
            "created_at": "2023-12-20 23:56:40",
            "updated_at": null,
            "status": "1"
        },
        {
            "id": "2",
            "name": "Copa America, 2024",
            "created_at": "2023-10-21 23:59:39",
            "updated_at": null,
            "status": "1"
        }
    ]
}




team list:
http://n3logic.com/fifa2022/cfmc/cfmc-team-list/{tournament_id}
http://n3logic.com/fifa2022/cfmc/cfmc-team-list/1

{
    "status": "true",
    "message": "success",
    "result": [
        {
            "id": "1",
            "tournament_id": "1",
            "tournament_name": "AFC Asian Cup, 2023",
            "group_id": "1",
            "group_name": "Group A",
            "name": "Qatar (H)",
            "details_info": null,
            "current_ranking": null,
            "highest_ranking": null,
            "lowest_ranking": null,
            "national_flag": "qatar.png",
            "created_at": "2023-12-20 01:51:48",
            "updated_at": null,
            "status": "1",
            "player_entry_status": "0",
            "recent_match_status": "0"
        },
        {
            "id": "2",
            "tournament_id": "1",
            "tournament_name": "AFC Asian Cup, 2023",
            "group_id": "1",
            "group_name": "Group A",
            "name": "China",
            "details_info": null,
            "current_ranking": null,
            "highest_ranking": null,
            "lowest_ranking": null,
            "national_flag": "china.png",
            "created_at": "2023-12-20 01:51:48",
            "updated_at": null,
            "status": "1",
            "player_entry_status": "0",
            "recent_match_status": "0"
        },
        {
            "id": "3",
            "tournament_id": "1",
            "tournament_name": "AFC Asian Cup, 2023",
            "group_id": "1",
            "group_name": "Group A",
            "name": "Tajikistan",
            "details_info": null,
            "current_ranking": null,
            "highest_ranking": null,
            "lowest_ranking": null,
            "national_flag": "tajikistan.png",
            "created_at": "2023-12-20 01:51:48",
            "updated_at": null,
            "status": "1",
            "player_entry_status": "0",
            "recent_match_status": "0"
        }
    ]
}



stadium list:
http://n3logic.com/fifa2022/cfmc/cfmc-stadium-list/{tournament_id}
http://n3logic.com/fifa2022/cfmc/cfmc-stadium-list/1

{
    "status": "true",
    "message": "success",
    "result": [
        {
            "id": "1",
            "tournament_id": "1",
            "tournament_name": "AFC Asian Cup, 2023",
            "name": "Lusail Stadium",
            "image": "lusail_01.jpg",
            "more_image": "lusail_02.jpg",
            "city": "Lusail",
            "opening": "2022",
            "capacity": "80000",
            "matches": null,
            "created_at": "2023-12-20 02:03:59",
            "updated_at": null,
            "status": "1"
        },
        {
            "id": "2",
            "tournament_id": "1",
            "tournament_name": "AFC Asian Cup, 2023",
            "name": "Al Bayt Stadium",
            "image": "albayt_01.jpg",
            "more_image": "albayt_02.jpg",
            "city": "Al Khor",
            "opening": "2021",
            "capacity": "60000",
            "matches": null,
            "created_at": "2023-12-20 02:03:59",
            "updated_at": null,
            "status": "1"
        }
    ]
}



match list
http://n3logic.com/fifa2022/cfmc/cfmc-match-list/{tournament_id}/{group_id}
http://n3logic.com/fifa2022/cfmc/cfmc-match-list/1/1

{
    "status": "true",
    "message": "success",
    "result": [
        {
            "id": "1",
            "tournament_id": "1",
            "tournament_name": "AFC Asian Cup, 2023",
            "group_id": "1",
            "group_name": "Group A",
            "match_level": "1",
            "team1_id": "1",
            "team2_id": "4",
            "date_time": "12-01-2024 20:00",
            "time_zone": "GMT+03:00",
            "extra_date_time": null,
            "stedium_id": null,
            "stadium_name": "Lusail Stadium, Lusail",
            "no_of_match": "1",
            "team1_goals": "0",
            "team1_goal_by": null,
            "team1_red_card": null,
            "team1_yellow_card": null,
            "team1_penalty_goals": null,
            "team2_goals": "0",
            "team2_goal_by": null,
            "team2_red_card": null,
            "team2_yellow_card": null,
            "team2_penalty_goals": null,
            "first_added_time": "0",
            "second_added_time": "0",
            "match_summary": null,
            "match_result": null,
            "created_at": "2023-12-20 02:14:05",
            "updated_at": null,
            "status": "1",
            "live_match": "0",
            "is_play_extra_time": "0",
            "is_play_tribaker": "0",
            "team1": "Qatar (H)",
            "team1_flag": "qatar.png",
            "team2": "Lebanon",
            "team2_flag": "lebanon.png"
        },
        {
            "id": "2",
            "tournament_id": "1",
            "tournament_name": "AFC Asian Cup, 2023",
            "group_id": "1",
            "group_name": "Group A",
            "match_level": "1",
            "team1_id": "2",
            "team2_id": "3",
            "date_time": "13-01-2024 17:30",
            "time_zone": "GMT+03:00",
            "extra_date_time": null,
            "stedium_id": null,
            "stadium_name": "Abdullah bin Khalifa Stadium, Doha",
            "no_of_match": "3",
            "team1_goals": "0",
            "team1_goal_by": null,
            "team1_red_card": null,
            "team1_yellow_card": null,
            "team1_penalty_goals": null,
            "team2_goals": "0",
            "team2_goal_by": null,
            "team2_red_card": null,
            "team2_yellow_card": null,
            "team2_penalty_goals": null,
            "first_added_time": "0",
            "second_added_time": "0",
            "match_summary": null,
            "match_result": null,
            "created_at": "2023-12-20 02:14:05",
            "updated_at": null,
            "status": "1",
            "live_match": "0",
            "is_play_extra_time": "0",
            "is_play_tribaker": "0",
            "team1": "China",
            "team1_flag": "china.png",
            "team2": "Tajikistan",
            "team2_flag": "tajikistan.png"
        }
    ]
}



point table:
http://n3logic.com/fifa2022/cfmc/cfmc-point-table/{tournament_id}/{group_id}
http://n3logic.com/fifa2022/cfmc/cfmc-point-table/1/1

{
    "status": "true",
    "message": "success",
    "result": [
        {
            "id": "1",
            "tournament_id": "1",
            "tournament_name": "AFC Asian Cup, 2023",
            "group_id": "1",
            "group_name": "Group A",
            "team_name": "Qatar (H)",
            "flag": "qatar.png",
            "position": "1",
            "match_played": "0",
            "won": "0",
            "drawn": "0",
            "lost": "0",
            "goals_for": "0",
            "goals_against": "0",
            "goal_difference": "0",
            "points": "0",
            "status": "1"
        },
        {
            "id": "2",
            "tournament_id": "1",
            "tournament_name": "AFC Asian Cup, 2023",
            "group_id": "1",
            "group_name": "Group A",
            "team_name": "China",
            "flag": "china.png",
            "position": "2",
            "match_played": "0",
            "won": "0",
            "drawn": "0",
            "lost": "0",
            "goals_for": "0",
            "goals_against": "0",
            "goal_difference": "0",
            "points": "0",
            "status": "1"
        }
    ]
}


