{
  "schemaVersion": "1.0",
  "name": "APK Tool",
  "description": "Professional Android application information query tool. Search and retrieve detailed APK data from APKPure and Google Play including version details, file sizes, download statistics, developer information, and direct download links.",
  "version": "1.0.0",
  "author": {
    "name": "APK Tool Team",
    "url": "https://apk.apktool.top"
  },
  "type": "web-application",
  "category": "developer-tools",
  "keywords": [
    "APK",
    "Android",
    "application",
    "package",
    "query",
    "search",
    "APKPure",
    "Google Play",
    "app information",
    "version",
    "download",
    "developer tools"
  ],
  "features": [
    {
      "name": "APK Information Query",
      "description": "Search Android applications by package name and retrieve comprehensive information including app name, developer, version, file size, and download statistics"
    },
    {
      "name": "Multi-source Data",
      "description": "Aggregates data from APKPure and Google Play Store to provide the most accurate and up-to-date information"
    },
    {
      "name": "Multi-language Support",
      "description": "Supports 6 languages: English, Chinese, Russian, Brazilian Portuguese, German, and French"
    },
    {
      "name": "Beta Version Detection",
      "description": "Check if an application has a Google Play Beta testing program available"
    },
    {
      "name": "Share Functionality",
      "description": "Generate shareable links to APK information for easy collaboration"
    }
  ],
  "usage": {
    "steps": [
      {
        "step": 1,
        "action": "Enter package name",
        "description": "Input the Android application package name in the search box (e.g., com.google.android.apps.photos)"
      },
      {
        "step": 2,
        "action": "Click search",
        "description": "Press the Search button or hit Enter to query the application"
      },
      {
        "step": 3,
        "action": "View results",
        "description": "Review detailed information including version, size, downloads, and update date"
      },
      {
        "step": 4,
        "action": "Access downloads",
        "description": "Click provided links to visit APKPure or Google Play Store for downloading"
      }
    ],
    "examples": [
      {
        "package": "com.google.android.apps.photos",
        "app": "Google Photos"
      },
      {
        "package": "com.whatsapp",
        "app": "WhatsApp"
      },
      {
        "package": "com.facebook.katana",
        "app": "Facebook"
      }
    ]
  },
  "api": {
    "endpoint": "https://apk.apktool.top/api/apk/query",
    "method": "POST",
    "parameters": {
      "packageName": {
        "type": "string",
        "required": true,
        "description": "Android application package name"
      },
      "language": {
        "type": "string",
        "required": false,
        "default": "en",
        "options": ["en", "zh", "ru", "pt-br", "de", "fr"],
        "description": "Preferred language for results"
      }
    },
    "response": {
      "found": "boolean",
      "source": "string",
      "app_name": "string",
      "developer": "string",
      "version_name": "string",
      "version_code": "string",
      "size": "string",
      "downloads": {
        "formatted": "string",
        "raw": "number"
      },
      "update_date": "string",
      "url": "string"
    }
  },
  "technology": {
    "frontend": {
      "framework": "Vue.js 3",
      "ui": "Ant Design Vue 4.x",
      "buildTool": "Vite 5.x",
      "packageManager": "pnpm"
    },
    "backend": {
      "language": "Go",
      "framework": "GoFrame"
    },
    "analytics": {
      "provider": "Google Tag Manager",
      "id": "GTM-WLT6JJRN"
    },
    "performance": {
      "compression": ["gzip", "brotli"],
      "monitoring": "Web Vitals"
    }
  },
  "seo": {
    "structured_data": [
      "FAQPage",
      "HowTo",
      "BreadcrumbList",
      "SoftwareApplication",
      "WebApplication"
    ],
    "multilingual": true,
    "hreflang": true,
    "sitemap": "https://apk.apktool.top/sitemap.xml",
    "robots": "https://apk.apktool.top/robots.txt"
  },
  "accessibility": {
    "wcag_level": "AA",
    "mobile_friendly": true,
    "responsive": true,
    "keyboard_navigation": true
  },
  "pricing": {
    "model": "free",
    "cost": 0,
    "currency": "USD"
  },
  "support": {
    "languages": ["en", "zh", "ru", "pt-br", "de", "fr"],
    "documentation": "https://apk.apktool.top/",
    "contact": "https://apk.apktool.top/"
  },
  "ai_friendly": {
    "purpose": "This tool helps developers, app publishers, and Android users quickly find detailed information about Android applications using package names. It's particularly useful for version checking, download statistics analysis, and multi-source comparison.",
    "use_cases": [
      "Check if a new app version is available",
      "Compare download statistics across different apps",
      "Find alternative download sources for APK files",
      "Research app developer information",
      "Monitor app update frequency",
      "Verify application authenticity before downloading"
    ],
    "target_audience": [
      "Android developers",
      "App publishers",
      "Tech enthusiasts",
      "Security researchers",
      "App store analysts"
    ],
    "advantages": [
      "Free and unlimited queries",
      "Multi-language interface",
      "Fast response time",
      "Aggregates multiple data sources",
      "No registration required",
      "Mobile-friendly design"
    ]
  },
  "meta": {
    "created": "2025-10-24",
    "updated": "2025-10-24",
    "version": "1.0.0",
    "status": "active",
    "url": "https://apk.apktool.top",
    "canonical": "https://apk.apktool.top/"
  }
}
