pl-api
    Preparing search index...

    Interface SearchAccountParams

    interface SearchAccountParams {
        following?: boolean;
        limit?: number;
        offset?: number;
        resolve?: boolean;
    }
    Index

    Properties

    following?: boolean

    Boolean. Limit the search to users you are following. Defaults to false.

    limit?: number

    Integer. Maximum number of results. Defaults to 40 accounts. Max 80 accounts.

    offset?: number

    Integer. Skip the first n results.

    resolve?: boolean

    Boolean. Attempt WebFinger lookup. Defaults to false. Use this when q is an exact address.