mirror of
https://github.com/TeamPiped/RYD-Proxy.git
synced 2024-08-14 23:55:54 +00:00
Update README examples
This commit is contained in:
parent
617f8ab7ef
commit
9013ba9ad8
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -10,9 +10,15 @@ IPs are rotated every 2 minutes to avoid rate limiting.
|
|||
|
||||
## Example Request
|
||||
|
||||
https://ryd-proxy.kavin.rocks/votes/dQw4w9WgXcQ
|
||||
### GET - `/votes/dQw4w9WgXcQ`
|
||||
|
||||
```js
|
||||
```json
|
||||
{"id":"dQw4w9WgXcQ","dateCreated":"2022-04-09T22:01:38.222268Z","likes":14589269,"dislikes":390375,"rating":4.8957585373858015,"viewCount":1232906190,"deleted":false}
|
||||
```
|
||||
|
||||
### GET - `/votes?videoId=dQw4w9WgXcQ`
|
||||
|
||||
```json
|
||||
{"id":"dQw4w9WgXcQ","dateCreated":"2022-04-09T22:01:38.222268Z","likes":14589269,"dislikes":390375,"rating":4.8957585373858015,"viewCount":1232906190,"deleted":false}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue