Events
Get All Events

Get all events

GET
https://statsvlr.n0step.xyz/api/v1/events

Provides information about all events. By making a GET request to this URL, you will get a list of events along with their basic information.

Parameters

ParameterDefaultDescription
page1Current page number.
statusallFilter events by their status, ongoing upcoming completed. You can also use all to not use this filter.
regionallSpecific region. na eu br ap kr ch jp lan las oce mn gc or use all.

Request example

GET
https://statsvlr.n0step.xyz/api/v1/events?page=1&status=upcoming&region=all

Response

{
  "status": "string",
  "size": 0,
  "data": [
    {
      "id": "string",
      "name": "string",
      "status": "string",
      "prizepool": "string",
      "dates": "string",
      "country": "string",
      "img": "string"
    }
  ]
}

That way, you will be able to obtain information about the events.