Class PetSimulator99

API class for Pet Simulator 99.

Constructors

Properties

#base: string = 'https://biggamesapi.io/api/'

Base url. (Could also be considered/called the api url.)

#core: string = 'https://biggamesapi.io/'

Core url.

Methods

  • An overview of all the clans.

    Parameters

    • Optional page: number

      Page index.

    • Optional pageSize: number

      Size of the page.

    • Optional sort: "DepositedDiamonds" | "Points" | "Created"

      How to sort the page.

    • Optional sortOrder: "asc" | "desc"

      In what order to sort the page.

    Returns Promise<APIResponse<any>>

    Details of the clans within this page.

  • The details from the specified collection. This contains a list of configuration data from the game configuration files. These are like rows of a database.

    Parameters

    • name: string

      The name of the collection.

    Returns Promise<APIResponse<any>>

    Derails from the specified collection.

  • Types of data from Pet Simulator 99's in-game configuration files. Each of these may be queried. These are like tables of a database.

    Returns Promise<APIResponse<string[]>>

    List of collections.

  • Displays a Roblox library asset as an image by proxing the request. Note: rbxassetid:// will be automatically removed for you if provided in the ID.

    Parameters

    • id: string | number

      The ID of the roblox image asset.

    Returns string

    The URL for the proxied image.