Parent's Guide API Documentation

Endpoint: /get_data

Retrieves parental guide information for a given movie or TV show.

Parameters:

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)

Example Usage:

GET /get_data?imdb_id=tt0111161&provider=imdb
GET /get_data?video_name=The+Shawshank+Redemption&release_year=1994&provider=kidsinmind

Endpoint: /status

Returns the current status of the API server.

Example Usage:

GET /status

Endpoint: /stats

Displays statistics dashboard for API usage.

Example Usage:

GET /stats

Endpoint: /logs

Displays the API log file for troubleshooting.

Example Usage:

GET /logs

Response Format

All responses are in JSON format. If an error occurs, the response will include an "error" field with a description of the error.