Download Games - 1 MB 1 Level Minified JSON File Free Sample JSON Data (1 MB 1 Level Minified)
Download the Games - 1 MB 1 Level Minified JSON file for free. This sample JSON file (1 MB 1 Level Minified) is perfect for API testing, validating databases, and checking website file upload limits.
Designed for developers and testers, this JSON document contains structured JSON objects and JSON arrays, allowing you to simulate real-world scenarios with large JSON datasets.
{
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"rated",
"created_at",
"turns",
"victory_status",
"winner",
"white_id",
"black_id",
"moves"
],
"properties": {
"id": {
"type": "string"
},
"moves": {
"type": "string",
"description": "PGN-style move list"
},
"rated": {
"type": "string",
"description": "Boolean flag stored as string (TRUE/FALSE)"
},
"turns": {
"type": "string"
},
"winner": {
"type": "string"
},
"black_id": {
"type": "string"
},
"white_id": {
"type": "string"
},
"created_at": {
"type": "string",
"description": "Epoch timestamp stored as string"
},
"opening_eco": {
"type": "string"
},
"opening_ply": {
"type": "string"
},
"black_rating": {
"type": "string"
},
"last_move_at": {
"type": "string",
"description": "Epoch timestamp stored as string"
},
"opening_name": {
"type": "string"
},
"white_rating": {
"type": "string"
},
"increment_code": {
"type": "string",
"description": "Time control format (e.g., 15+2)"
},
"victory_status": {
"type": "string"
}
}
},
"title": "ChessGames",
"$schema": "http://json-schema.org/draft-07/schema#"
}We found 5 files similar to your selection in the GAMES 1LEVEL folder.