Skip to main content

List all updates

GET 

https://api.freemius.com/v1/products/{product_id}/installs/{install_id}/updates.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.

Retrieve the product update collection available for an install.

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

Query Parameters

    version stringrequired

    The product's version of the current install. The endpoint will return newer versions when set. This is a required param unless older_than is provided.

    Example: 1.0.0
    older_than string

    If provided, only versions that are older than this will be returned.

    Example: 1.0.0
    type string
    Default value: released

    The product type. If the type provide is all, the latest released or pending version will be returned, whichever has the higher version.

    Possible values: [released, pending, beta, all]

    count integer
    Default value: 25

    The number of records to return.

    Possible values: >= 1 and <= 50

    Example: 10
    offset integer
    Default value: 0

    The number of records to skip before starting to return records. Default is 0.

    Possible values: >= 0

    Example: 10
    fields string

    Comma separated list of fields to return in the response. If not specified, all fields are returned.

    Example: id,name,slug

Responses

Updates collection.

Schema
tags 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>

    The ID of the product the entity belongs to.

    Possible values: >= 1

    Example: 123456
    developer_idstring<int64>

    The ID of a developer.

    Possible values: >= 1

    Example: 1234
    slugstringnullable

    The slug of the product. This is auto-generated from your product settings.

    Example: my-freemius-plugin
    premium_slugstringnullable

    The slug of the premium product. This is auto-generated from your product's settings.

    Example: my-freemius-plugin-pro
    versionstring<semver>

    The version of the product. For WordPress.org products (plugins and themes), we recommend using semver semantics to support composer integration.

    Example: 1.0.0
    sdk_versionstring

    The Freemius SDK version. Only relevant for WordPress products using the Freemius WP SDK.

    Example: 1.2.2
    requires_platform_versionstringnullable

    The platform version required (e.g WordPress version).

    Example: 1.0.0
    requires_programming_language_versionstringnullable

    The programming language version (e.g PHP version).

    Example: 5.6
    tested_up_to_versionstringnullable

    The tested platform version that the product is compatible (e.g WordPress version).

    Example: 1.0.0
    downloadedinteger

    The number of times the product has been downloaded.

    Possible values: >= 0

    Example: 1234
    has_freeboolean

    If the product has a free version.

    has_premiumboolean

    If the product has a premium version.

    release_modestring

    The release mode of the product.

    Possible values: [released, pending, beta]

    limitinteger

    The maximum number of downloads allowed for this version. This is used for staged rollout of WordPress products. Unlimited number is set as null.

    Possible values: >= 1

    Example: 50
    uniquesinteger

    The number of unique users that have downloaded the product.

    Possible values: >= 1

    Example: 1234
    is_incrementalboolean

    Determines whether the version is incremental or not.

    Example: true
    is_releasedboolean

    A flag that controls the visibility of add-ons in the in-dashboard add-ons marketplace. Defaults to true. Only applicable if the product is an add-on.

    urlstring

    The Installation zip file URL with authentication token.

    Example: https://example.com/
  • ]
  • 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