Skip to main content

GitHub Marketplace API の REST エンドポイント

GitHub Marketplace上でのアプリケーションの管理を支援するために、以下のGitHub Marketplace APIエンドポイントを使ってください。

メモ

この記事は、GitHub Marketplace でのアプリの公開にのみ適用されます。 GitHub Marketplace での GitHub Actions の公開について詳しくは、「GitHub Marketplaceでのアクションの公開」をご覧ください。

以下は、Marketplaceのリストで利用できる便利なエンドポイントです。

  •         [計画を一覧表示する](/rest/apps/marketplace#list-plans)
    
  •         [プランのアカウントのリスト](/rest/apps/marketplace#list-accounts-for-a-plan)
    
  •         [アカウントのサブスクリプション プランの取得](/rest/apps/marketplace#get-a-subscription-plan-for-an-account)
    
  •         [認証されたユーザーのサブスクリプションのリスト](/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user)
    

GitHub Marketplace APIを使用する際の認証の受け方の詳細については、以下のページを参照してください。

  •         [OAuth apps の承認オプション](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps)
    
  •         [GitHub Apps の認証オプション](/apps/creating-github-apps/authenticating-with-a-github-app/about-authentication-with-a-github-app)
    

メモ

          [REST API のレート制限](/rest/using-the-rest-api/rate-limits-for-the-rest-api)は、すべての GitHub Marketplace API エンドポイントに適用されます。