Locate ids quickly on mod.io
If you are using the mod.io API to power mod support in your game(s), you are likely querying and debugging games, mods, files and other content by id. Finding those ids on the web can be a pain because our URLs are descriptive, there is no easy way to load the contents profile without knowing it's full URL. Today we are changing that by adding a helper URL that redirects ids to its contents URL on the web.
The URL structure to lookup an id is as follows:
https://mod.io/search/id/SITEAREA/ID
SITEAREA can be any of the following:
- games
- mods
- files
- articles
- members
ID is the id of the content you want to locate. For example game 77 on mod.io is Meeple Station. I can load Meeple Station via the following URL:
https://mod.io/search/id/games/77
NOTE: This shortcut should only be used for quick translation of IDs. You should always link to the real URL for content if you can, to save a redirect.
I hope this simple tool helps save you some time!
Files
Get Cross Platform Mod API & SDK
Cross Platform Mod API & SDK
Mod browser and manager for game developers, with support for Unity, Unreal and C/C++ SDK.
More posts
- Latest Update Brings Mods to Nintendo Switch; Now Available on all Modern Consol...Dec 06, 2022
- Unreal Engine Plugin & Custom SDK Version 2.0 Live NowMay 04, 2022
- UGC is the next big trend in mobile gamingMay 17, 2021
- How Great User Experiences Can Boost Engagement with UGCApr 06, 2021
- Andy Swanson joins mod.io to grow UGC in gamesFeb 18, 2021
- How to make your games moddable!Dec 01, 2020
- Mod support on consoles is possible today, and why you should consider itNov 24, 2020
- Our Approach to Mod Support ImplementationNov 02, 2020
- Add mod support to a Unity game in 48 hours with mod.ioJul 29, 2020
- Create a moddable VR gameJun 04, 2020
Leave a comment
Log in with itch.io to leave a comment.