Display API response as a card in html

I am new to JavaScript and so I’m a bit confused here , I have an API response that looks like this

{

      "title": "Bari Bari Densetsu",

      "id": "bari-bari-densetsu",

      "episode": "2",

      "episode_id": "bari-bari-densetsu-episode-2",

      "subOrdub": "SUB",

      "image_url": "https://gogocdn.net/cover/bari-bari-densetsu.png"
}

And I want it in the form of a card in html how do I do it with JavaScript