Skip to content

Commit

Permalink
Fix README links and add notes for full database endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenochxd committed Nov 8, 2024
1 parent 28c4afa commit 0da53c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0da53c7

Please sign in to comment.