diff --git a/Odysee-API/api.na-backend.odysee.com.md b/Odysee-API/api.na-backend.odysee.com.md index 3d1cc17..b93c611 100644 --- a/Odysee-API/api.na-backend.odysee.com.md +++ b/Odysee-API/api.na-backend.odysee.com.md @@ -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 diff --git a/Odysee-API/api.odysee.com.md b/Odysee-API/api.odysee.com.md index 49fc564..f69fa99 100644 --- a/Odysee-API/api.odysee.com.md +++ b/Odysee-API/api.odysee.com.md @@ -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). diff --git a/Odysee-API/api.odysee.live.md b/Odysee-API/api.odysee.live.md index fb2d2f4..398f0d3 100644 --- a/Odysee-API/api.odysee.live.md +++ b/Odysee-API/api.odysee.live.md @@ -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.