Skip to main content

Get the current delay

GET 

/v2/delay

Get the current delay

Request

Header Parameters

    User-Agent stringrequired

    Custom User-Agent for your application, see user-agent.dev for implementation examples. Alternatively you can also use the 'MineSkin-User-Agent' header.

    Example: ExampleApp/v1.0
    Authorization string
    Example: Bearer da84de82e960d6c0510088279878c79365ad5118d350d619f20324a5494f156b

Responses

Delay Info

Schema

    next

    object

    required

    absolute timestamprequired

    Absolute timestamp (in milliseconds) after which the next request can be made

    Example: 1726829503123
    relative numberrequired

    Relative delay (in milliseconds) after which the next request can be made

    Example: 800

    delay

    object

    required

    millis numberrequired

    Delay between requests (in milliseconds) - depends on the API key used for this request

    Example: 1200
    seconds number

    Delay between requests (in seconds) - depends on the API key used for this request

    Example: 1.2

    limit

    object

    limit numberrequired

    Limit of requests in the current window (usually 1 minute). Same as the 'X-RateLimit-Limit' header

    Example: 60
    remaining numberrequired

    Remaining requests in the current window. Same as the 'X-RateLimit-Remaining' header

    Example: 58
Loading...