*https://api.themoviedb.org/3/discover/movies?api_key={}&with_genres=28 * is there any fault in the format I have been trying to access side Genres Can you Please check and tell me ... If there is any change in the Format, please tell me and let me know on the API documentation part as well. Thanks in Advance
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 22 Νοέμβριος 2023 στις 12:13 ΜΜ
Hi @Developer2933,
When you say "not working", what is happening? Are you getting an error?
Απάντηση από τον/την Developer2933
στις 22 Νοέμβριος 2023 στις 08:52 ΜΜ
Getting this Error Every time I try to fetch the results. The Request is perfect and is as per latest API documentation Can you please tell me what is the issue here ? { "status_code": 34, "status_message": "The resource you requested could not be found.", "success": false } . If this is not the correct link then you can tell me the correct URL to access the genres section via API. Thanks in Advance
Απάντηση από τον/την robbie3999
στις 22 Νοέμβριος 2023 στις 10:18 ΜΜ
Hi @Developer2933, your URL is incorrect:
should be
("movies" should be "movie")
Απάντηση από τον/την Developer2933
στις 23 Νοέμβριος 2023 στις 12:06 ΕΊΜΑΙ
Thanks a lot!! It worked easy like a Cake . I knew it was a small mistake !! Have a great Day!!