amvstrm / api

Open source anime streaming provider API with Gogoanime + Anilist for amvstrm
https://api.amvstr.me
GNU General Public License v3.0
74 stars 45 forks source link

No response for streaming api #32

Closed anime-kun32 closed 1 month ago

anime-kun32 commented 1 month ago

anytime i want to use the v2 version for stream i get route not found

NYT92 commented 1 month ago

Can you tell me what route are you trying to access and error messages?

anime-kun32 commented 1 month ago

the gogo anime router for the /stream

anime-kun32 commented 1 month ago

the url is this https://[api-p1xr.vercel.app/api/v2/stream?id=sonic-x-episode-1&data_src=gogo](https://api-p1xr.vercel.app/api/v2/stream?id=sonic-x-episode-1&data_src=gogo) and then the response is this { "code": 404, "message": "Route not found" } i was using the documentation page which is here https://docsapi-amvstrm.pages.dev/#/operations/get-stream

NYT92 commented 1 month ago

We have updated the API from using query to using params. The docs you referring to is now obsoleted. You should be using /api/v2/stream/<gogo anime episode id> instead. We might provide a new docs later on with better schema and more information soon sorry for that.

anime-kun32 commented 1 month ago

Thanks