From 0da53c7eebc96f67cde101b813923a2ef7341c5c Mon Sep 17 00:00:00 2001 From: Lenoch <81lennoch@gmail.com> Date: Sat, 9 Nov 2024 00:36:52 +0100 Subject: [PATCH] Fix README links and add notes for full database endpoint --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97ad27f..4de0d9a 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Returns JSON with information based on the provided Title ID (tid). The response - **Size**: The `size` field in the response always represents the size in bytes. - **Examples**: - - [Base Game](#get-apinlibccnxtidbase) + - [Base Game](#get-apinlibccnxbasetid) - [Update](#get-apinlibccnxupdatetid) - - [DLC](#get-apinlibccnxdltid) + - [DLC](#get-apinlibccnxdlctid) - **Retro Game Forwarder**: ```json { @@ -172,6 +172,8 @@ Returns the full games database JSON. This is NOT RECOMMENDED due to the large s } } ``` +- **Note**: This endpoint is not updated very often, so the data may not reflect the most recent changes. +- **Note**: The response size is approximately 54 MB. ### Game Assets