zapi.
APIsPricingDocsMCP
GitHub
APIsPricingDocsMCPGitHubSign in
zapi.
APIsPricingDocsMCP
GitHub
APIsPricingDocsMCPGitHubSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Application/Aptoide
Logo Aptoide

Aptoide

An alternative Android store — the APK itself: md5, signing certificate owner, download URL, full version history, and the store's own malware verdict. The parts a first-party store never publishes.

Endpoints
4
Requests
11
Updated
3 hours ago
For LLMs
llms.txt
Endpoint healthnot yet measured
  • appnot measured
  • searchnot measured
  • versionsnot measured
  • storenot measured
no measurements yetdaily 01:00 WIB

Playground

4 endpoints
GET/v1/application:aptoide/app1h cache1 paramchecking key…
Parameters
idstringrequired

Android package name

·
Response
EXAMPLE
{
  "id": "com.whatsapp",
  "url": "https://whatsapp.en.aptoide.com/app",
  "file": {
    "md5": "a8e5543d0bfe9a8f8412401f9e8370e4",
    "url": "https://pool.apk.aptoide.com/aplicationpaidprofree/com-whatsapp-263207033-76140253-a8e5543d0bfe9a8f8412401f9e8370e4.apk",
    "abis": [
      "x86",
      "x86-64",
      "armeabi-v7a"
    ],
    "size": 141756319,
    "added": "2026-08-17 18:04:22",
    "minSdk": 23,
    "screen": "SMALL",
    "mirrorUrl": "https://pool.apk.aptoide.com/aplicationpaidprofree/com-whatsapp-263207033-76140253-a8e5543d0bfe9a8f8412401f9e8370e4.apk",
    "signatureSha1": "8B:0D:EB:F9:51:6A:F0:37:C9:BE:2F:53:95:84:B9:7F:E9:78:17:64",
    "signatureOwner": "CN=WhatsApp LLC, O=WhatsApp LLC, L=Menlo Park, ST=California, C=US"
  },
  "free": true,
  "icon": "https://pool.img.aptoide.com/aplicationpaidprofree/27d8f9ef7935216a2c8fddfa54a32901_icon.png",
  "name": "WhatsApp Messenger",
  "size": 141756319,
  "added": "2019-11-05 16:00:58",
  "appId": 76140253,
  "price": 0,
  "store": {
    "apps": 551,
    "icon": "https://pool.img.aptoide.com/aplicationpaidprofree/afd03d960fa1c0d813052f01fdd67a50_ravatar.png",
    "name": "aplicationpaidprofree",
    "storeId": "2360723",
    "subscribers": 1594
  },
  "banner": "https://pool.img.aptoide.com/aplicationpaidprofree/c253cb2d71508e03763b95d66b3b4ca4_fgraphic.png",
  "rating": 5,
  "source": "aptoide",
  "updated": "2026-08-17 18:58:17",
  "version": "2.26.32.70",
  "category": "whatsapp",
  "developer": {
    "name": "WhatsApp Inc.",
    "email": "[email protected]",
    "website": "http://www.whatsapp.com/",
    "privacyUrl": "http://www.whatsapp.com/legal/#Privacy",
    "developerId": "6301"
  },
  "downloads": 2000000000,
  "description": "WhatsApp is a messaging app for personal and group communication through a direct, chat-based interface. It supports text messaging, voice calls, video calls, and media sharing, al…",
  "malwareRank": "TRUSTED",
  "permissions": [
    "android.permission.ACCESS_COARSE_LOCATION",
    "android.permission.ACCESS_FINE_LOCATION",
    "android.permission.ACCESS_MEDIA_LOCATION"
  ],
  "ratingCount": 3,
  "screenshots": [
    "https://pool.img.aptoide.com/aplicationpaidprofree/ef9622cbf7660352030eaa430cd32032_screen.png",
    "https://pool.img.aptoide.com/aplicationpaidprofree/4267240871f89f787b8cd7c2b3cfa255_screen.png",
    "https://pool.img.aptoide.com/aplicationpaidprofree/af1362647da250190882e05cc6ef6d19_screen.png"
  ],
  "versionCode": 263207033,
  "usedFeatures": [
    "android.hardware.faketouch",
    "android.hardware.microphone",
    "android.hardware.screen.portrait"
  ],
  "contentRating": "Everyone",
  "downloadsRecent": 2000000000,
  "contentRatingSystem": "PEGI-3"
}

Code examples

App Detail
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("application:aptoide", "app", {
  "id": "com.whatsapp"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/application:aptoide/app?id=com.whatsapp" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

4 endpoints · plain text
GETApp Detail/v1/application:aptoide/appOne Android app as this store publishes it — the APK's md5, size and download URL, its signing certificate owner, requested permissions, and the store's malware verdict.

Parameters

idstringrequired
Android package name

Request

curl -X GET "https://api.zpi.web.id/v1/application:aptoide/app?id=com.whatsapp" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": "com.whatsapp",
  "url": "https://whatsapp.en.aptoide.com/app",
  "file": {
    "md5": "a8e5543d0bfe9a8f8412401f9e8370e4",
    "url": "https://pool.apk.aptoide.com/aplicationpaidprofree/com-whatsapp-263207033-76140253-a8e5543d0bfe9a8f8412401f9e8370e4.apk",
    "abis": [
      "x86",
      "x86-64",
      "armeabi-v7a"
    ],
    "size": 141756319,
    "added": "2026-08-17 18:04:22",
    "minSdk": 23,
    "screen": "SMALL",
    "mirrorUrl": "https://pool.apk.aptoide.com/aplicationpaidprofree/com-whatsapp-263207033-76140253-a8e5543d0bfe9a8f8412401f9e8370e4.apk",
    "signatureSha1": "8B:0D:EB:F9:51:6A:F0:37:C9:BE:2F:53:95:84:B9:7F:E9:78:17:64",
    "signatureOwner": "CN=WhatsApp LLC, O=WhatsApp LLC, L=Menlo Park, ST=California, C=US"
  },
  "free": true,
  "icon": "https://pool.img.aptoide.com/aplicationpaidprofree/27d8f9ef7935216a2c8fddfa54a32901_icon.png",
  "name": "WhatsApp Messenger",
  "size": 141756319,
  "added": "2019-11-05 16:00:58",
  "appId": 76140253,
  "price": 0,
  "store": {
    "apps": 551,
    "icon": "https://pool.img.aptoide.com/aplicationpaidprofree/afd03d960fa1c0d813052f01fdd67a50_ravatar.png",
    "name": "aplicationpaidprofree",
    "storeId": "2360723",
    "subscribers": 1594
  },
  "banner": "https://pool.img.aptoide.com/aplicationpaidprofree/c253cb2d71508e03763b95d66b3b4ca4_fgraphic.png",
  "rating": 5,
  "source": "aptoide",
  "updated": "2026-08-17 18:58:17",
  "version": "2.26.32.70",
  "category": "whatsapp",
  "developer": {
    "name": "WhatsApp Inc.",
    "email": "[email protected]",
    "website": "http://www.whatsapp.com/",
    "privacyUrl": "http://www.whatsapp.com/legal/#Privacy",
    "developerId": "6301"
  },
  "downloads": 2000000000,
  "description": "WhatsApp is a messaging app for personal and group communication through a direct, chat-based interface. It supports text messaging, voice calls, video calls, and media sharing, al…",
  "malwareRank": "TRUSTED",
  "permissions": [
    "android.permission.ACCESS_COARSE_LOCATION",
    "android.permission.ACCESS_FINE_LOCATION",
    "android.permission.ACCESS_MEDIA_LOCATION"
  ],
  "ratingCount": 3,
  "screenshots": [
    "https://pool.img.aptoide.com/aplicationpaidprofree/ef9622cbf7660352030eaa430cd32032_screen.png",
    "https://pool.img.aptoide.com/aplicationpaidprofree/4267240871f89f787b8cd7c2b3cfa255_screen.png",
    "https://pool.img.aptoide.com/aplicationpaidprofree/af1362647da250190882e05cc6ef6d19_screen.png"
  ],
  "versionCode": 263207033,
  "usedFeatures": [
    "android.hardware.faketouch",
    "android.hardware.microphone",
    "android.hardware.screen.portrait"
  ],
  "contentRating": "Everyone",
  "downloadsRecent": 2000000000,
  "contentRatingSystem": "PEGI-3"
}
GETApp Search/v1/application:aptoide/searchSearch the catalogue. The store caps the keyword at 2-100 characters and says so itself.

Parameters

querystringrequired
Search keyword, 2-100 characters
pagenumberoptional
Result page. Default 1.
countnumberoptional
Items per page. Default 25, max 100.

Request

curl -X GET "https://api.zpi.web.id/v1/application:aptoide/search?query=whatsapp&page=1&count=25" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 10,
  "items": [
    {
      "id": "com.whatsapp",
      "url": "https://whatsapp.en.aptoide.com/app",
      "file": {
        "md5": "a8e5543d0bfe9a8f8412401f9e8370e4",
        "url": "https://pool.apk.aptoide.com/aplicationpaidprofree/com-whatsapp-263207033-76140253-a8e5543d0bfe9a8f8412401f9e8370e4.apk",
        "size": 141756319,
        "mirrorUrl": "https://pool.apk.aptoide.com/aplicationpaidprofree/com-whatsapp-263207033-76140253-a8e5543d0bfe9a8f8412401f9e8370e4.apk",
        "signatureSha1": "8B:0D:EB:F9:51:6A:F0:37:C9:BE:2F:53:95:84:B9:7F:E9:78:17:64",
        "signatureOwner": "CN=WhatsApp LLC, O=WhatsApp LLC, L=Menlo Park, ST=California, C=US"
      },
      "free": true,
      "icon": "https://pool.img.aptoide.com/aplicationpaidprofree/27d8f9ef7935216a2c8fddfa54a32901_icon.png",
      "name": "WhatsApp Messenger",
      "size": 141756319,
      "added": "2019-11-05 16:00:58",
      "appId": 76140253,
      "price": 0,
      "store": {
        "apps": 551,
        "icon": "https://pool.img.aptoide.com/aplicationpaidprofree/afd03d960fa1c0d813052f01fdd67a50_ravatar.png",
        "name": "aplicationpaidprofree",
        "storeId": "2360723",
        "subscribers": 1594
      },
      "banner": "https://pool.img.aptoide.com/aplicationpaidprofree/c253cb2d71508e03763b95d66b3b4ca4_fgraphic.png",
      "rating": 5,
      "source": "aptoide",
      "updated": "2026-08-17 18:58:17",
      "version": "2.26.32.70",
      "developer": {
        "name": "WhatsApp Inc.",
        "developerId": "6301"
      },
      "downloads": 2000000000,
      "malwareRank": "TRUSTED",
      "ratingCount": 3,
      "versionCode": 263207033,
      "downloadsRecent": 2000000000
    },
    {
      "id": "com.lookandfeel.cleanerforwhatsapp",
      "url": "https://cleaner-for-whatsapp-lookandfeel-lab.en.aptoide.com/app",
      "file": {
        "md5": "7c2412e5efe6ce7be9776551ab9deb95",
        "url": "https://pool.apk.aptoide.com/red-star/com-lookandfeel-cleanerforwhatsapp-118-70380230-7c2412e5efe6ce7be9776551ab9deb95.apk",
        "size": 6362746,
        "mirrorUrl": "https://pool.apk.aptoide.com/red-star/com-lookandfeel-cleanerforwhatsapp-118-70380230-7c2412e5efe6ce7be9776551ab9deb95.apk",
        "signatureSha1": "89:A7:77:39:65:0D:89:A1:87:FC:AC:4D:CA:53:68:36:46:52:D8:F0",
        "signatureOwner": "C=IN"
      },
      "free": true,
      "icon": "https://pool.img.aptoide.com/red-star/a3366e7d0ddc21aff4f9d1ea03eb916b_icon.png",
      "name": "Cleaner for WhatsApp",
      "size": 6362746,
      "added": "2025-04-07 05:23:27",
      "appId": 70380230,
      "price": 0,
      "store": {
        "apps": 62,
        "icon": "https://pool.img.aptoide.com/red-star/3bf5adf05843f9f28c486d5ddef8f873_ravatar.jpg",
        "name": "red-star",
        "storeId": "2564242",
        "subscribers": 498
      },
      "banner": "https://pool.img.aptoide.com/red-star/06e068e1b1035195f31fbc64dc42b8ec_fgraphic.png",
      "rating": 5,
      "source": "aptoide",
      "updated": "2026-08-06 20:46:51",
      "version": "2.9.6",
      "developer": {
        "name": "LookAndFeel Lab",
        "developerId": "226848"
      },
      "downloads": 1000000,
      "malwareRank": "UNKNOWN",
      "ratingCount": 1,
      "versionCode": 118,
      "downloadsRecent": 1000000
    },
    {
      "id": "net.oz.team.chat.lives",
      "url": "https://net-team-chat-lives.en.aptoide.com/app",
      "file": {
        "md5": "da962636126e51c28a7202dd6dd4b4e0",
        "url": "https://pool.apk.aptoide.com/catappult/net-oz-team-chat-lives-15-43214581-da962636126e51c28a7202dd6dd4b4e0.apk",
        "size": 1734402,
        "mirrorUrl": "https://pool.apk.aptoide.com/catappult/net-oz-team-chat-lives-15-43214581-da962636126e51c28a7202dd6dd4b4e0.apk",
        "signatureSha1": "13:68:C0:48:E5:0A:6E:DA:44:93:9F:6E:90:C7:5F:5F:0F:68:00:C5",
        "signatureOwner": "CN=\"OZ OU=TEAM O=OZTEAM L=AGADIR S=MAROC C=MA\""
      },
      "free": true,
      "icon": "https://pool.img.aptoide.com/catappult/a85bd458288c4f59b7d05725608dbdbe_icon.png",
      "name": "WhatsApp Spy",
      "size": 1734402,
      "added": "2019-01-17 14:44:16",
      "appId": 43214581,
      "price": 0,
      "store": {
        "apps": 68894,
        "icon": "https://pool.img.aptoide.com/catappult/8eda7e3bb9a41b8c6f6ed040f8060b6b_ravatar.png",
        "name": "catappult",
        "storeId": "1966380",
        "subscribers": 736540
      },
      "rating": 4.74,
      "source": "aptoide",
      "updated": "2019-01-17 14:44:16",
      "version": "15",
      "developer": {
        "name": "otman ezza",
        "developerId": "638109"
      },
      "downloads": 352659,
      "malwareRank": "UNKNOWN",
      "ratingCount": 6030,
      "versionCode": 15,
      "downloadsRecent": 352659
    }
  ],
  "query": "whatsapp",
  "total": 1000,
  "source": "aptoide",
  "hasMore": true,
  "nextPage": 2
}
GETApp Versions/v1/application:aptoide/versionsEvery APK build of one package the platform carries, each with its own md5, minimum SDK, ABIs and malware verdict.

Parameters

idstringrequired
Android package name
countnumberoptional
Maximum versions to return. Default 25, max 100.

Request

curl -X GET "https://api.zpi.web.id/v1/application:aptoide/versions?id=com.whatsapp&count=25" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": "com.whatsapp",
  "count": 8,
  "items": [
    {
      "md5": "a8e5543d0bfe9a8f8412401f9e8370e4",
      "abis": [
        "x86",
        "x86-64",
        "armeabi-v7a",
        "arm64-v8a"
      ],
      "size": 141756319,
      "added": "2019-11-05 16:00:58",
      "store": "aplicationpaidprofree",
      "minSdk": 23,
      "updated": "2026-08-17 18:04:22",
      "version": "2.26.32.70",
      "downloads": 2000000000,
      "malwareRank": "TRUSTED",
      "versionCode": 263207033
    },
    {
      "md5": "43bcae5a3b7a77d38cb3c1f493561f9b",
      "abis": [
        "arm64-v8a"
      ],
      "size": 93137374,
      "added": "2025-03-25 07:46:19",
      "store": "gamesandapps0",
      "minSdk": 23,
      "updated": "2026-08-12 19:46:37",
      "version": "2.26.32.6",
      "downloads": 2000000000,
      "malwareRank": "TRUSTED",
      "versionCode": 263200606
    },
    {
      "md5": "1c2449e1d5874cd5978b9720eef3dd13",
      "abis": [
        "arm64-v8a"
      ],
      "size": 92799399,
      "added": "2016-04-08 00:58:41",
      "store": "engazi",
      "minSdk": 23,
      "updated": "2026-08-08 20:36:46",
      "version": "2.26.32.2",
      "downloads": 2000000000,
      "malwareRank": "TRUSTED",
      "versionCode": 263200206
    },
    {
      "md5": "266c915797653ac2c391cd69c543fada",
      "abis": [
        "x86",
        "x86-64",
        "armeabi-v7a",
        "arm64-v8a"
      ],
      "size": 82880659,
      "added": "2012-10-24 22:41:58",
      "store": "mark8",
      "minSdk": 16,
      "updated": "2023-04-28 04:18:14",
      "version": "2.23.8.78",
      "downloads": 2000000000,
      "malwareRank": "TRUSTED",
      "versionCode": 230878003
    },
    {
      "md5": "0c3037ae2cdaf79830b665ef846c97c7",
      "abis": [
        "arm64-v8a"
      ],
      "size": 30918679,
      "added": "2012-10-24 22:41:58",
      "store": "mark8",
      "minSdk": 15,
      "updated": "2023-04-28 04:18:14",
      "version": "2.20.198.9",
      "downloads": 2000000000,
      "malwareRank": "TRUSTED",
      "versionCode": 204809003
    },
    {
      "md5": "bde0091c147e075fb168fa98fc621b9a",
      "abis": [
        "armeabi-v7a"
      ],
      "size": 32744413,
      "added": "2014-11-25 18:25:53",
      "store": "appswatch",
      "minSdk": 10,
      "updated": "2026-08-17 18:04:23",
      "version": "2.17.253",
      "downloads": 2000000000,
      "malwareRank": "TRUSTED",
      "versionCode": 451896
    },
    {
      "md5": "cb45129a8db3563d19a071cc68e11a8d",
      "abis": [
        "x86",
        "armeabi",
        "armeabi-v7a",
        "mips"
      ],
      "size": 37551709,
      "added": "2012-10-24 22:41:58",
      "store": "mark8",
      "minSdk": 14,
      "updated": "2023-04-28 04:18:14",
      "version": "2.17.235",
      "downloads": 2000000000,
      "malwareRank": "TRUSTED",
      "versionCode": 451877
    },
    {
      "md5": "b26bf9b3ddb2aab5af342ac463076047",
      "abis": [
        "x86",
        "armeabi",
        "armeabi-v7a",
        "mips"
      ],
      "size": 37467738,
      "added": "2012-10-24 22:41:58",
      "store": "mark8",
      "minSdk": 14,
      "updated": "2023-04-28 04:18:14",
      "version": "2.17.231",
      "downloads": 2000000000,
      "malwareRank": "TRUSTED",
      "versionCode": 451873
    }
  ],
  "source": "aptoide"
}
GETStore Catalogue/v1/application:aptoide/storeOne publisher store and the apps it carries, paged.

Parameters

storestringrequired
Store name
pagenumberoptional
Result page. Default 1.
countnumberoptional
Apps per page. Default 25, max 100.

Request

curl -X GET "https://api.zpi.web.id/v1/application:aptoide/store?store=apps&page=1&count=25" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "apps": 327310,
  "icon": "https://pool.img.aptoide.com/apps/815872daa4e7a55f93cb3692aff65e31_ravatar.jpg",
  "page": 1,
  "count": 9,
  "items": [
    {
      "id": "co.kitetech.diary",
      "url": "https://diary-kitetech.en.aptoide.com/app",
      "file": {
        "md5": "fdf7b839e6c6d0c31fa4d4f0001099c3",
        "size": 10450533,
        "signatureSha1": "9F:96:23:C7:5A:A7:EB:34:AB:EF:37:0F:09:D5:8F:96:05:E1:7A:3A",
        "signatureOwner": "O=Kite"
      },
      "free": true,
      "icon": "https://pool.img.aptoide.com/apps/83d2552812eb16d6e82d2f36207054c0_icon.png",
      "name": "Personal diary",
      "size": 10450533,
      "added": "2021-03-16 15:16:25",
      "appId": 76145663,
      "price": 0,
      "store": {
        "icon": "https://pool.img.aptoide.com/apps/815872daa4e7a55f93cb3692aff65e31_ravatar.jpg",
        "name": "apps",
        "storeId": "15"
      },
      "banner": "https://pool.img.aptoide.com/apps/37ea9fd2f2b36a125c88ffb3864e88bc_fgraphic.jpg",
      "rating": 0,
      "source": "aptoide",
      "updated": "2026-08-18 03:03:33",
      "version": "0.90.160",
      "developer": {
        "name": "KiteTech",
        "developerId": "369390"
      },
      "downloads": 5000000,
      "ratingCount": 0,
      "versionCode": 250,
      "downloadsRecent": 5000000
    },
    {
      "id": "tv.every.delishkitchen",
      "url": "https://delish-kitchen.en.aptoide.com/app",
      "file": {
        "md5": "488f37fa05652d80c84904c83f6682d7",
        "size": 13707088,
        "signatureSha1": "25:2F:F1:27:B2:B1:BC:C8:54:87:D9:82:86:47:BC:01:9B:AD:C4:8A",
        "signatureOwner": "CN=Keisuke Imai, OU=DelishKitchen, O=every, L=Shibuya, ST=Tokyo, C=JP"
      },
      "free": true,
      "icon": "https://pool.img.aptoide.com/apps/fe8b52c6ce4a4234d7936a2b65060e69_icon.png",
      "name": "DELISH KITCHEN - 無料レシピ動画で料理を楽しく・簡単に",
      "size": 13707088,
      "added": "2018-03-08 20:15:56",
      "appId": 39104888,
      "price": 0,
      "store": {
        "icon": "https://pool.img.aptoide.com/apps/815872daa4e7a55f93cb3692aff65e31_ravatar.jpg",
        "name": "apps",
        "storeId": "15"
      },
      "rating": 0,
      "source": "aptoide",
      "updated": "2026-08-18 03:02:36",
      "version": "2.2.4",
      "developer": {
        "name": "every, Inc.",
        "developerId": "254530"
      },
      "downloads": 5000000,
      "ratingCount": 0,
      "versionCode": 187,
      "downloadsRecent": 5000000
    },
    {
      "id": "org.eurail.railplanner",
      "url": "https://rail-planner-eurail-group.en.aptoide.com/app",
      "file": {
        "md5": "233f83597dffd5a5ff20fa6a6535f9b2",
        "size": 38267916,
        "signatureSha1": "AA:46:1A:DA:C7:EE:C2:8F:E7:FC:BB:7E:FD:54:91:A2:92:F9:17:AF",
        "signatureOwner": "CN=Eurail, OU=Mobile, O=Eurail, L=Utrecht, ST=Netherlands, C=NL"
      },
      "free": true,
      "icon": "https://pool.img.aptoide.com/apps/59942703b28062c556c437fa8e4972be_icon.png",
      "name": "Eurail/Interrail Rail Planner",
      "size": 38267916,
      "added": "2019-06-20 23:27:07",
      "appId": 51746090,
      "price": 0,
      "store": {
        "icon": "https://pool.img.aptoide.com/apps/815872daa4e7a55f93cb3692aff65e31_ravatar.jpg",
        "name": "apps",
        "storeId": "15"
      },
      "rating": 0,
      "source": "aptoide",
      "updated": "2026-08-18 02:57:34",
      "version": "8.6.0",
      "developer": {
        "name": "Eurail Group",
        "developerId": "1848"
      },
      "downloads": 1000000,
      "ratingCount": 0,
      "versionCode": 34,
      "downloadsRecent": 1000000
    }
  ],
  "store": "apps",
  "total": 327310,
  "source": "aptoide",
  "hasMore": true,
  "storeId": "15",
  "nextPage": 2,
  "downloads": 0,
  "description": "Aptoide Official App Store",
  "subscribers": 3421126
}

Related APIs

More in application

Google Play Store

application/play-store

Google Play — one app's full record including figures the store UI never renders (the exact install count and the per-star rating histogram as integers), plus search, a developer's catalogue, paged reviews with developer replies, related apps, and the store's recommendation shelves.

23 calls·1h cache

App Store

application/app-store

Apple App Store — one app's full store record, search, a developer's catalogue, customer reviews, and the ranked charts. Reads the store's own public JSON API, so every field is the store's own.

15 calls·1h cache

Chrome Web Store

application/chrome-web-store

Chrome extensions and themes — rating, weekly users, the developer's contact details, and the extension's real manifest permissions, which the store page itself never shows.

8 calls·1h cache

Microsoft Store

application/microsoft-store

The Windows app catalogue — 200+ fields per listing including system requirements, declared device capabilities, download and install sizes, and the publisher's postal address.

8 calls·1h cache

Firefox Add-ons

application/firefox-addons

Firefox extensions and themes from Mozilla's own registry — daily users, weekly downloads, per-version signed files with their hashes, requested permissions, and licence.

12 calls·1h cache

Flathub

application/flathub

Linux desktop apps as Flatpaks — licence, runtime and SDK, content rating, publisher verification, plus install counts broken down by day and by country.

8 calls·1h cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026