estiens / world_cup_json

Rails backend for a scraper that outputs World Cup data as JSON
928 stars 107 forks source link

Incorrect score - Tunisia x France #227

Closed fduartecastro closed 1 year ago

fduartecastro commented 1 year ago

{ "id": 38, "venue": "Education City Stadium", "location": "Doha", "status": "completed", "attendance": "43627", "stage_name": "First stage", "home_team_country": "TUN", "away_team_country": "FRA", "datetime": "2022-11-30T15:00:00Z", "winner": "Draw", "winner_code": "Draw", "home_team": { "country": "TUN", "name": "Tunisia", "goals": 1, "penalties": 0 }, "away_team": { "country": "FRA", "name": "France", "goals": 1, "penalties": 0 }, (...)

Thanks in advance

fduartecastro commented 1 year ago

Sorry, duplicated.