Want to call the api multiple url to get the data. In Select option and the card . //data.json file
<div>
<select id="cars" name="cars">
<option value="">${}</option>
</select>
</div>
<!--card layout -->
<section>
<div class="card">
<img src=${} alt="${}" style="width:100%">
<div class="container">
<h4>${name}</h4>
<p>${job.post}</p>
</div>
</div>
</section>