Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sweatpotato13/atcoder-user-api

nestjs for AtCoder UserInfo API
https://github.com/sweatpotato13/atcoder-user-api

api atcoder hasura nestjs postgresql typescript

Last synced: about 1 month ago
JSON representation

nestjs for AtCoder UserInfo API

Awesome Lists containing this project

README

        

# AtCoderUserInfoAPI

Atcoder UserInfo API

## Environment
* Docker

## Usage
```
docker-compose up -d
```

```
http://localhost:8000/user/CuteWisp
```

## API Reference

### GET /user/:{userid}
base-url is `https://atcoder-api.herokuapp.com`
```
https://atcoder-api.herokuapp.com/user/CuteWisp
```

```json
{
"bitrh": 1995,
"highest": 740,
"id": 6468795,
"match": 13,
"rank": 17772,
"rating": 717,
"user": "CuteWisp",
"win": 0
}
```