Skip to main content

List all market items

GET 

https://api.freemius.com/v1/products/{product_id}/installs/{install_id}/market_items.json

Auth:Bearer TokenSCOPE: PRODUCT

Product-scoped API tokens allow you to operate on the product itself. This token usually allows read-only access to the product configuration and write access to several operations on subscriptions, customers, payments, and more. For most SaaS or app integrations, this is the token you will need.

  1. Go to the Freemius Developer Dashboard.
  2. Open the Settings page of the relevant product.
  3. Click the API & Keys tab.
  4. Copy the API Bearer Authorization Token from the UI.

Retrieves all market items associated with an Install entity.

Market items are other products (not necessarily powered by Freemius) that are installed in the same site as the Freemius powered product.

It is only after the user chooses to opt-in that such data is collected and sent to Freemius. Right now we only support WordPress products i.e. plugins and themes.

Request

Path Parameters

    product_id integer<int64>required

    The ID of the product.

    Possible values: >= 1

    Example: 1234
    install_id integer<int64>required

    The ID of the install.

    Possible values: >= 1

    Example: 1234

Responses

All market items associated with the install.

Schema
market_items object[]
  • Array [
  • idstring<int64>

    The unique identifier of the entity.

    Possible values: >= 1

    Example: 123456
    createdstring<date-time>

    The date and time the entity was created, under UTC timezone.

    Example: 2025-01-01 00:00:00
    updatedstring<date-time>nullable

    The date and time the entity was updated, under UTC timezone. If null then the entity was never updated since its creation.

    Example: 2025-01-01 00:00:00
    plugin_idstring<int64>nullable

    The ID of the product the entity belongs to. Null means it has not been associated with a product yet.

    Possible values: >= 1

    Example: 123456
    slugstring

    Product slug name.

    Example: catwalk-reviews
    titlestring

    Products name.

    Example: Catwalk Reviews
    modelstring
    Default value: free

    The business model of the product. We can only detect the model if the product is also integrated with Freemius.

    Possible values: [free, premium, freemium]

    typestring
    Default value: plugin

    The type of the product. Right now we only support WordPress products, i.e, plugins and themes.

    Possible values: [plugin, theme]

    downloadsinteger

    The number of product downloads.

    We are not updating this field yet. We plan to do it in the future.

    Example: 1000
    installs_countinteger

    The number of product installs.

    We are not updating this field yet. We plan to do it in the future.

    Example: 1000
    last_releasestring<date-time>

    The date of the last product release/update.

    We are not updating this field yet. We plan to do it in the future.

    Example: 2025-01-01 00:00:00
    newest_versionstring

    The version number of the latest release/update.

    Example: 1.0.0
  • ]
  • We use essential cookies to enable our site to function. With your consent, we also use analytics and advertising cookies to understand how visitors interact with our site and to improve our services.
    Learn More