https://github.com/ergofriend/game-season-api
This is a simple API that returns the current season and progress percentage of a game.
https://github.com/ergofriend/game-season-api
apex-legends game game-season-api season-progress valorant
Last synced: 5 months ago
JSON representation
This is a simple API that returns the current season and progress percentage of a game.
- Host: GitHub
- URL: https://github.com/ergofriend/game-season-api
- Owner: ergofriend
- License: mit
- Created: 2023-02-10T12:29:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T10:27:07.000Z (about 2 years ago)
- Last Synced: 2024-05-02T20:26:37.177Z (about 2 years ago)
- Topics: apex-legends, game, game-season-api, season-progress, valorant
- Language: TypeScript
- Homepage: https://game-season-api.kasu.dev
- Size: 1.08 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game Season API
This is a simple API that returns the current season and progress percentage of a game.
```sh
❯ curl -s -X GET https://game-season-api.kasu.dev/apex/current | jq
{
"season": {
"number": 16,
"name": "Revelry",
"start": "2023-02-14T17:00:00Z",
"split": "2023-04-05T17:00:00Z",
"end": "2023-05-14T17:00:00Z"
},
"progress": {
"split": 1,
"splitProgress": "9.2",
"seasonProgress": "5.2"
}
}
```
### API
https://game-season-api.kasu.dev
### Documentation
https://bump.sh/kasu/doc/game-season-api
### Status Page
https://game-season-api.betteruptime.com/