IBISWorld API
  1. ESG
IBISWorld API
  • Overview
    • 🚀 Getting Started
    • 📊 About IBISWorld
    • 🚦Rate Limits & Data Size
    • 🌐 API Uptime, SLA & Support
    • 📌 Versioning & API Changes
    • ❓Frequently Asked Questions (FAQs)
    • 📰 API Release Notes
    • Authentication
      POST
  • How-To Guides
    • 🔁 How To: Convert ANZSIC ➜ IBISWorld Report
    • 📥 How To: Download an IBISWorld PDF Report
  • Industry
    • Risk
      • Risk Reports List
      • Recently Updated Risk Reports List
      • Full Industry Risk Report
      • Sections of Risk Report
      • Early Warning System (EWS)
    • States (US) & Provinces (Canada)
      • Industry Reports List
      • Full Industry Report
      • Sections of Industry Report
    • Segment Benchmarking (US)
      • Full Segment Benchmarking Report
      • Sections of a Segment Benchmarking Report
    • ESG
      • Full ESG Report
        POST
      • Sections of ESG Report
        POST
    • Industry Reports List
      POST
    • Recently Updated Industry Reports List
      POST
    • Sections of Industry Report
      POST
    • Full Industry Report
      POST
    • One Section from Multiple Industry Reports
      POST
    • Industry Report Images
      POST
  • Classifications
    • List of Classification System Versions
    • List of Classification System Titles and Codes
    • Classification System to IBISWorld Report Concordance
    • IBISWorld Report to Classification System Concordance
  • Downloads
    • Download a Report
  • Business Environment Profiles
    • BED Reports List
    • Recently Updated BED Reports List
    • Full BED Report
    • Sections of BED Report
  • Company
    • Company Reports List (Australia)
    • Full Company Report (Australia)
    • Sections of Company Report (Australia)
  1. ESG

Full ESG Report

POST
/esg/v3/fullreport
Returns the entire contents of a Environmental, Social, and Governance (ESG) report in a single payload. This includes all sections, analysis, and supporting data, making it the most comprehensive way to access IBISWorld'S ESG insights programmatically.
Use this endpoint if you need the complete report content in one request, or if you want to parse all available sections for custom applications.

Request

Authorization
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Body Params application/json

Examples
{
    "Country": "UK",
    "Code": "B08.110"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST '/esg/v3/fullreport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Country": "UK",
    "Code": "B08.110"
}'

Responses

🟢200Success
application/json
Body

Examples
{
    "Sections": [
        {
            "Title": "Stone Quarrying in the UK"
        },
        {
            "Scores": [
                {
                    "Factor": "Total ESG",
                    "Value": 4.9,
                    "Components": null
                },
                {
                    "Factor": "Environmental",
                    "Value": 5,
                    "Components": [
                        {
                            "Factor": "Commitment to Environmental Initiatives",
                            "Value": 3
                        },
                        {
                            "Factor": "Energy Efficiency",
                            "Value": 6
                        },
                        {
                            "Factor": "Greenhouse Gas Emissions",
                            "Value": 5
                        },
                        {
                            "Factor": "Waste Management",
                            "Value": 6
                        },
                        {
                            "Factor": "Water Efficiency",
                            "Value": 5
                        }
                    ]
                },
                {
                    "Factor": "Social",
                    "Value": 5,
                    "Components": [
                        {
                            "Factor": "Fair Labour Standards",
                            "Value": 2
                        },
                        {
                            "Factor": "High-Risk Geographies",
                            "Value": 4
                        },
                        {
                            "Factor": "Leave Benefits",
                            "Value": 5
                        },
                        {
                            "Factor": "Pay Equality",
                            "Value": 5
                        },
                        {
                            "Factor": "Workforce Composition",
                            "Value": 9
                        }
                    ]
                },
                {
                    "Factor": "Governance",
                    "Value": 4.8,
                    "Components": [
                        {
                            "Factor": "Anti-Corruption Mechanisms",
                            "Value": 6
                        },
                        {
                            "Factor": "Involvement in Controversy",
                            "Value": 6
                        },
                        {
                            "Factor": "Lobbying Presence",
                            "Value": 5
                        },
                        {
                            "Factor": "Regulatory Complexity",
                            "Value": 5
                        },
                        {
                            "Factor": "Tax Corruption",
                            "Value": 2
                        }
                    ]
                }
            ]
        },
        {
            "SupplyChain": {
                "Buyers": {
                    "Tier1": [
                        {
                            "ESGScore": 5.4,
                            "ReportTypeId": "Industry",
                            "EntityId": 1315,
                            "Title": "Cement Manufacturing in the UK",
                            "ShortTitle": "Cement Manufacturing",
                            "ReportCode": "C23.510",
                            "ReportCollection": "COR",
                            "ReportCountry": "UK",
                            "DatePublished": "2025-08-14T00:00:00",
                            "ReportLanguage": "English",
                            "Published": true
                        },
                        {
                            "ESGScore": 5.2,
                            "ReportTypeId": "Industry",
                            "EntityId": 1365,
                            "Title": "Stone Cutting, Shaping & Finishing in the UK",
                            "ShortTitle": "Stone Cutting, Shaping & Finishing",
                            "ReportCode": "C23.700",
                            "ReportCollection": "COR",
                            "ReportCountry": "UK",
                            "DatePublished": "2024-08-23T00:00:00",
                            "ReportLanguage": "English",
                            "Published": true
                        }
                    ],
                    "Tier2": [
                        {
                            "ESGScore": 4.7,
                            "ReportTypeId": "Industry",
                            "EntityId": 2410,
                            "Title": "Commercial Building Construction in the UK",
                            "ShortTitle": "Commercial Building Construction",
                            "ReportCode": "F41.201",
                            "ReportCollection": "COR",
                            "ReportCountry": "UK",
                            "DatePublished": "2025-02-28T00:00:00",
                            "ReportLanguage": "English",
                            "Published": true
                        },
                        {
                            "ESGScore": 4.5,
                            "ReportTypeId": "Industry",
                            "EntityId": 2411,
                            "Title": "Residential Building Construction in the UK",
                            "ShortTitle": "Residential Building Construction",
                            "ReportCode": "F41.202",
                            "ReportCollection": "COR",
                            "ReportCountry": "UK",
                            "DatePublished": "2025-09-15T00:00:00",
                            "ReportLanguage": "English",
                            "Published": true
                        },
                        {
                            "ESGScore": 4.9,
                            "ReportTypeId": "Industry",
                            "EntityId": 2425,
                            "Title": "Road & Motorway Construction in the UK",
                            "ShortTitle": "Road & Motorway Construction",
                            "ReportCode": "F42.110",
                            "ReportCollection": "COR",
                            "ReportCountry": "UK",
                            "DatePublished": "2025-03-31T00:00:00",
                            "ReportLanguage": "English",
                            "Published": true
                        }
                    ]
                },
                "Suppliers": {
                    "Tier1": [
                        {
                            "ESGScore": 0,
                            "ReportTypeId": "Industry",
                            "EntityId": 4115,
                            "Title": "Agricultural Machinery Equipment Rental & Leasing in the UK",
                            "ShortTitle": "Agricultural Machinery Equipment Rental & Leasing",
                            "ReportCode": "N77.310",
                            "ReportCollection": "",
                            "ReportCountry": "UK",
                            "DatePublished": "0001-01-01T00:00:00",
                            "ReportLanguage": "English",
                            "Published": true
                        },
                        {
                            "ESGScore": 0,
                            "ReportTypeId": "Industry",
                            "EntityId": 4140,
                            "Title": "Other Machinery & Equipment Leasing in the UK",
                            "ShortTitle": "Other Machinery & Equipment Leasing",
                            "ReportCode": "N77.390",
                            "ReportCollection": "",
                            "ReportCountry": "UK",
                            "DatePublished": "0001-01-01T00:00:00",
                            "ReportLanguage": "English",
                            "Published": false
                        }
                    ],
                    "Tier2": [
                        {
                            "ESGScore": 6,
                            "ReportTypeId": "Industry",
                            "EntityId": 2635,
                            "Title": "Fuels, Industrial Chemicals & Metals Agents in the UK",
                            "ShortTitle": "Fuels, Industrial Chemicals & Metals Agents",
                            "ReportCode": "G46.120",
                            "ReportCollection": "COR",
                            "ReportCountry": "UK",
                            "DatePublished": "2024-06-03T00:00:00",
                            "ReportLanguage": "English",
                            "Published": true
                        },
                        {
                            "ESGScore": 5.1,
                            "ReportTypeId": "Industry",
                            "EntityId": 2830,
                            "Title": "Mining, Construction & Civil Engineering Machinery Wholesaling in the UK",
                            "ShortTitle": "Mining, Construction & Civil Engineering Machinery Wholesaling",
                            "ReportCode": "G46.630",
                            "ReportCollection": "COR",
                            "ReportCountry": "UK",
                            "DatePublished": "2024-07-08T00:00:00",
                            "ReportLanguage": "English",
                            "Published": true
                        }
                    ]
                }
            }
        },
        {
            "Regulation": {
                "Characteristic": "Regulation",
                "Level": "Moderate",
                "Trend": "Steady",
                "Analysis": [
                    {
                        "Headline": "Planning Permission",
                        "Analysis": [
                            {
                                "PlainText": "Stone quarrying is heavily influenced by local-level planning permissions overseen by Mineral Planning Authorities (MPAs). These authorities ensure that quarry operations comply with environmental, safety, and community impact standards. For instance, Cornwall Council, a significant MPA, has stringent requirements for new quarry developments to protect local biodiversity and mitigate noise pollution. This regulatory landscape requires strategic planning and can prolong project timelines.",
                                "HTML": "<p><p>Stone quarrying is heavily influenced by local-level planning permissions overseen by Mineral Planning Authorities (MPAs). These authorities ensure that quarry operations comply with environmental, safety, and community impact standards. For instance, Cornwall Council, a significant MPA, has stringent requirements for new quarry developments to protect local biodiversity and mitigate noise pollution. This regulatory landscape requires strategic planning and can prolong project timelines.</p></p>"
                            }
                        ]
                    },
                    {
                        "Headline": "EU Environmental Impact Assessment Directive",
                        "Analysis": [
                            {
                                "PlainText": "Introduced in 1985, the EU Environmental Impact Assessment (EIA) Directive mandates that comprehensive information on the project's environmental effects must be submitted to the relevant authority before a decision is reached for any quarrying site exceeding 25 hectares. This regulation ensures thorough scrutiny of potential ecological impacts, prompting the stone quarrying industry to adopt more sustainable practices. A UK replacement of the Directive has been postponed until 2025.",
                                "HTML": "<p><p>Introduced in 1985, the EU Environmental Impact Assessment (EIA) Directive mandates that comprehensive information on the project's environmental effects must be submitted to the relevant authority before a decision is reached for any quarrying site exceeding 25 hectares. This regulation ensures thorough scrutiny of potential ecological impacts, prompting the stone quarrying industry to adopt more sustainable practices. A UK replacement of the Directive has been postponed until 2025.</p></p>"
                            }
                        ]
                    },
                    {
                        "Headline": "Aggregates Levy",
                        "Analysis": [
                            {
                                "PlainText": "This levy, set at £2.00 per tonne, targets the commercial exploitation of aggregates, including rock, sand and gravel. It incentivises the use of recycled materials by imposing a tax on virgin aggregate extraction. Stone quarrying companies face higher operating costs, compelling them to explore recycled alternatives. For instance, Hanson UK's adoption of recycled aggregates highlights how companies adapt to mitigate financial burdens.",
                                "HTML": "<p><p>This levy, set at £2.00 per tonne, targets the commercial exploitation of aggregates, including rock, sand and gravel. It incentivises the use of recycled materials by imposing a tax on virgin aggregate extraction. Stone quarrying companies face higher operating costs, compelling them to explore recycled alternatives. For instance, Hanson UK's adoption of recycled aggregates highlights how companies adapt to mitigate financial burdens.</p></p>"
                            }
                        ]
                    },
                    {
                        "Headline": "Climate Change Levy",
                        "Analysis": [
                            {
                                "PlainText": "The UK stone quarrying industry’s operations are energy-intensive, leading to significant costs due to the Climate Change Levy (CCL). This tax is imposed on the electricity, gas and solid fuels consumed by industrial sectors. Quarrying companies must strategise to mitigate these expenses, potentially through the adoption of energy-efficient technologies. For instance, Hanson Quarry Products Europe has increasingly invested in energy management systems to lower its CCL burden and enhance overall sustainability.",
                                "HTML": "<p><p>The UK stone quarrying industry’s operations are energy-intensive, leading to significant costs due to the Climate Change Levy (CCL). This tax is imposed on the electricity, gas and solid fuels consumed by industrial sectors. Quarrying companies must strategise to mitigate these expenses, potentially through the adoption of energy-efficient technologies. For instance, Hanson Quarry Products Europe has increasingly invested in energy management systems to lower its CCL burden and enhance overall sustainability.</p></p>"
                            }
                        ]
                    }
                ]
            }
        }
    ]
}
🟢204204
🟠403403
🟠401401
Modified at 2025-10-24 01:34:47
Previous
ESG
Next
Sections of ESG Report
Built with