Figuring how to access ITEM's semi-hidden api for product information search
posts python programming apiWhen creating a build of materials from ITEM, I was hoping for a way to easily get the latest specs and other basic product information from it. This shows how I figured it out.
First I was browsing the page https://www.item24.com/en-au/0002633 which autoresolved to https://www.item24.com/en-au/profile-8-40x40-light-natural-2633 on the browser.
I then checked the source of the page and found this interesting section:
<body class="font-item dark:bg-item-grey-90 text-item-grey-60 bg-white dark:text-white" id="top">
<div style="display: contents">...
<script type="application/json" data-sveltekit-fetched data-url="https://api.item24.com/object-aggregation/objects/en?exclude-helper-geometries=true&product=2633&visible-only=true&limit=1&country=AU&availability=available&availability=soon&availability=discontinued&availability=temp-not-available">{"status":200,"statusText":"OK", ........ }</script>
<script type="application/json" data-sveltekit-fetched data-url="https://api.item24.com/object-aggregation/parameters/en?id=4v0.4&id=398v0.2&id=1v1.1&id=494v2.9&id=2v1.2&id=29v0.2&id=589v0.2&id=5v2.9&id=37v1.2&id=24v2.9&id=63v0.2&id=68v0.1&id=69v0.1&id=10v0.0">{"status":200,"statusText":"OK", .... }</script>
<script type="application/json" data-sveltekit-fetched data-url="https://api.item24.com/product-data/products/2633?lang=en">{"status":200,"statusText":"OK", ....... }</script>
<script type="application/json" data-sveltekit-fetched data-url="https://api.item24.com/object-aggregation/categories/223e008e-a679-485a-a33e-b628bfa7839d/en/paths/objects/7">{"status":200,"statusText":"OK", ...... }</script>
<script type="application/json" data-sveltekit-fetched data-url="https://api.item24.com/product-data/specifications?id=BAUREIHE_BR8&id=ESD_1&id=KZ_REACH_J&id=KZ_ROHS_J&lang=en">{"status":200,"statusText":"OK","headers":{"content-type":"application/json; charset=utf-8"},"body":"[{\"id\":\"BAU ...... batteries, etc.\"}]"}</script>
<script type="application/json" data-sveltekit-fetched data-url="https://api.item24.com/product-data/products?id=2601&id=62716&id=42709&country=AU&availability=available&availability=soon&availability=discontinued&availability=temp-not-available&lang=en&fields=id%2Ctitle%2Cattributes%2Cmedia%2FpreviewImage%2Cslug&limit=3&offset=0">{"status":200,"statusText":"OK", ........... }</script>
<script type="application/json" data-sveltekit-fetched data-url="https://api.item24.com/product-data/attributes?id=ANTISTATIK&id=ANZAHL_GRUNDMENGE&id=ANZAHL_STUECK&id=AVAILABLEINSEARCH&id=BAUREIHE&id=BAUREIHE_STATISTIK&id=BAUSYMBLEISTE&id=BIEGUNGSRECHNER&id=CADBOX&id=CANBEUSEDFORENGINEERING&id=DIRECTLYORDERABLE&id=EINHEIT&id=ESD&id=FLAECHE&id=FL_MOMENT_TOR&id=FL_MOMENT_X&id=FL_MOMENT_Y&id=GEW_SPEZ_L_KG%2FM&id=HD_ART_AKTIV_KZ&id=HD_ART_KZ&id=HD_ART_RABATT_KZ&id=INHALTSEINHEIT&id=KD_ART_RABATT_KZ&id=KZ_BASISARTIKEL&id=KZ_MASTERARTIKEL&id=KZ_REACH&id=KZ_ROHS&id=KZ_VERFUEGBARKEIT&id=LIEFEREINHEIT&id=LIEFEREINHEIT_AX&id=MATERIAL&id=MAXLAENGE_MM&id=MINLAENGE_MM&id=NUTAUSZUG&id=ORDER_UNIT_TYPE&id=PL_SORTIMENT&id=POSITIONSRABATT&id=PRODUKTFARBE&id=PRODUKTGRUPPE&id=PROFILBAUART&id=REVERSE_CHARGE&id=SELECTOR&id=SELECTOR&id=SYSTEM&id=VORSTELLDATUM&id=WARENGRUPPE&id=WI_MOMENT_X&id=WI_MOMENT_Y&id=ZOLLTARIFNUMMER&id=ZUSCHLAGART&lang=en">{"status":200,"statusText":"OK", ..... }</script>
<script>
... some sort of page logic here ...
</script>
</div>
</body>
There was this url https://api.item24.com/product-data/products/2633
When accessed I get this output:
(json output here of the link above)
{
"id": "2633",
"formattedId": "0.0.026.33",
"title": {
"de": "Profil 8 40x40 leicht, natur",
"en": "Profile 8 40x40 light, natural",
"fr": "Profilé 8 40x40 léger, naturel",
"it": "Profilato 8 40x40 leggero, naturale",
"pl": "Profil 8 40x40 lekki, kolor naturalny",
"es": "Perfil 8 40x40 L, natural",
"zh": "型材 8 系列 40x40 轻型,氧化银白",
"cs": "Profil 8 40 x 40 L, přírodní odstín"
},
"lastModified": 1748946630,
"keywords": [
{
"de": "EX-01006",
"en": "EX-01006",
"fr": "EX-01006",
"it": "EX-01006",
"pl": "EX-01006",
"es": "EX-01006",
"zh": "EX-01006",
"cs": "EX-01006"
},
{
"de": "EX-01076",
"en": "EX-01076",
"fr": "EX-01076",
"it": "EX-01076",
"pl": "EX-01076",
"es": "EX-01076",
"zh": "EX-01076",
"cs": "EX-01076"
},
{
"de": "EX-01077",
"en": "EX-01077",
"fr": "EX-01077",
"it": "EX-01077",
"pl": "EX-01077",
"es": "EX-01077",
"zh": "EX-01077",
"cs": "EX-01077"
},
{
"de": "item",
"en": "item",
"fr": "item",
"it": "item",
"pl": "item",
"es": "item",
"zh": "item",
"cs": "item"
},
{
"de": "item24",
"en": "item24",
"fr": "item24",
"it": "item24",
"pl": "item24",
"es": "item24",
"zh": "item24",
"cs": "item24"
},
{
"de": "ESD",
"en": "ESD",
"fr": "ESD",
"it": "ESD",
"pl": "ESD",
"es": "ESD",
"zh": "静电放电",
"cs": "ESD"
},
{
"de": "REACH",
"en": "REACH",
"fr": "REACH",
"it": "REACH",
"pl": "REACH",
"es": "REACH",
"zh": "REACH",
"cs": "REACH"
},
{
"de": "RoHS",
"en": "RoHS",
"fr": "RoHS",
"it": "RoHS",
"pl": "RoHS",
"es": "RoHS",
"zh": "RoHS",
"cs": "RoHS"
},
{
"de": "Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Aluprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Aluprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Alustangen",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝棒",
"cs": null
},
{
"de": "Alustrebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝制工作面",
"cs": null
},
{
"de": "Grundelemente",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "基础元件",
"cs": null
},
{
"de": "item Profil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "item 型材",
"cs": null
},
{
"de": "Itemprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "item-profil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Konstruktionsprofile",
"en": "Construction Profiles",
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "结构型材",
"cs": null
},
{
"de": "Leichtes Stangenprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质杆状型材",
"cs": null
},
{
"de": "Leichtes Vierkantprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质方形型材",
"cs": null
},
{
"de": "Leichtprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质型材",
"cs": null
},
{
"de": "Leichtprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质型材",
"cs": null
},
{
"de": "Nutenprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "凹槽型材",
"cs": null
},
{
"de": "Profilrohr",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材管",
"cs": null
},
{
"de": "Profilrohr leicht eckig",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "略带棱角的型材管",
"cs": null
},
{
"de": "Profilstange",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材棒",
"cs": null
},
{
"de": "Profilstrebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材工作面",
"cs": null
},
{
"de": "Präzisionsprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "精密型材",
"cs": null
},
{
"de": "Rastermaß",
"en": "Modular Dimensions",
"fr": "Dimensions modulaires",
"it": "Misure modulari",
"pl": null,
"es": null,
"zh": "光栅大小",
"cs": null
},
{
"de": "Strebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "斜撑组件",
"cs": null
},
{
"de": "Vierkant-Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方形铝型材",
"cs": null
},
{
"de": "Vierkantprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方形型材",
"cs": null
},
{
"de": "Vierkantrohre",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方管",
"cs": null
},
{
"de": "0.0.026.56",
"en": "0.0.026.56",
"fr": "0.0.026.56",
"it": "0.0.026.56",
"pl": "0.0.026.56",
"es": "0.0.026.56",
"zh": "0.0.026.56",
"cs": "0.0.026.56"
},
{
"de": "0.0.026.57",
"en": "0.0.026.57",
"fr": "0.0.026.57",
"it": "0.0.026.57",
"pl": "0.0.026.57",
"es": "0.0.026.57",
"zh": "0.0.026.57",
"cs": "0.0.026.57"
},
{
"de": "2656",
"en": "2656",
"fr": "2656",
"it": "2656",
"pl": "2656",
"es": "2656",
"zh": "2656",
"cs": "2656"
},
{
"de": "2657",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
}
],
"availableInstances": [
"CC",
"CH",
"CZ",
"DE",
"ES",
"FR",
"GB",
"IT",
"PL",
"US",
"COM"
],
"targetGroup": [
"customer",
"retailer"
],
"availability": "available",
"directlyOrderable": true,
"availableInSearch": true,
"configurator": "none",
"cadbox": true,
"academy": null,
"attributes": [
{
"id": "ANTISTATIK",
"value": "J",
"visible": false
},
{
"id": "ANZAHL_GRUNDMENGE",
"value": 1,
"visible": false
},
{
"id": "ANZAHL_STUECK",
"value": 1,
"visible": false
},
{
"id": "AVAILABLEINSEARCH",
"value": true,
"visible": false
},
{
"id": "BAUREIHE",
"value": "BR8",
"visible": true
},
{
"id": "BAUREIHE_STATISTIK",
"value": "BRS8",
"visible": false
},
{
"id": "BAUSYMBLEISTE",
"value": "X-X-8-X",
"visible": false
},
{
"id": "BIEGUNGSRECHNER",
"value": "ALUMINIUMPROFIL",
"visible": false
},
{
"id": "CADBOX",
"value": "J",
"visible": false
},
{
"id": "CANBEUSEDFORENGINEERING",
"value": true,
"visible": false
},
{
"id": "DIRECTLYORDERABLE",
"value": true,
"visible": false
},
{
"id": "EINHEIT",
"value": "ZUSCHNITT",
"visible": false
},
{
"id": "ESD",
"value": true,
"visible": true
},
{
"id": "FLAECHE",
"value": 6.46,
"visible": true
},
{
"id": "FL_MOMENT_TOR",
"value": 1.36,
"visible": true
},
{
"id": "FL_MOMENT_X",
"value": 9,
"visible": true
},
{
"id": "FL_MOMENT_Y",
"value": 9,
"visible": true
},
{
"id": "GEW_SPEZ_L_KG/M",
"value": 1.74,
"visible": true
},
{
"id": "HD_ART_AKTIV_KZ",
"value": "J",
"visible": false
},
{
"id": "HD_ART_KZ",
"value": "J",
"visible": false
},
{
"id": "HD_ART_RABATT_KZ",
"value": "J",
"visible": false
},
{
"id": "INHALTSEINHEIT",
"value": "M",
"visible": false
},
{
"id": "KD_ART_RABATT_KZ",
"value": "J",
"visible": false
},
{
"id": "KZ_BASISARTIKEL",
"value": "J",
"visible": false
},
{
"id": "KZ_MASTERARTIKEL",
"value": "J",
"visible": false
},
{
"id": "KZ_REACH",
"value": "J",
"visible": false
},
{
"id": "KZ_ROHS",
"value": "J",
"visible": false
},
{
"id": "KZ_VERFUEGBARKEIT",
"value": "V",
"visible": false
},
{
"id": "LIEFEREINHEIT",
"value": "MAX6000",
"visible": true
},
{
"id": "LIEFEREINHEIT_AX",
"value": "M",
"visible": false
},
{
"id": "MATERIAL",
"value": "AL_ELOX",
"visible": true
},
{
"id": "MAXLAENGE_MM",
"value": 6000,
"visible": false
},
{
"id": "MINLAENGE_MM",
"value": 20,
"visible": false
},
{
"id": "NUTAUSZUG",
"value": 2500,
"visible": true
},
{
"id": "ORDER_UNIT_TYPE",
"value": "CUT",
"visible": false
},
{
"id": "PL_SORTIMENT",
"value": "KD-HD",
"visible": false
},
{
"id": "POSITIONSRABATT",
"value": "BR8#4_AL",
"visible": false
},
{
"id": "PRODUKTFARBE",
"value": "NATUR-AL",
"visible": true
},
{
"id": "PRODUKTGRUPPE",
"value": "BM",
"visible": false
},
{
"id": "PROFILBAUART",
"value": "LEICHT",
"visible": false
},
{
"id": "REVERSE_CHARGE",
"value": "N",
"visible": false
},
{
"id": "SELECTOR",
"value": "BAUR8",
"visible": false
},
{
"id": "SELECTOR",
"value": "CHINA",
"visible": false
},
{
"id": "SYSTEM",
"value": "MB",
"visible": false
},
{
"id": "VORSTELLDATUM",
"value": "1985-07-01T00:00:00",
"visible": false
},
{
"id": "WARENGRUPPE",
"value": "WG4_AL",
"visible": false
},
{
"id": "WI_MOMENT_X",
"value": 4.5,
"visible": true
},
{
"id": "WI_MOMENT_Y",
"value": 4.5,
"visible": true
},
{
"id": "ZOLLTARIFNUMMER",
"value": "76042100",
"visible": false
},
{
"id": "ZUSCHLAGART",
"value": "A",
"visible": false
}
],
"specifications": [
"BAUREIHE_BR8",
"ESD_1",
"KZ_REACH_J",
"KZ_ROHS_J"
],
"texts": {
"description": null,
"delivery": null,
"descriptionShort": {
"de": "Entdecken Sie das item Profil 8 40x40 leicht – hochwertig eloxiertes Aluminium; gewichtsreduziert. Vier offene Profilnuten 8. Jetzt item Profile 8 40x40 kaufen! ",
"en": "item Profile 8 40x40 is suitable for all kinds of fastening options. ESD-safe and approved under Directive 2002/95/EC.",
"fr": "Le profilé item de la ligne 8 au format 40x40 convient à de nombreuses options de raccordement. Avec sécurité ESD et homologation selon 2002/95/CE.",
"it": "Il profilato della serie 8 con dimensioni 40x40 item è indicato per diverse possibilità di collegamento. Antistatico e omologato secondo la normativa CE 2002/95/CE.",
"pl": "Profil item serii 8 o wymiarach 40x40 nadaje się do wykorzystania w najróżniejszych połączeniach. Ochrona przed ESD i dopuszczenie do użytku według WE 2002/95/WE.",
"es": "El perfil 8 40x40 de item es adecuado para todo tipo de opciones de fijación. Con protección ESD y aprobación de acuerdo con la Directiva 2002/95/CE.",
"zh": null,
"cs": null
},
"technicalNote": null
},
"features": [],
"media": {
"mainImage": {
"keywords": [
{
"de": "Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Rastermaß",
"en": "Modular Dimensions",
"fr": "Dimensions modulaires",
"it": "Misure modulari",
"pl": null,
"es": null,
"zh": "光栅大小",
"cs": null
},
{
"de": "Gesamtkatalog 8",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "MB8",
"en": "MB8",
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
}
],
"title": null,
"alt": null,
"text": {
"de": "<div class=\"gs01\">Die Profile 8 eignen sich für Konstruktionen aller Art.<br />Mit den Baureihen Profile 8, Profile 8 leicht und Profile 8 E kann der Materialeinsatz an die \r\nAufgabenstellung angepasst werden.</div>",
"en": "<div class=\"gs01\">Profiles 8 are suitable for constructions of all kinds.<br />\r\nThe choice of Profiles 8, Profiles 8 light and Profiles 8 E enable the most suitable material to be selected for a given construction task.</div>",
"fr": "<div class=\"gs01\">Les profilés 8 sont particulièrement appropriés pour les constructions de châssis, de tables, de cartérisations, etc...<br />Les différents types : économiques, légers et lourds permettent l’optimisation de chaque construction.</div>",
"it": "<div class=\"gs01\">I profilati 8 sono adatti per realizzare strutture di ogni tipo. Con le serie Profilati 8, Profilati 8 leggeri e Profilati 8 E è possibile adeguare l’impiego di materiale alla \r\nspecifica problematica.</div>",
"pl": "<div class=\"gs01\">Profile typoszeregu 8 nadają się do wszelkiego rodzaju konstrukcji.<br />Profile ciężkie, lekkie oraz ekonomiczne pozwalają na odpowiednie dostosowanie materiału do wyznaczonych zadań.</div>",
"es": "<div class=\"gs01\">Los perfiles 8 son ideales para construcciones de todo tipo.<br />\nLa elección de perfiles de la serie H, 8 L y 8 E, permite seleccionar el material más adecuado para cada tarea de construcción.</div>",
"zh": "<div class=\"gs01\">铝型材 8 系列适用于所有类型的结构件。<br />铝型材 8 系列、铝型材 8 系列轻型和铝型材 8 系列经济型的选择,使其能够为既定的搭建任务选用最适合的材质。</div>",
"cs": "<div class=\"gs01\">Profily 8 jsou vhodné pro všechny typy konstrukcí.<br />Díky konstrukčním řadám profilů 8, profilů 8 L <span class=\"nobreak\">a profilů 8 E</span> lze pomocí použitých prvků snadno splnit požadované zadání.</div>"
},
"sources": {
"de": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"en": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"fr": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"it": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"pl": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"es": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"zh": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"cs": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
]
}
},
"previewImage": {
"keywords": [
{
"de": "Previewgrafik",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Vorschau",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Vorschaugrafik",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
}
],
"title": null,
"alt": null,
"text": null,
"sources": {
"de": [
{
"type": "jpg",
"width": 512,
"height": 512,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP250GP_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP500GP_%23V1.webp"
}
],
"en": [
{
"type": "jpg",
"width": 512,
"height": 512,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP250GP_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP500GP_%23V1.webp"
}
],
"fr": [
{
"type": "jpg",
"width": 512,
"height": 512,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP250GP_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP500GP_%23V1.webp"
}
],
"it": [
{
"type": "jpg",
"width": 512,
"height": 512,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP250GP_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP500GP_%23V1.webp"
}
],
"pl": [
{
"type": "jpg",
"width": 512,
"height": 512,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP250GP_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP500GP_%23V1.webp"
}
],
"es": [
{
"type": "jpg",
"width": 512,
"height": 512,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP250GP_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP500GP_%23V1.webp"
}
],
"zh": [
{
"type": "jpg",
"width": 512,
"height": 512,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP250GP_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP500GP_%23V1.webp"
}
],
"cs": [
{
"type": "jpg",
"width": 512,
"height": 512,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP250GP_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 250,
"url": "https://cdn.item24.com/product-assets/GRA_PRE_0002633_%23SALL_%23AWEBP500GP_%23V1.webp"
}
]
}
},
"images": [
{
"keywords": [
{
"de": "Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Rastermaß",
"en": "Modular Dimensions",
"fr": "Dimensions modulaires",
"it": "Misure modulari",
"pl": null,
"es": null,
"zh": "光栅大小",
"cs": null
},
{
"de": "Gesamtkatalog 8",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "MB8",
"en": "MB8",
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
}
],
"classes": [
"Hauptbild"
],
"title": null,
"alt": null,
"text": {
"de": "<div class=\"gs01\">Die Profile 8 eignen sich für Konstruktionen aller Art.<br />Mit den Baureihen Profile 8, Profile 8 leicht und Profile 8 E kann der Materialeinsatz an die \r\nAufgabenstellung angepasst werden.</div>",
"en": "<div class=\"gs01\">Profiles 8 are suitable for constructions of all kinds.<br />\r\nThe choice of Profiles 8, Profiles 8 light and Profiles 8 E enable the most suitable material to be selected for a given construction task.</div>",
"fr": "<div class=\"gs01\">Les profilés 8 sont particulièrement appropriés pour les constructions de châssis, de tables, de cartérisations, etc...<br />Les différents types : économiques, légers et lourds permettent l’optimisation de chaque construction.</div>",
"it": "<div class=\"gs01\">I profilati 8 sono adatti per realizzare strutture di ogni tipo. Con le serie Profilati 8, Profilati 8 leggeri e Profilati 8 E è possibile adeguare l’impiego di materiale alla \r\nspecifica problematica.</div>",
"pl": "<div class=\"gs01\">Profile typoszeregu 8 nadają się do wszelkiego rodzaju konstrukcji.<br />Profile ciężkie, lekkie oraz ekonomiczne pozwalają na odpowiednie dostosowanie materiału do wyznaczonych zadań.</div>",
"es": "<div class=\"gs01\">Los perfiles 8 son ideales para construcciones de todo tipo.<br />\nLa elección de perfiles de la serie H, 8 L y 8 E, permite seleccionar el material más adecuado para cada tarea de construcción.</div>",
"zh": "<div class=\"gs01\">铝型材 8 系列适用于所有类型的结构件。<br />铝型材 8 系列、铝型材 8 系列轻型和铝型材 8 系列经济型的选择,使其能够为既定的搭建任务选用最适合的材质。</div>",
"cs": "<div class=\"gs01\">Profily 8 jsou vhodné pro všechny typy konstrukcí.<br />Díky konstrukčním řadám profilů 8, profilů 8 L <span class=\"nobreak\">a profilů 8 E</span> lze pomocí použitých prvků snadno splnit požadované zadání.</div>"
},
"sources": {
"de": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"en": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"fr": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"it": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"pl": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"es": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"zh": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
],
"cs": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AINO_%23V3.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP2000_%23V3.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP500_%23V3.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_PRD_PRF_8-0270c4_%23SALL_%23AWEBP250_%23V3.webp"
}
]
}
},
{
"keywords": [
{
"de": "uneloxiert",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Aluprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Aluprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Alustangen",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝棒",
"cs": null
},
{
"de": "Alustrebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝制工作面",
"cs": null
},
{
"de": "Grundelemente",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "基础元件",
"cs": null
},
{
"de": "item Profil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "item 型材",
"cs": null
},
{
"de": "Itemprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "item-profil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Konstruktionsprofile",
"en": "Construction Profiles",
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "结构型材",
"cs": null
},
{
"de": "Leichtes Stangenprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质杆状型材",
"cs": null
},
{
"de": "Leichtes Vierkantprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质方形型材",
"cs": null
},
{
"de": "Leichtprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质型材",
"cs": null
},
{
"de": "Nut 8",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Nutenprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "凹槽型材",
"cs": null
},
{
"de": "Profilrohr",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材管",
"cs": null
},
{
"de": "Profilrohr leicht eckig",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "略带棱角的型材管",
"cs": null
},
{
"de": "Profilstange",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材棒",
"cs": null
},
{
"de": "Profilstrebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材工作面",
"cs": null
},
{
"de": "Präzisionsprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "精密型材",
"cs": null
},
{
"de": "Rastermaß",
"en": "Modular Dimensions",
"fr": "Dimensions modulaires",
"it": "Misure modulari",
"pl": null,
"es": null,
"zh": "光栅大小",
"cs": null
},
{
"de": "Strebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "斜撑组件",
"cs": null
},
{
"de": "Vierkant-Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方形铝型材",
"cs": null
},
{
"de": "Vierkantprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方形型材",
"cs": null
},
{
"de": "Vierkantrohre",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方管",
"cs": null
},
{
"de": "Neuheiten 2023 I",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "2023/ I",
"en": "2023/ I",
"fr": "2023/ I",
"it": "2023/ I",
"pl": "2023/ I",
"es": "2023/ I",
"zh": "2023/ I",
"cs": "2023/ I"
}
],
"classes": [
"engineeringDrawing"
],
"title": null,
"alt": null,
"text": null,
"sources": {
"de": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"en": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"fr": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"it": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"pl": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"es": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"zh": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"cs": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
]
}
},
{
"keywords": [
{
"de": "EX-01006",
"en": "EX-01006",
"fr": "EX-01006",
"it": "EX-01006",
"pl": "EX-01006",
"es": "EX-01006",
"zh": "EX-01006",
"cs": "EX-01006"
},
{
"de": "EX-01076",
"en": "EX-01076",
"fr": "EX-01076",
"it": "EX-01076",
"pl": "EX-01076",
"es": "EX-01076",
"zh": "EX-01076",
"cs": "EX-01076"
},
{
"de": "EX-01077",
"en": "EX-01077",
"fr": "EX-01077",
"it": "EX-01077",
"pl": "EX-01077",
"es": "EX-01077",
"zh": "EX-01077",
"cs": "EX-01077"
},
{
"de": "item",
"en": "item",
"fr": "item",
"it": "item",
"pl": "item",
"es": "item",
"zh": "item",
"cs": "item"
},
{
"de": "item24",
"en": "item24",
"fr": "item24",
"it": "item24",
"pl": "item24",
"es": "item24",
"zh": "item24",
"cs": "item24"
},
{
"de": "ESD",
"en": "ESD",
"fr": "ESD",
"it": "ESD",
"pl": "ESD",
"es": "ESD",
"zh": "静电放电",
"cs": "ESD"
},
{
"de": "Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Aluprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Aluprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Alustangen",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝棒",
"cs": null
},
{
"de": "Alustrebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝制工作面",
"cs": null
},
{
"de": "Grundelemente",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "基础元件",
"cs": null
},
{
"de": "item Profil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "item 型材",
"cs": null
},
{
"de": "Itemprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "item-profil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Konstruktionsprofile",
"en": "Construction Profiles",
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "结构型材",
"cs": null
},
{
"de": "Leichtes Stangenprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质杆状型材",
"cs": null
},
{
"de": "Leichtes Vierkantprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质方形型材",
"cs": null
},
{
"de": "Leichtprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质型材",
"cs": null
},
{
"de": "Leichtprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质型材",
"cs": null
},
{
"de": "Nutenprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "凹槽型材",
"cs": null
},
{
"de": "Profilrohr",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材管",
"cs": null
},
{
"de": "Profilrohr leicht eckig",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "略带棱角的型材管",
"cs": null
},
{
"de": "Profilstange",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材棒",
"cs": null
},
{
"de": "Profilstrebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材工作面",
"cs": null
},
{
"de": "Präzisionsprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "精密型材",
"cs": null
},
{
"de": "Rastermaß",
"en": "Modular Dimensions",
"fr": "Dimensions modulaires",
"it": "Misure modulari",
"pl": null,
"es": null,
"zh": "光栅大小",
"cs": null
},
{
"de": "Strebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "斜撑组件",
"cs": null
},
{
"de": "Vierkant-Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方形铝型材",
"cs": null
},
{
"de": "Vierkantprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方形型材",
"cs": null
},
{
"de": "Vierkantrohre",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方管",
"cs": null
},
{
"de": "Render",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
}
],
"classes": [
"header",
"details"
],
"title": null,
"alt": null,
"text": {
"de": "Das Profil 8 40x40 leicht ist ein universelles Konstruktionsprofil aus hochwertig eloxiertem Aluminium im Rastermaß der Baureihe 8.<br />Das gewichtsreduzierte Aluprofil in der item Ausführung leicht besitzt vier offene Profilnuten 8.",
"en": "Profile 8 40x40 light is a universal construction profile made of high-quality anodized aluminium in the modular dimension of Line 8.<br />This weight-reduced aluminium profile in the light design variant from item features four open Line 8 profile grooves.",
"fr": "Le profilé 8 40x40 léger est un profilé de construction universel en aluminium anodisé de qualité aux dimensions modulaires de la ligne 8.<br />Ce profilé alu à poids réduit en version légère d’item dispose de quatre rainures 8 ouvertes.",
"it": "Il profilato 8 40x40 leggero è un profilato costruttivo universale in pregiato alluminio anodizzato nella misura modulare della serie 8.<br />Nella versione leggera, il profilato in alluminio dal peso ridotto presenta quattro scanalature 8 aperte.",
"pl": "Profil 8 40x40 lekki jest wszechstronnym profilem konstrukcyjnym wykonanym z wysokiej jakości anodowanego aluminium w wymiarze rastrowym serii 8.<br />Profil aluminiowy o zredukowanej wadze w wersji lekkiej item ma cztery otwarte rowki profilowe 8.",
"es": "El perfil 8 40x40 ligero es un perfil de construcción universal de aluminio anodizado de alta calidad en la dimensión modular de la serie 8.<br />Este perfil de aluminio de peso reducido en la variante de diseño ligero de item cuenta con cuatro ranuras de perfil de la serie 8 abiertas.",
"zh": null,
"cs": null
},
"sources": {
"de": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"en": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"fr": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"it": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"pl": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"es": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"zh": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"cs": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2633_%23SALL_%23AWEBP250_%23V1.webp"
}
]
}
},
{
"keywords": [
{
"de": "item",
"en": "item",
"fr": "item",
"it": "item",
"pl": "item",
"es": "item",
"zh": "item",
"cs": "item"
},
{
"de": "item24",
"en": "item24",
"fr": "item24",
"it": "item24",
"pl": "item24",
"es": "item24",
"zh": "item24",
"cs": "item24"
},
{
"de": "ESD",
"en": "ESD",
"fr": "ESD",
"it": "ESD",
"pl": "ESD",
"es": "ESD",
"zh": "静电放电",
"cs": "ESD"
},
{
"de": "Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Aluprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Aluprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Alustangen",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝棒",
"cs": null
},
{
"de": "Alustrebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝制工作面",
"cs": null
},
{
"de": "Grundelemente",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "基础元件",
"cs": null
},
{
"de": "item Profil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "item 型材",
"cs": null
},
{
"de": "Itemprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "item-profil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Konstruktionsprofile",
"en": "Construction Profiles",
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "结构型材",
"cs": null
},
{
"de": "Leichtes Stangenprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质杆状型材",
"cs": null
},
{
"de": "Leichtes Vierkantprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质方形型材",
"cs": null
},
{
"de": "Leichtprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质型材",
"cs": null
},
{
"de": "Nutenprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "凹槽型材",
"cs": null
},
{
"de": "Profilrohr",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材管",
"cs": null
},
{
"de": "Profilrohr leicht eckig",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "略带棱角的型材管",
"cs": null
},
{
"de": "Profilstange",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材棒",
"cs": null
},
{
"de": "Profilstrebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材工作面",
"cs": null
},
{
"de": "Präzisionsprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "精密型材",
"cs": null
},
{
"de": "Rastermaß",
"en": "Modular Dimensions",
"fr": "Dimensions modulaires",
"it": "Misure modulari",
"pl": null,
"es": null,
"zh": "光栅大小",
"cs": null
},
{
"de": "Schwerprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "重型材",
"cs": null
},
{
"de": "Strebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "斜撑组件",
"cs": null
},
{
"de": "Vierkant-Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方形铝型材",
"cs": null
},
{
"de": "Vierkantprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方形型材",
"cs": null
},
{
"de": "Vierkantrohre",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方管",
"cs": null
},
{
"de": "Render",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
}
],
"classes": [
"header",
"details"
],
"title": null,
"alt": null,
"text": {
"de": "Profile der Baureihe 8 sind in den Ausführungen standard, leicht und Economy (E) erhältlich. Durch zusätzliche Aussparungen wiegt ein Profil 8 40x40 leicht rund 30 Prozent weniger als ein Profil 8 40x40 bei gleicher Länge. Ein Profil 8 40x40 E wiegt rund 45 Prozent weniger.<br />Passend zur Belastung müssen die Flächenträgheitsmomente gegen Durchbiegung und die maximale Nutauszugskraft des gewählten Profils beachtet werden.",
"en": "The profiles in Line 8 are available in standard, light and economy (E) design variants. Due to additional cavities, a Profile 8 40x40 light weighs around 30 percent less than a Profile 8 40x40 in the same length. A Profile 8 40x40 E weighs approximately 45 percent less.<br />The area moments of inertia against profile deflection and the maximum groove load-bearing capacity of the selected profile must be given due consideration in respect of the loads involved.",
"fr": "Les profilés de la ligne 8 sont disponibles dans les versions standard, léger et Economy (E). Grâce à des évidements supplémentaires, un profilé 8 40x40 léger pèse environ 30 % de moins qu’un profilé 8 40x40 de même longueur. Un profilé 8 40x40 E pèse environ 45 % de moins.<br />En fonction de la charge, il faut tenir compte des moments quadratiques contre la flexion et de la force d’extraction de rainure maximale du profilé retenu.",
"it": "I profilati della serie 8 sono disponibili nelle versioni standard, leggera ed E (Economy). Grazie ad ulteriori accorgimenti, a parità di lunghezza, un profilato 8 40x40 leggero pesa circa il 30% in meno di un profilato 8 40x40. Un profilato 8 40x40 E pesa circa il 45% in meno.<br />A seconda del carico è necessario rispettare i momenti di inerzia superficiale contro la flessione e la forza di estrazione massima della scanalatura del profilato selezionato.",
"pl": "Profile serii 8 dostępne są w wersji standardowej, lekkiej i Economy (E). Dodatkowe wycięcia w profilu 8 40x40 lekkim sprawiają, że profil waży ok. 30 % mniej niż profil 8 40x40 o tej samej długości. Profil 8 40x40 E waży ok. 45 % mniej.<br />W zależności od obciążenia należy pamiętać o momentach bezwładności powierzchni względem ugięcia oraz maksymalnej sile wyrywania rowka wybranego profilu.",
"es": "Los perfiles de la serie 8 están disponibles en las variantes de diseño estándar, ligero y económico (E). Debido a las cavidades adicionales, un perfil 8 40x40 ligero pesa alrededor de un 30 % menos que un perfil 8 40x40 de la misma longitud. Un perfil 8 40x40 E pesa aproximadamente un 45 % menos.<br />Deben tenerse en cuenta los momentos de inercia de la superficie frente a la flexión del perfil y la capacidad de carga máxima de la ranura del perfil seleccionado en relación con las cargas implicadas.",
"zh": null,
"cs": null
},
"sources": {
"de": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"en": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"fr": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"it": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"pl": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"es": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"zh": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP250_%23V1.webp"
}
],
"cs": [
{
"type": "jpg",
"width": 3000,
"height": 2000,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AINO_%23V1.jpg"
},
{
"type": "webp",
"width": 2000,
"height": 1333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP2000_%23V1.webp"
},
{
"type": "webp",
"width": 500,
"height": 333,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP500_%23V1.webp"
},
{
"type": "webp",
"width": 250,
"height": 167,
"url": "https://cdn.item24.com/product-assets/PIC_ANW_PRD_PRF_2603-Bauarten_%23SALL_%23AWEBP250_%23V1.webp"
}
]
}
},
{
"keywords": [
{
"de": "Teleskopschienen",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Teleskopauszug",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Auszugsschienen",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Teleskope",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Schubladen",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Schubladenschienen",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Überauszug",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Schwerlast",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "ESD",
"en": "ESD",
"fr": "ESD",
"it": "ESD",
"pl": "ESD",
"es": "ESD",
"zh": "静电放电",
"cs": "ESD"
},
{
"de": "Hilfselemente",
"en": "Auxiliary Elements",
"fr": "Outillages et services",
"it": "Elementi ausiliari",
"pl": null,
"es": null,
"zh": "辅助元件",
"cs": null
},
{
"de": "Nutöffner",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Aluminiumprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Aluprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Aluprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Alustangen",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝棒",
"cs": null
},
{
"de": "Alustrebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝制工作面",
"cs": null
},
{
"de": "Balken",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "begehbar ",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Decke",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Grundelemente",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "基础元件",
"cs": null
},
{
"de": "item Profil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "item 型材",
"cs": null
},
{
"de": "Itemprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "item-profil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Konstruktionsprofile",
"en": "Construction Profiles",
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "结构型材",
"cs": null
},
{
"de": "Leichtes Stangenprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质杆状型材",
"cs": null
},
{
"de": "Leichtes Vierkantprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质方形型材",
"cs": null
},
{
"de": "Leichtprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质型材",
"cs": null
},
{
"de": "Leichtprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质型材",
"cs": null
},
{
"de": "Nutenprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "凹槽型材",
"cs": null
},
{
"de": "Profilrohr",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材管",
"cs": null
},
{
"de": "Profilrohr leicht eckig",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "略带棱角的型材管",
"cs": null
},
{
"de": "Profilstange",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材棒",
"cs": null
},
{
"de": "Profilstrebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材工作面",
"cs": null
},
{
"de": "Präzisionsprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "精密型材",
"cs": null
},
{
"de": "Rastermaß",
"en": "Modular Dimensions",
"fr": "Dimensions modulaires",
"it": "Misure modulari",
"pl": null,
"es": null,
"zh": "光栅大小",
"cs": null
},
{
"de": "Statik",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Strebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "斜撑组件",
"cs": null
},
{
"de": "Träger",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Vierkant-Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方形铝型材",
"cs": null
},
{
"de": "Vierkantprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方形型材",
"cs": null
},
{
"de": "Vierkantrohre",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方管",
"cs": null
},
{
"de": "Neuheiten 2024",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "2024",
"en": "2024",
"fr": "2024",
"it": "2024",
"pl": "2024",
"es": "2024",
"zh": "2024",
"cs": "2024"
},
{
"de": "Neuheiten",
"en": "news",
"fr": "nouveauté",
"it": "novità",
"pl": "New",
"es": "New",
"zh": "新特征",
"cs": "New"
},
{
"de": "Grundelemente",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "基础元件",
"cs": null
},
{
"de": "reinraumtauglich",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Reinraum",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
}
],
"classes": [
"technical"
],
"title": {
"de": "zulässige Nutauszugskraft",
"en": "Permissible groove extraction force",
"fr": "Force d’extraction de rainure admissible",
"it": "Forza di trazione F",
"pl": "Dopuszczalna siła wyciągająca rowka",
"es": "Fuerza de extracción admisible de la ranura",
"zh": null,
"cs": "Přípustná síla vytažení drážky"
},
"alt": null,
"text": null,
"sources": {
"de": [
{
"type": "svg",
"width": 102,
"height": 157,
"url": "https://cdn.item24.com/product-assets/GRA_FUN_PRD_PRF_Nutauszugskraft-Profil-8-leicht_%23SALL_%23AINO_%23V1.svg"
}
],
"en": [
{
"type": "svg",
"width": 102,
"height": 157,
"url": "https://cdn.item24.com/product-assets/GRA_FUN_PRD_PRF_Nutauszugskraft-Profil-8-leicht_%23SALL_%23AINO_%23V1.svg"
}
],
"fr": [
{
"type": "svg",
"width": 102,
"height": 157,
"url": "https://cdn.item24.com/product-assets/GRA_FUN_PRD_PRF_Nutauszugskraft-Profil-8-leicht_%23SALL_%23AINO_%23V1.svg"
}
],
"it": [
{
"type": "svg",
"width": 102,
"height": 157,
"url": "https://cdn.item24.com/product-assets/GRA_FUN_PRD_PRF_Nutauszugskraft-Profil-8-leicht_%23SALL_%23AINO_%23V1.svg"
}
],
"pl": [
{
"type": "svg",
"width": 102,
"height": 157,
"url": "https://cdn.item24.com/product-assets/GRA_FUN_PRD_PRF_Nutauszugskraft-Profil-8-leicht_%23SALL_%23AINO_%23V1.svg"
}
],
"es": [
{
"type": "svg",
"width": 102,
"height": 157,
"url": "https://cdn.item24.com/product-assets/GRA_FUN_PRD_PRF_Nutauszugskraft-Profil-8-leicht_%23SALL_%23AINO_%23V1.svg"
}
],
"zh": [
{
"type": "svg",
"width": 102,
"height": 157,
"url": "https://cdn.item24.com/product-assets/GRA_FUN_PRD_PRF_Nutauszugskraft-Profil-8-leicht_%23SALL_%23AINO_%23V1.svg"
}
],
"cs": [
{
"type": "svg",
"width": 102,
"height": 157,
"url": "https://cdn.item24.com/product-assets/GRA_FUN_PRD_PRF_Nutauszugskraft-Profil-8-leicht_%23SALL_%23AINO_%23V1.svg"
}
]
}
},
{
"keywords": [
{
"de": "Gesamtkatalog 8",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "MB8",
"en": "MB8",
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
}
],
"classes": [],
"title": null,
"alt": null,
"text": null,
"sources": {
"de": [],
"en": [],
"fr": [],
"it": [],
"pl": [],
"es": [],
"zh": [],
"cs": []
}
}
],
"videos": [],
"playlist": [],
"engineeringDrawing": {
"keywords": [
{
"de": "uneloxiert",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Aluprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Aluprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝型材",
"cs": null
},
{
"de": "Alustangen",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝棒",
"cs": null
},
{
"de": "Alustrebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "铝制工作面",
"cs": null
},
{
"de": "Grundelemente",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "基础元件",
"cs": null
},
{
"de": "item Profil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "item 型材",
"cs": null
},
{
"de": "Itemprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "item-profil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Konstruktionsprofile",
"en": "Construction Profiles",
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "结构型材",
"cs": null
},
{
"de": "Leichtes Stangenprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质杆状型材",
"cs": null
},
{
"de": "Leichtes Vierkantprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质方形型材",
"cs": null
},
{
"de": "Leichtprofil",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "轻质型材",
"cs": null
},
{
"de": "Nut 8",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "Nutenprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "凹槽型材",
"cs": null
},
{
"de": "Profilrohr",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材管",
"cs": null
},
{
"de": "Profilrohr leicht eckig",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "略带棱角的型材管",
"cs": null
},
{
"de": "Profilstange",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材棒",
"cs": null
},
{
"de": "Profilstrebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "型材工作面",
"cs": null
},
{
"de": "Präzisionsprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "精密型材",
"cs": null
},
{
"de": "Rastermaß",
"en": "Modular Dimensions",
"fr": "Dimensions modulaires",
"it": "Misure modulari",
"pl": null,
"es": null,
"zh": "光栅大小",
"cs": null
},
{
"de": "Strebe",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "斜撑组件",
"cs": null
},
{
"de": "Vierkant-Alu-Profile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方形铝型材",
"cs": null
},
{
"de": "Vierkantprofile",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方形型材",
"cs": null
},
{
"de": "Vierkantrohre",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": "方管",
"cs": null
},
{
"de": "Neuheiten 2023 I",
"en": null,
"fr": null,
"it": null,
"pl": null,
"es": null,
"zh": null,
"cs": null
},
{
"de": "2023/ I",
"en": "2023/ I",
"fr": "2023/ I",
"it": "2023/ I",
"pl": "2023/ I",
"es": "2023/ I",
"zh": "2023/ I",
"cs": "2023/ I"
}
],
"title": null,
"alt": null,
"text": null,
"sources": {
"de": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"en": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"fr": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"it": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"pl": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"es": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"zh": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
],
"cs": [
{
"type": "svg",
"width": 75,
"height": 85,
"url": "https://cdn.item24.com/product-assets/GRA_PMA_PRF_02633-x_%23SALL_%23AINO_%23V1.svg"
}
]
}
}
},
"variants": [
{
"productId": "45280",
"relation": "MASTER"
},
{
"productId": "45281",
"relation": "MASTER"
}
],
"relatedProducts": {
"implicit": [
"2630"
],
"assemblyElements": [],
"accessoires": [
"2601",
"62716",
"42709"
],
"tools": [],
"services": []
},
"downloads": [
{
"title": {
"de": "Technische Daten zum Profil",
"en": "Technical documentation",
"fr": "Spécifications",
"it": "Specifiche tecniche dei profilati ",
"pl": "Dane techniczne",
"es": "Datos técnicos",
"zh": "技术文档",
"cs": "Technická dokumentace"
},
"type": "pdf",
"url": {
"de": "https://cdn.item24.com/product-assets/DOK_DATA_profil-tech-daten_%23SDE_%23AIN_%23V4.pdf",
"en": "https://cdn.item24.com/product-assets/DOK_DATA_profil-tech-daten_%23SEN_%23AIN_%23V4.pdf",
"fr": "https://cdn.item24.com/product-assets/DOK_DATA_profil-tech-daten_%23SFR_%23AIN_%23V4.pdf",
"it": "https://cdn.item24.com/product-assets/DOK_DATA_profil-tech-daten_%23SIT_%23AIN_%23V4.pdf",
"pl": "https://cdn.item24.com/product-assets/DOK_DATA_profil-tech-daten_%23SPL_%23AIN_%23V4.pdf",
"es": "https://cdn.item24.com/product-assets/DOK_DATA_profil-tech-daten_%23SES_%23AIN_%23V4.pdf",
"zh": "https://cdn.item24.com/product-assets/DOK_DATA_profil-tech-daten_%23SZH_%23AIN_%23V4.pdf",
"cs": "https://cdn.item24.com/product-assets/DOK_DATA_profil-tech-daten_%23SCS_%23AIN_%23V4.pdf"
}
},
{
"title": {
"de": "Chemische Beständigkeit Aluminium",
"en": "Chemical resistance of aluminium",
"fr": "Résistance chimique de l’aluminium",
"it": "Resistenza chimica dell’alluminio",
"pl": "Chemiczna odporność aluminium",
"es": "Chemical resistance of aluminium",
"zh": "铝的耐化性",
"cs": "Chemická odolnost hliníku"
},
"type": "pdf",
"url": {
"de": "https://cdn.item24.com/product-assets/DOK_DATA_Aluminium_%23SDE_%23AIN_%23V1.pdf",
"en": "https://cdn.item24.com/product-assets/DOK_DATA_Aluminium_%23SEN_%23AIN_%23V1.pdf",
"fr": "https://cdn.item24.com/product-assets/DOK_DATA_Aluminium_%23SALL_%23AIN_%23V1.pdf",
"it": "https://cdn.item24.com/product-assets/DOK_DATA_Aluminium_%23SALL_%23AIN_%23V1.pdf",
"pl": "https://cdn.item24.com/product-assets/DOK_DATA_Aluminium_%23SALL_%23AIN_%23V1.pdf",
"es": "https://cdn.item24.com/product-assets/DOK_DATA_Aluminium_%23SALL_%23AIN_%23V1.pdf",
"zh": "https://cdn.item24.com/product-assets/DOK_DATA_Aluminium_%23SALL_%23AIN_%23V1.pdf",
"cs": "https://cdn.item24.com/product-assets/DOK_DATA_Aluminium_%23SALL_%23AIN_%23V1.pdf"
}
},
{
"title": {
"de": "ESD Produkt Qualifikation",
"en": "ESD Product Qualification",
"fr": "ESD Product Qualification",
"it": "ESD Product Qualification",
"pl": "ESD Product Qualification",
"es": "ESD Product Qualification",
"zh": "防静电产品认证",
"cs": "ESD kvalifikace produktů"
},
"type": "pdf",
"url": {
"de": "https://cdn.item24.com/product-assets/DOK_ESD_2633_%23SDE_%23AIN_%23V1.pdf",
"en": "https://cdn.item24.com/product-assets/DOK_ESD_2633_%23SEN_%23AIN_%23V1.pdf",
"fr": "https://cdn.item24.com/product-assets/DOK_ESD_2633_%23SALL_%23AIN_%23V1.pdf",
"it": "https://cdn.item24.com/product-assets/DOK_ESD_2633_%23SALL_%23AIN_%23V1.pdf",
"pl": "https://cdn.item24.com/product-assets/DOK_ESD_2633_%23SALL_%23AIN_%23V1.pdf",
"es": "https://cdn.item24.com/product-assets/DOK_ESD_2633_%23SALL_%23AIN_%23V1.pdf",
"zh": "https://cdn.item24.com/product-assets/DOK_ESD_2633_%23SALL_%23AIN_%23V1.pdf",
"cs": "https://cdn.item24.com/product-assets/DOK_ESD_2633_%23SALL_%23AIN_%23V1.pdf"
}
}
],
"applications": [],
"classifications": [
{
"version": "11.0",
"system": "eCl@ss",
"code": "23360101"
},
{
"version": "8.0",
"system": "eCl@ss",
"code": "23360101"
},
{
"version": "7.1",
"system": "eCl@ss",
"code": "23360101"
},
{
"version": "6.0.1",
"system": "eCl@ss",
"code": "23360101"
},
{
"version": "4.0",
"system": "eCl@ss",
"code": "35020106"
},
{
"version": "7.0",
"system": "UNSPSC",
"code": "30102306"
},
{
"version": "9.0",
"system": "UNSPSC",
"code": "30102306"
},
{
"version": "4.1",
"system": "eCl@ss",
"code": "35020106"
},
{
"version": "5.0",
"system": "eCl@ss",
"code": "35020190"
},
{
"version": "5.1",
"system": "eCl@ss",
"code": "35020190"
}
],
"identicalPartsCount": 1,
"orderUnits": [
{
"type": "CUT",
"productId": "2633"
},
{
"type": "PIECE",
"productId": "45280"
},
{
"type": "PIECE",
"productId": "45281"
}
],
"slug": {
"de": "profil-8-40x40-leicht-natur-2633",
"en": "profile-8-40x40-light-natural-2633",
"fr": "profile-8-40x40-leger-naturel-2633",
"it": "profilato-8-40x40-leggero-naturale-2633",
"pl": "profil-8-40x40-lekki-kolor-naturalny-2633",
"es": "perfil-8-40x40-l-natural-2633",
"zh": "xing-cai-8-xi-lie-40x40-qing-xing-yang-hua-yin-bai-2633",
"cs": "profil-8-40-x-40-l-prirodni-odstin-2633"
}
}
So based on that insight, I was able to write a script to extract the bits I care about below:
#!/usr/bin/env python3
# Item API Basic Product Search
import urllib.request # Query API
import json # Parsing API response
import os # For cache support
def get_url_content(url: str) -> str:
"""
Retrieves the content of a given URL as a string.
Args:
url (str): The URL to retrieve content from.
Returns:
str: The content of the response.
"""
try:
headers = {
'User-Agent': 'Mozilla/5.0'
}
request = urllib.request.Request(url, headers=headers)
response = urllib.request.urlopen(request)
if not response.getcode() == 200:
raise Exception(f"Failed to retrieve content. Status code: {response.getcode()}")
return response.read().decode('utf-8')
except urllib.error.HTTPError as e:
print(f"HTTP Error: {e}")
return None
except Exception as e:
print(f"An error occurred: {e}")
return None
def get_url_json_api(url: str) -> dict:
"""
Retrieves JSON content from a given URL.
Args:
url (str): The URL to retrieve JSON content from.
Returns:
dict: The parsed JSON content.
"""
received_content = get_url_content(url)
if not received_content:
return None
try:
return json.loads(received_content)
except json.JSONDecodeError as e:
print(f"Failed to parse JSON. Error: {e}")
return None
def get_item_product_data(id: str, cache_dir: str = None) -> dict:
# id input can accept "0.0.448.04" or "0044804" or "44804"
# and convert to api id internal format of "44804"
id = int(id.replace('.', ''))
api_id = str(id)
# If cache exists, load it
if cache_dir:
cache_file = os.path.join(cache_dir, f"{api_id}.json")
if os.path.exists(cache_file):
with open(cache_file, 'r', encoding='utf-8') as f:
try:
json_content = json.load(f)
if json_content.get("id", None) == api_id:
return json_content
except json.JSONDecodeError:
print(f"Warning: Cache file {cache_file} is corrupted. Refetching...")
# Not cached. Fetch
api_url = f"https://api.item24.com/product-data/products/{api_id}"
json_content = get_url_json_api(api_url)
# Save to cache
if cache_dir:
with open(cache_file, 'w', encoding='utf-8') as f:
json.dump(json_content, f, indent=2)
return json_content
# Call ITEM API for 0.0.026.33
json_content = get_item_product_data("0.0.026.33")
# Print Interesting Data
row = {}
row["Part Number"] = json_content.get("formattedId")
if "title" in json_content and "en" in json_content["title"] :
row["Title"] = json_content["title"]["en"]
if "texts" in json_content and "descriptionShort" in json_content["texts"] and "en" in json_content["texts"]["descriptionShort"]:
row["Description"] = json_content["texts"]["descriptionShort"]["en"]
if "slug" in json_content and "en" in json_content["slug"] :
row["Web Link"] = "https://www.item24.com/en-au/" + json_content.get("slug").get("en")
print(json.dumps(row, indent=2))
"""
Expected Output:
{
"Part Number": "0.0.026.33",
"Title": "Profile 8 40x40 light, natural",
"Description": "item Profile 8 40x40 is suitable for all kinds of fastening options. ESD-safe and approved under Directive 2002/95/EC.",
"Web Link": "https://www.item24.com/en-au/profile-8-40x40-light-natural-2633"
}
"""
Hope it helps! Just be mindful it may break in the future as this is likely an internal ITEM api feature only.