This commit is contained in:
video-prize-ranch
2022-06-01 14:21:19 -04:00
parent 331676a966
commit cb82d64b10
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
> **⚠️ DEPRECATED:** Use official documentation at https://lbry.tech/api/sdk
# Odysee API documentation - api.na-backend.odysee.com
This is an unofficial documentation for the LBRY API. api.na-backend.odysee.com is used for video metadata and video streams, api.odysee.com is used for centralized services provided by LBRY Inc such as like/dislike counts and view counts.
This is an unofficial documentation for the Odysee API. api.na-backend.odysee.com is used for video metadata and video streams, api.odysee.com is used for data such as like/dislike counts and view counts.
## `GET` /api/v2/status
+1 -1
View File
@@ -1,5 +1,5 @@
# Odysee API documentation - api.odysee.com
This is an unofficial documentation for the LBRY API. api.odysee.com is used for centralized services provided by LBRY Inc such as view counts and video blocks. For metadata and video streams, api.na-backend.odysee.com is used.
This is an unofficial documentation for the Odysee API. api.odysee.com is used for view counts and video blocks. For metadata and video streams, api.na-backend.odysee.com is used.
## `GET` /file/list_blocked
Lists blocked claim IDs (for DMCA or other reasons).
-1
View File
@@ -1,5 +1,4 @@
# Odysee API documentation - api.odysee.live
This is an unofficial documentation for the Odysee API. api.odysee.live is used for live streams.
> ⚠️ Requests for live video streams require extra headers to avoid being blocked. See [proxy/live.go](https://codeberg.org/librarian/librarian/src/branch/main/proxy/live.go#L24) for an example.