Steam WebAPI Docs - v1.2.2
    Preparing search index...

    Type Alias GetOwnedGamesParams

    type GetOwnedGamesParams = {
        appids_filter?: number[];
        include_appinfo?: boolean;
        include_played_free_games?: boolean;
    }
    Index

    Properties

    appids_filter?: number[]

    (Optional) Restricts results to the appids passed here. This is an array and should be passed like "appids_filter[0]=440&appids_filter[1]=570".

    include_appinfo?: boolean

    (Optional) Whether to include additional details of apps - name and images. Defaults to false.

    include_played_free_games?: boolean

    (Optional) Whether to list free-to-play games in the results. Defaults to false.