I built a GTA V asset index for FiveM developers
I’ve been working on GTA Asset Index, a web-based search tool and REST API designed to make GTA V asset research easier.
It currently indexes both GTA V Legacy and Enhanced.
You can use it to:
- Search assets by partial name or exact filename
- Search using hexadecimal, signed or unsigned JOAAT hashes
- Filter results by edition and file type
- See whether an asset exists in Legacy, Enhanced or both
- Find its internal path and complete RPF location
- View every location when an asset appears more than once
- Browse indexed Steam builds and their statistics
- Access the data through a documented REST API
This can be useful when developing FiveM resources, investigating asset conflicts, locating base-game files or resolving unknown hashes.
Asset search:
https://gtaindex.ndemeude.tech/search
API documentation:
https://gtaindex.ndemeude.tech/docs
Example API request:
https://api.ndemeude.tech/api/v1/assets?name=vehicle&edition=all&limit=20
The service only exposes indexed metadata. It does not host or distribute GTA V files or RPF archives.
Legacy indexing is currently available, and Enhanced support is built into the platform as its catalog becomes populated.
I’m looking for feedback from FiveM developers: are there any additional filters, metadata fields or API endpoints that would be useful for your workflow?