fetch('https://kinopoiskapiunofficial.tech/api/v2.2/films/444', {
method: 'GET',
headers: {
'X-API-KEY': 'кей',
'Content-Type': 'application/json',
},
})
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.log(err))
{
"kinopoiskId": 444,
"imdbId": "tt0103064",
"nameRu": "Терминатор 2: Судный день",
"nameEn": null,
"nameOriginal": "Terminator 2: Judgment Day",
"posterUrl": "https://kinopoiskapiunofficial.tech/images/posters...",
"posterUrlPreview": "https://kinopoiskapiunofficial.tech/images/posters...",
"coverUrl": "https://avatars.mds.yandex.net/get-ott/2439731/2a0...",
"logoUrl": "https://avatars.mds.yandex.net/get-ott/2419418/2a0...",
"reviewsCount": 241,
.then(json => {
let блокКудаНужноВставить = document.querySelector('.блокКудаНужноВставить');
блокКудаНужноВставить.innerHTML = json.nameRu
}
)