תמיכת The Movie Database

How to determine the final certification of a movie? I can obtain it here
https://developer.themoviedb.org/reference/movie-release-dates
But when I watch the detailed page of the movie, there will be a final selection and fixed certification,
https://www.themoviedb.org/movie/552524-lilo-stitch,
May I ask what is the basis for determining and what is the logic behind the selection

5 תגובות (בדף 1 מתוך 1)

Jump to last post

There are no final certification.

The one that appear on the main page of a movie is simply the one associated with the released displayed behind.

@superboy97 said:

There are no final certification.

The one that appear on the main page of a movie is simply the one associated with the released displayed behind.

https://www.themoviedb.org/movie/1209217-100
For example, in this movie, the display on the page is "G", but the API returns many types.
I want to know the display logic on the page

{
  "id": 1209217,
  "results": [
    {
      "iso_3166_1": "AE",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-05-30T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "AU",
      "release_dates": [
        {
          "certification": "M",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-08-29T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "BH",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-05-30T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "CN",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "Shanghai International Film Festival",
          "release_date": "2024-06-14T00:00:00.000Z",
          "type": 1
        },
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-08-16T00:00:00.000Z",
          "type": 3
        },
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2025-01-15T00:00:00.000Z",
          "type": 4
        }
      ]
    },
    {
      "iso_3166_1": "DE",
      "release_dates": [
        {
          "certification": "12",
          "descriptors": [
            "Injury"
          ],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-08-27T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "EG",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-05-30T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "ES",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-06-28T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "FR",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "Annecy International Animation Film Festival",
          "release_date": "2024-06-11T00:00:00.000Z",
          "type": 1
        },
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-06-19T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "GB",
      "release_dates": [
        {
          "certification": "15",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-09-27T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "GR",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-06-06T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "HK",
      "release_dates": [
        {
          "certification": "IIA",
          "descriptors": [],
          "iso_639_1": "",
          "note": "IMAX",
          "release_date": "2024-07-11T00:00:00.000Z",
          "type": 2
        },
        {
          "certification": "IIA",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-07-18T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "ID",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-08-07T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "JP",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-04-12T00:00:00.000Z",
          "type": 3
        },
        {
          "certification": "G",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-11-27T00:00:00.000Z",
          "type": 5
        }
      ]
    },
    {
      "iso_3166_1": "KH",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-07-12T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "KR",
      "release_dates": [
        {
          "certification": "12",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-07-17T00:00:00.000Z",
          "type": 3
        },
        {
          "certification": "12",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-11-28T00:00:00.000Z",
          "type": 4
        }
      ]
    },
    {
      "iso_3166_1": "LA",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-08-08T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "LB",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-05-30T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "MO",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-07-18T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "MY",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-07-11T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "NZ",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-08-29T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "OM",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-05-30T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "PH",
      "release_dates": [
        {
          "certification": "PG",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-08-21T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "SA",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-05-30T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "SG",
      "release_dates": [
        {
          "certification": "PG",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-07-11T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "TH",
      "release_dates": [
        {
          "certification": "13",
          "descriptors": [],
          "iso_639_1": "th",
          "note": "",
          "release_date": "2024-08-08T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "TW",
      "release_dates": [
        {
          "certification": "0+",
          "descriptors": [],
          "iso_639_1": "ja",
          "note": "",
          "release_date": "2024-06-28T00:00:00.000Z",
          "type": 3
        },
        {
          "certification": "0+",
          "descriptors": [],
          "iso_639_1": "zh",
          "note": "",
          "release_date": "2024-08-16T00:00:00.000Z",
          "type": 3
        }
      ]
    },
    {
      "iso_3166_1": "US",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-05-24T00:00:00.000Z",
          "type": 2
        }
      ]
    },
    {
      "iso_3166_1": "VN",
      "release_dates": [
        {
          "certification": "",
          "descriptors": [],
          "iso_639_1": "",
          "note": "",
          "release_date": "2024-08-02T00:00:00.000Z",
          "type": 3
        }
      ]
    }
  ]
}

The logic is explained in my message above.

@qwer130140190 said:

@superboy97 said:

There are no final certification.

The one that appear on the main page of a movie is simply the one associated with the released displayed behind.

https://www.themoviedb.org/movie/1209217-100
For example, in this movie, the display on the page is "G", but the API returns many types.
I want to know the display logic on the page

I'm using my memory. Of a 73 year old.
So...

What certification is displayed on the main page of the film.

1 The one of your country, the country specified in your profile
If your country does not have a certification then
2 The certification of the country of origin of the film
If it does not have this certification then
3 The en-US certification

I'm not sure if the order of the last two (2 and 3) is this or reversed.

Some time ago we suggested adding the country of certification to the certification.

When you’re viewing the certification on main media header, another extra detail should be to see what country the rating is from.

There are plans to add this feature.
It's already on Trello's To-Do list.
There is no implementation deadline.
If you want you can vote. More votes, faster. :-)
See here:
https://trello.com/c/VtZ14JBX/232-show-the-certification-definition

.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם

עולמי

s התמקד בשורת החיפוש
p פתח תפריט פרופיל
esc סגור חלון פתוח
? פתח חלון קיצורי דרך של מקלדת

בדפי מדיה

b לך חזרה (או אל הורה אם ישים)
e לך אל דף עריכה

בדפי עונות

(חץ ימני) לך אל העונה הבאה
(חץ שמאלי) לך אל העונה הקודמת

בדפי סדרות

(חץ ימני) לך אל הפרק הבא
(חץ שמאלי) לך אל הפרק הקודם

בכל דפי תמונה

a פתח חלון הוספת תמונה

בכל דפי עריכה

t פתח בוחר תרגום
ctrl+ s הגש טופס

בדפי דיון

n צור דיון חדש
w עורר מעמד צפייה
p עורר ציבורי/פרטי
c עורר סגירה/פתיחה
a פתח פעילות
r השב אל דיון
l לך אל תשובה אחרונה
ctrl+ enter הגש את הודעתך
(חץ ימני) הדף הבא
(חץ שמאלי) הדף הקודם

הגדרות

?רוצה לדרג או להוסיף פריט אל רשימה

היכנס