rezarahiminia/worldcup2026 — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a free REST API for the FIFA World Cup 2026 that people can use to get tournament data in JSON.

It should let anyone read teams, groups, match schedules, stadiums, standings, and live score updates without needing an API key. Include all 48 teams, 12 groups, 104 matches, and 16 host stadiums across the United States, Mexico, and Canada. Please support English and Persian names where the data has them.

Use Node, Express, and MongoDB. Add seed import scripts so I can load the included World Cup data into the database easily. Add Swagger docs with a try it out page, basic rate limiting, secure headers, and JWT protection for admin style update routes like changing live scores or match results.

Make it easy to run locally with environment variables, clear npm commands, and a simple production start command. Look up current docs online if you need to.

Want more depth? Deep Reverse