# API integration to html, css and js pages

**URL:** https://forum.shopware.com/t/api-integration-to-html-css-and-js-pages/94395
**Category:** Shopware 6 (English)
**Created:** [16. Mai 2022 um 09:07 UTC](https://forum.shopware.com/t/api-integration-to-html-css-and-js-pages/94395 "2022-05-16T09:07:45Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![guyp](https://avatars.discourse-cdn.com/v4/letter/g/a6a055/32.png) [@guyp](https://forum.shopware.com/u/guyp)
#### Post date: [16. Mai 2022 um 09:07 UTC](https://forum.shopware.com/t/api-integration-to-html-css-and-js-pages/94395/1 "2022-05-16T09:07:45Z")

</div>

I am a complete beginner and i’m looking to use shopware for headless commerce sites. I have lots of experience with HTML, CSS and JS, but very little with server side coding. Is it possible to use the API to simply add shopware feautures to a standard HTML web page and if so, how?

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [16. Mai 2022 um 10:30 UTC](https://forum.shopware.com/t/api-integration-to-html-css-and-js-pages/94395/2 "2022-05-16T10:30:00Z")

</div>

Everything you need to know: [https://shopware.stoplight.io](https://shopware.stoplight.io)

---

<div class="post-metadata">

### Author: ![guyp](https://avatars.discourse-cdn.com/v4/letter/g/a6a055/32.png) [@guyp](https://forum.shopware.com/u/guyp)
#### Post date: [18. Mai 2022 um 14:08 UTC](https://forum.shopware.com/t/api-integration-to-html-css-and-js-pages/94395/3 "2022-05-18T14:08:44Z")

</div>

I read through the documentation, but i don’t fully understand how i integrate the api into an HTML, CSS and JS site built within dreamweaver.

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [18. Mai 2022 um 14:41 UTC](https://forum.shopware.com/t/api-integration-to-html-css-and-js-pages/94395/4 "2022-05-18T14:41:11Z")

</div>

That is not part of the Shopware API. You integrate it into HTML/JS like you would integrate any other API.

[GitHub - apertureless/shopware-api-client: 🛍 Javascript API Client for Shopware](https://github.com/apertureless/shopware-api-client) is an example for Shopware 5. Just google how to implement API calls from HTML/JS.
