Seasons

GET https://marvelrivalsapi.com/api/v1/seasons

Retrieves all available seasons with filter by specific seasons.

Headers

Name
Value

Content-Type

application/json

x-api-key*

YOUR API KEY

Query Parameters

Name
Type
Required
Description

filter

integer

The season you want to return 0, 1

Example Requests

curl -X GET "https://marvelrivalsapi.com/api/v1/seasons?filter=1,1.5"
     -H "x-api-key: YOUR_API_KEY"

Response

{
    "seasons": [
        "0",
        "1",
        "1.5"
    ]
}

Response Field Descriptions

Field
Type
Description

seasons

Array

Array of seasons available

Breakdown of seasons:

Field
Type
Description

seasons

Array

A list of available seasons, such as 0, 1, 1.5

Last updated

Was this helpful?