Skip to content

Seasons

Artifacts operates on a seasonal server system, with each season lasting approximately 4 months. Every season resets progress and introduces new features, content, and challenges — giving you the chance to earn unique badges and compete for first completions.

Information about the next season is generally revealed one month before its release. It is highly recommended to join our Discord or follow us on social media to stay updated.

Members have access to the Beta server one week before the launch of the season to test it and provide feedback on Discord.

Here is the information about the current season:

Loading server status...

You can retrieve the current server status, including the active season details, skins, and badges, using this endpoint:

Endpoint: GET /

curl --request GET \
--url 'https://api.artifactsmmo.com/' \
--header 'Accept: application/json'

During a season, you earn rewards based on the number of achievement points you accumulate.

Here are the different badges you can obtain based on your achievement points:

TypeDescriptionPoints required
BronzeEarn at least 50% of the achievement points to get this badge.100 points
SilverEarn at least 75% of the achievement points to upgrade your bronze badge to silver.150 points
GoldEarn all achievement points to upgrade your silver badge to gold.200 points
ColorBe the first to earn all achievement points to upgrade your gold badge to color.200 points

To retrieve a paginated list of all badges, use the following endpoint:

Endpoint: GET /badges

curl --request GET \
--url 'https://api.artifactsmmo.com/badges?page=1&size=50' \
--header 'Accept: application/json'

This section will be added when the skins system is introduced.