קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ממשקי API של Google Play למפתחים
ממשק ה-API של Google Play למפתחים מאפשר לכם לבצע כמה משימות של פרסום וניהול אפליקציות. היא כוללת שני רכיבים:
מינויים ורכישות מתוך האפליקציה
אתם יכולים להשתמש ב-Google Play Developer API כדי לנהל:
אפשר להשתמש במקורות המידע האלה כדי לבדוק את סטטוס הרכישות, וכדי לשנות ולבטל רכישות חוזרות.
מידע נוסף על מכירת מינויים באפליקציית Android זמין במאמר חיוב על רכישות באפליקציות ב-Google Play באתר למפתחי Android.
Publishing API
Google Play Developer Publishing API מאפשר לכם לבצע אוטומציה של משימות תכופות שקשורות להפקת אפליקציות ולהפצתן. היא מספקת פונקציות דומות לאלה שזמינות למפתחים דרך Play Console, כמו:
- העלאה של גרסאות חדשות של אפליקציה
- פרסום אפליקציות על ידי הקצאת חבילות APK למסלולים שונים (אלפא, בטא, השקה מדורגת או ייצור)
- יצירה ושינוי של דפי אפליקציה בחנות Google Play, כולל טקסט וגרפיקה מותאמים לשוק המקומי וצילומי מסך של האפליקציה במכשירים שונים
המשימות האלה מתבצעות באמצעות הפונקציונליות החדשה של עריכות, שמתבססת על גישה טרנזקציונית לביצוע שינויים. אתם מקבצים כמה שינויים לעריכה אחת בטיוטה, ואז מאשרים את כל השינויים בבת אחת. (אף אחד מהשינויים לא ייכנס לתוקף עד שהעריכה תאושר).
תחילת העבודה
כדי להתחיל להשתמש ב-Google Play Developer API, אפשר לעיין בדף תחילת העבודה.
יש ספריות Java ו-Python שבהן אפשר להשתמש כדי לנהל את האינטראקציה עם Publishing API. סיפקנו דוגמאות קוד בדף ספריות לקוח ודוגמאות קוד. אם אתם משתמשים בשפות אחרות, אתם יכולים לגשת ישירות לממשקי ה-API ל-REST באמצעות HTTP.
אם נתקלת בבעיות בשימוש ב-Google Play Developer API, נשמח לעזור.
ממשקי API אחרים
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-11 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-08-11 (שעון UTC)."],[[["\u003cp\u003eThe Google Play Developer API enables you to manage in-app purchases and subscriptions, as well as automate app publishing and management tasks.\u003c/p\u003e\n"],["\u003cp\u003eIt encompasses the Subscriptions and In-App Purchases API and the Publishing API, providing functionalities similar to the Play Console.\u003c/p\u003e\n"],["\u003cp\u003eYou can use it to manage in-app products, subscriptions, check purchase statuses, modify recurring purchases, upload new app versions, release apps to various tracks, and create or modify Play Store listings.\u003c/p\u003e\n"],["\u003cp\u003eGoogle offers comprehensive documentation, client libraries, and code samples to assist developers in integrating and utilizing the API's features.\u003c/p\u003e\n"],["\u003cp\u003eFurther APIs are available for managing game services, retrieving quality reports, replying to reviews, automating permissions, controlling Play Games Services metadata, and tracking voided purchases.\u003c/p\u003e\n"]]],["The Google Play Developer API manages app publishing and in-app purchases. It features two main components: Subscriptions and In-App Purchases API, enabling management of product catalogs, purchase status, and recurring purchases; and the Publishing API, automating app uploads, releases via tracks (alpha, beta, production), and Play Store listing modifications. Changes through edits are bundled and committed at once. Java and Python client libraries, or direct REST API access, are available for integration.\n"],null,["Google Play Developer APIs\n\nThe Google Play Developer API allows you to perform a number of publishing and app-management tasks. It\nincludes two components:\n\n- The [Subscriptions and In-App Purchases API](#subscriptions) lets you manage in-app purchases and subscriptions.\n- The [Publishing API](#publishing) lets you upload and publish apps, and perform other publishing-related tasks.\n\nSubscriptions and In-App Purchases\n\nYou can use the Google Play Developer API to manage:\n\n- [In-App Products\n catalog management](/android-publisher/api-ref/rest/v3/inappproducts)\n- [Subscription Products\n catalog management](/android-publisher/api-ref/rest/v3/monetization.subscriptions)\n- [Products purchase\n status](/android-publisher/api-ref/rest/v3/purchases.products)\n- [Subscriptions\n purchase management](/android-publisher/api-ref/rest/v3/purchases.subscriptions)\n\nYou can use these resources to check the status of purchases, and to\nmodify and cancel recurring purchases.\n\nTo learn more about how to sell subscriptions in an Android app, read\n[Google\nPlay In-app Billing](https://developer.android.com/google/play/billing/index.html) on the Android Developers site.\n\nPublishing API\n\nThe Google Play Developer Publishing API allows you to automate frequent tasks having to do\nwith app production and distribution. This provides functions similar to\nthose available to a developer through the\n[Play Console](https://play.google.com/console),\nsuch as:\n\n- Uploading new versions of an app\n- Releasing apps, by assigning APKs to various [Tracks](/android-publisher/tracks) (alpha, beta, staged rollout, or production)\n- Creating and modifying Google Play Store listings, including localized text and graphics and multi-device screenshots\n\nThose tasks are performed using the new [edits](/android-publisher/edits)\nfunctionality, which take a transactional approach to making changes;\nyou bundle several changes into a single draft **edit**,\nthen commit the changes all at once. (None of the changes take effect\nuntil the edit is committed.)\n\nGetting Started\n\nTo start using the Google Play Developer API, have a look at the\n[Getting Started](/android-publisher/getting_started) page.\n\nThere are Java and Python libraries you can use to manage interaction with the\nPublishing API. We have provided code samples on the\n[Client Libraries and Code Samples](/android-publisher/libraries) page. If you are using\nother languages, you can access the REST APIs directly via HTTP.\n\nIf you're having issues using the Google Play Developer API,\n[we're\nhere to help](https://support.google.com/googleplay/android-developer/answer/7218994).\n\nOther APIs\n\n- The [Google Play Games Services Publishing API](https://developer.android.com/games/pgs/publishing/publishing) allows you to automate frequent tasks having to do with game services production and distribution.\n- The [Reporting API](https://developer.android.com/google/play/developer-api#reporting) lets you retrieve information about your app's quality from Android vitals.\n- The [Reply to Reviews API](https://developer.android.com/google/play/developer-api#reviews) lets you retrieve and reply to reviews of your app.\n- The [Permissions API](https://developer.android.com/google/play/developer-api#permissions) lets you automate permission management within the Play Console.\n- The [Play Games Services Management API](https://developer.android.com/games/pgs/management/management) lets you issue REST calls to programmatically control the metadata underlying the Google Play Games Services features.\n- The [Voided Purchases API](https://developer.android.com/google/play/developer-api#voided-purchases) provides a list of orders that are associated with purchases that a user has voided."]]