Retrieves parental guide information for a given movie or TV show.
imdb_id (optional): The IMDb ID of the movie or TV show
video_name (required if imdb_id is not provided): The name of the movie or TV show
release_year (optional): The release year of the movie or TV show
provider (required): The data provider to use (e.g., imdb, kidsinmind, dove, parentpreview, cring, commonsense, movieguide)
GET /get_data?imdb_id=tt0111161&provider=imdb
GET /get_data?video_name=The+Shawshank+Redemption&release_year=1994&provider=kidsinmind
Returns the current status of the API server.
GET /status
Displays statistics dashboard for API usage.
GET /stats
Displays the API log file for troubleshooting.
GET /logs
All responses are in JSON format. If an error occurs, the response will include an "error" field with a description of the error.