Version 1.0.2
The API serves content from a structured database located at public/db/3ds/
Endpoints for retrieving title metadata and specific metadata fields.
/:tid
Retrieve title metadata in JSON format along with all available media URLs
tid
- Title ID (16-character hexadecimal)
/:tid/meta/:meta
Retrieve a specific metadata field
tid
- Title ID (16-character hexadecimal)
meta
- Metadata field name (e.g., name, description, release_date_on_eshop)
Endpoints for accessing title banners, icons, and other media assets.
/:tid/banner
Get the title's banner image
tid
- Title ID (16-character hexadecimal)
/:tid/icon
Get the title's icon image
tid
- Title ID (16-character hexadecimal)
Endpoints for accessing both compiled and uncompiled screenshots.
/:tid/screen/:num
Get a specific compiled screenshot
tid
- Title ID (16-character hexadecimal)
num
- Screenshot number
/:tid/screen_u
Get a list of all available uncompiled screenshots (upper and lower screens)
tid
- Title ID (16-character hexadecimal)
/:tid/screen_u/:num/:screen
Get an uncompiled screenshot (upper/lower screen)
tid
- Title ID (16-character hexadecimal)
num
- Screenshot number
screen
- Screen type (u
for upper, l
for lower)
/:tid/screens
Get a list of all available screenshots
tid
- Title ID (16-character hexadecimal)
Endpoints for accessing screenshot thumbnails.
/:tid/thumb/:num
Get a specific thumbnail
tid
- Title ID (16-character hexadecimal)
num
- Thumbnail number
/:tid/thumbs
Get a list of all available thumbnails
tid
- Title ID (16-character hexadecimal)
/:tid/media
Get a comprehensive list of all available media for a title
tid
- Title ID (16-character hexadecimal)
Endpoints for retrieving system-wide information and statistics.
/uptime
Get server uptime information
/stats
Get statistics about titles in each category
/category/:category
List all TIDs in a specific category
category
- Category name (e.g., base, dlc, dsiware, etc.)