GetCounter - robflop/megumin.love GitHub Wiki

GET /counter

Returns the current global counter.

Headers

Key Value
Content-Type application/x-www-form-urlencoded

Body

Key Description Format Example
--- ----------- ------ -------

Parameters

Key Description Format Example
--- ----------- ------ -------

Example requests

/counter

Output:

{
    "counter": 59206101
}