pl-api
    Preparing search index...

    Interface ProfileDirectoryParams

    interface ProfileDirectoryParams {
        limit?: number;
        local?: boolean;
        offset?: number;
        order?: string;
    }
    Index

    Properties

    limit?: number

    Number. How many accounts to load. Defaults to 40 accounts. Max 80 accounts.

    local?: boolean

    Boolean. If true, returns only local accounts.

    offset?: number

    Number. Skip the first n results.

    order?: string

    String. Use active to sort by most recently posted statuses (default) or new to sort by most recently created profiles.