Unofficial OpenAPI specifications for various IKEA APIs.
- This project is based on publicly available information and analysis of network requests
- It is not affiliated with, endorsed by, or supported by IKEA
- Endpoints, schemas, and behaviors may change at any time
- These specifications may not reflect official or supported APIs
- Use at your own risk
All API specifications can be found in their respective openapi directory and are hosted using GitHub Pages at ingmar.dels.ink/ikea-openapi.
|
Access IKEA's product categories, store information, and detailed product information. |
|
Search and list IKEA products. |
|
Get real-time product availability and packaging information. |
|
Access IKEA's spare parts and After Purchase Ordering (APO) system. |
- mise (for dev tools and task runner)
# Clone the repository
git clone https://github.com/idelsink/ikea-openapi.git
cd ikea-openapi
# Install dependencies (if using mise)
mise install
# Build documentation
mise run build:docsDaily contract tests are run to validate the defined OpenAPI specs against the IKEA endpoints and detect API changes.
This project is licensed under the MIT License - see the LICENSE file for details.