Unification of endpoints for football data
This demo shows how different football APIs connect and unify into single endpoints to provide complete and coherent data.
{
"id": 123,
"teams": [{"id": 1, "name": "Barcelona"}, {"id": 2, "name": "Real Madrid"}],
"players": [{"id": 10, "name": "Messi"}, {"id": 7, "name": "Ronaldo"}],
"stats": {"possession": [60, 40], "shots": [15, 10], "goals": [3, 2]}
}