Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Mar 30, 2020
1 parent 72bc607 commit 44002b7
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,35 +75,7 @@ Our online site's API Server uses `https://api.kotori.love/pixiv`

To check whether our API server **could** connected to pixiv, you can visit [https://api.kotori.love/pixiv/ping](https://api.kotori.love/pixiv/ping).

#### Ranking List

##### request
`GET /ranking?page=[:page]`

###### example
```bash
curl 'http://localhost:3000/ranking?page=1'
```

#### Search

##### request
`GET /ranking?word=[:word]&page=[:page]`

###### example
```bash
curl 'http://localhost:3000/search?word=fgo&page=1'
```

#### Illust Comments

##### request
`GET /illust/comments/[:illust_id]?page=[:page]`

###### example
```bash
curl 'http://localhost:3000/illust/comments/47527196?page=1'
```
See more in [API Docs](https://api.kotori.love/docs/#/?id=pixiv).

## Localization

Expand Down

0 comments on commit 44002b7

Please sign in to comment.