Premier League Players API Documentation

GET /players

Returns a list of Premier League players.

Query Parameters:

            
                [
                    {
                        "full_name": "Player Name",
                        "age": "Player Age",
                        "Current Club": "Player Club",
                        "nationality": "Player Nationality",
                        "position": "Player Position"
                    },
                    ...
                ]
            
        

GET /helloworld

Returns a JSON response with a greeting message.

            
                {
                    "message": "Hello world"
                }