From 9b8e85742a9416e32015821ce4b95e1cd21caf47 Mon Sep 17 00:00:00 2001 From: Front <27463495+Frontesque@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:36:38 -0500 Subject: Update README.md --- README.md | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ed35ee6..32fb2af 100644 --- a/README.md +++ b/README.md @@ -36,35 +36,8 @@ You can learn more at our website at: [returnyoutubedislike.com](https://www.ret ## API documentation -Third party use of this open API is allowed with the following restrictions: - -- **Attribution**: This project should be clearly attributed with either a link to this repo or a link to [returnyoutubedislike.com](https://returnyoutubedislike.com/). -- **Rate Limiting**: There are per client rate limits in place of 100 per minute and 10'000 per day. This will return a *429* status code indicating that your application should back off. - -The API is accessible over the following base URL: -https://returnyoutubedislikeapi.com - -List of available endpoints is available here: -https://returnyoutubedislikeapi.com/swagger/index.html - -### Get votes -Example to get votes of a given YouTube video ID: -`/votes?videoId=kxOuG8jMIgI` - -```json -{ - "id": "kxOuG8jMIgI", - "dateCreated": "2021-12-20T12:25:54.418014Z", - "likes": 27326, - "dislikes": 498153, - "rating": 1.212014408444885, - "viewCount": 3149885, - "deleted": false -} -``` - -None existing YouTube ID will return status code *404* "Not Found". -Wrong formed YouTube ID will return *400* "Bad Request". +You can view all documentation on our website. +[https://returnyoutubedislike.com/documentation/](https://returnyoutubedislike.com/documentation/) ## HELP WANTED -- cgit v1.2.3 From 79c67fad35ea767d90df20afd558f9bb0f7e34ef Mon Sep 17 00:00:00 2001 From: Dmitrii Selivanov Date: Sun, 2 Jan 2022 22:40:43 +0300 Subject: Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 32fb2af..1f085cc 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ Additionally, the `dislike` field in the YouTube API was [removed](https://suppo ## What it Does -With the removal of dislike stats from the YouTube API, our backend switched to using a combination of scraped dislike stats, estimates extrapolated from extension user data -and estimates based on view\like ratios. +With the removal of dislike stats from the YouTube API, our backend switched to using a combination of scraped dislike stats, estimates extrapolated from extension user data. [FAQ](https://github.com/Anarios/return-youtube-dislike/blob/main/FAQ.md) -- cgit v1.2.3