IBISWorld API
  1. Business Environment Profiles
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
      • Sections of ESG Report
    • Industry Reports List
    • Recently Updated Industry Reports List
    • Sections of Industry Report
    • Full Industry Report
    • One Section from Multiple Industry Reports
    • Industry Report Images
  • 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
      POST
    • Recently Updated BED Reports List
      POST
    • Full BED Report
      POST
    • Sections of BED Report
      POST
  • Company
    • Company Reports List (Australia)
    • Full Company Report (Australia)
    • Sections of Company Report (Australia)
  1. Business Environment Profiles

BED Reports List

POST
/bed/v3/reportlist
Returns a list of all available IBISWorld Business Environment Profile reports for a given country and language.
This provides a quick way to enumerate BED reports, including their codes, titles, and metadata. Feed report codes into other endpoints (e.g., /bed/v3/fullreport, /bed/v3/sections).

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

Example
{
    "Country": "US",
    "Language": "English"
}

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 --location --request POST '/bed/v3/reportlist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Country": "US",
    "Language": "English"
}'

Responses

๐ŸŸข200Success
application/json
Body

Example
[
    {
        "Country": "US",
        "Code": "I302",
        "Language": "English",
        "Title": "Total advertising expenditure",
        "PublishedDate": "2025-08-26T13:01:12",
        "ReportCollection": "SPE"
    },
    {
        "Country": "US",
        "Code": "A4081",
        "Language": "English",
        "Title": "Total value of world trade",
        "PublishedDate": "2025-07-28T13:32:23",
        "ReportCollection": ""
    },
    {
        "Country": "US",
        "Code": "I501",
        "Language": "English",
        "Title": "Domestic corn production",
        "PublishedDate": "2025-07-14T13:58:00",
        "ReportCollection": ""
    }
]
  
๐ŸŸ 403403
๐ŸŸข204204
๐ŸŸ 401401
Modified atย 2025-10-24 01:32:58
Previous
Business Environment Profiles
Next
Recently Updated BED Reports List
Built with