GameOverNight API
Description: API for GameOverNight.com, an HTML5 gaming portal offering a variety of online games.
Version: 2.0.0
Author: ThuongDev
- Version 1.0.0 (2025/05/05): Initial release of the GameOverNight API.
- Version 1.1.0 (2025/05/20): Added a homepage endpoint to the API providing basic information such as the API name, description, and version.
- Version 1.1.1 (2025/07/15): A few minor changes to accommodate the new way of fetching data from the Home Page.
- Version 1.2.0 (2025/08/02): Added contact form handling that sends an email to the admin when a user submits a message.
- Version 1.3.0 (2025/09/17): Introduced a new endpoint that allows retrieving a list of games by specifying multiple IDs.
- Version 1.4.0 (2025/09/24): Add an endpoint for recent games to record and retrieve gameplay history for non-authenticated users.
- Version 1.4.1 (2025/09/27): Updated cookie guest_id issuance behavior to comply with GDPR — now only created after the user gives consent.
- Version 2.0.0 (2025/10/13): Introduced core user authentication system (registration & login).