Hello! 👋
We’ve added a JSON source API for the iOSGods App that lists our available apps with metadata and download links, so 3rd party app stores and developers can easily integrate iOSGods listings into their own projects.
This format is based on AltStore Sources, with a few additional fields to make implementation easier as requested by developers.
What the source contains
App list with name, bundle ID, type/category, icons, screenshots, descriptions
Version history with build, date, minimum iOS version, file size, and IPA download URL
Direct links back to iOSGods (topic + app details page) for support and changelogs
Search & filtering options
Example (shortened)
{
"name": "iOSGods Apps & Hacks",
"subtitle": "Modded Apps & Game Hacks from iOSGods.com",
"iconURL": "https://app.iosgods.com/img/logo.png",
"website": "https://iosgods.com/",
"featuredApps": [
"zombie.survival.craft.z",
"com.toplay.MonmusuGirlsAutobattler"
],
"apps": [
{
"name": "Monmusu Girls: Autobattler Hack",
"bundleIdentifier": "com.toplay.MonmusuGirlsAutobattler",
"type": "game",
"developerName": "Batch · 志鹏 邓",
"url": "https://app.iosgods.com/store/appdetails/6215-monmusu-girls-autobattler-hack",
"localizedDescription": "Hack Features\n- Never Die / God Mode\n- Instant Skill\n- Enemy Debuff\n- Auto Update (.deb only)",
"htmlDescription": "<p>...</p>",
"iconURL": "ICONURLHERE",
"screenshots": ["SCREENSHOTSURLHERE"],
"versions": [
{
"version": "1.0.22",
"buildVersion": "1.0.22",
"date": "2025-12-10T16:01:14.000000Z",
"downloadURL": "REDACTED",
"minOSVersion": "13.0",
"size": 693331058
}
],
"app_identifier": "6753108556",
"topicURL": "https://iosgods.com/topic/203050-monmusu-girls-autobattler-hack/",
"category": "games",
"genres": ["Games", "Adventure", "Roleplaying"]
}
]
}
If you’re interested in integrating the iOSGods source into your app store or project, please send me a PM and I’ll help you get set up. Please note that integration requests will require approval.