import BrandDev from 'brand.dev';
const client = new BrandDev({
apiKey: process.env['BRAND_DEV_API_KEY'], // This is the default and can be omitted
});
const response = await client.brand.retrieveByIsin({ isin: 'SE60513A9993' });
console.log(response.brand);{
"status": "<string>",
"brand": {
"domain": "<string>",
"title": "<string>",
"description": "<string>",
"slogan": "<string>",
"colors": [
{
"hex": "<string>",
"name": "<string>"
}
],
"logos": [
{
"url": "<string>",
"mode": "light",
"colors": [
{
"hex": "<string>",
"name": "<string>"
}
],
"resolution": {
"width": 123,
"height": 123,
"aspect_ratio": 123
},
"type": "icon"
}
],
"backdrops": [
{
"url": "<string>",
"colors": [
{
"hex": "<string>",
"name": "<string>"
}
],
"resolution": {
"width": 123,
"height": 123,
"aspect_ratio": 123
}
}
],
"socials": [
{
"type": "<string>",
"url": "<string>"
}
],
"address": {
"street": "<string>",
"city": "<string>",
"country": "<string>",
"country_code": "<string>",
"state_province": "<string>",
"state_code": "<string>",
"postal_code": "<string>"
},
"stock": {
"ticker": "<string>",
"exchange": "<string>"
},
"is_nsfw": true,
"email": "<string>",
"phone": "<string>",
"industries": {
"eic": [
{
"industry": "Aerospace & Defense",
"subindustry": "Defense Systems & Military Hardware"
}
]
},
"links": {
"careers": "<string>",
"privacy": "<string>",
"terms": "<string>",
"contact": "<string>",
"blog": "<string>",
"pricing": "<string>"
}
},
"code": 123
}Retrieve brand information using an ISIN (International Securities Identification Number). This endpoint looks up the company associated with the ISIN and returns its brand data.
import BrandDev from 'brand.dev';
const client = new BrandDev({
apiKey: process.env['BRAND_DEV_API_KEY'], // This is the default and can be omitted
});
const response = await client.brand.retrieveByIsin({ isin: 'SE60513A9993' });
console.log(response.brand);{
"status": "<string>",
"brand": {
"domain": "<string>",
"title": "<string>",
"description": "<string>",
"slogan": "<string>",
"colors": [
{
"hex": "<string>",
"name": "<string>"
}
],
"logos": [
{
"url": "<string>",
"mode": "light",
"colors": [
{
"hex": "<string>",
"name": "<string>"
}
],
"resolution": {
"width": 123,
"height": 123,
"aspect_ratio": 123
},
"type": "icon"
}
],
"backdrops": [
{
"url": "<string>",
"colors": [
{
"hex": "<string>",
"name": "<string>"
}
],
"resolution": {
"width": 123,
"height": 123,
"aspect_ratio": 123
}
}
],
"socials": [
{
"type": "<string>",
"url": "<string>"
}
],
"address": {
"street": "<string>",
"city": "<string>",
"country": "<string>",
"country_code": "<string>",
"state_province": "<string>",
"state_code": "<string>",
"postal_code": "<string>"
},
"stock": {
"ticker": "<string>",
"exchange": "<string>"
},
"is_nsfw": true,
"email": "<string>",
"phone": "<string>",
"industries": {
"eic": [
{
"industry": "Aerospace & Defense",
"subindustry": "Defense Systems & Military Hardware"
}
]
},
"links": {
"careers": "<string>",
"privacy": "<string>",
"terms": "<string>",
"contact": "<string>",
"blog": "<string>",
"pricing": "<string>"
}
},
"code": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ISIN (International Securities Identification Number) to retrieve brand data for (e.g., 'AU000000IMD5', 'US0378331005'). Must be exactly 12 characters: 2 letters followed by 9 alphanumeric characters and ending with a digit.
12Optional parameter to force the language of the retrieved brand data.
albanian, arabic, azeri, bengali, bulgarian, cebuano, croatian, czech, danish, dutch, english, estonian, farsi, finnish, french, german, hausa, hawaiian, hindi, hungarian, icelandic, indonesian, italian, kazakh, kyrgyz, latin, latvian, lithuanian, macedonian, mongolian, nepali, norwegian, pashto, pidgin, polish, portuguese, romanian, russian, serbian, slovak, slovene, somali, spanish, swahili, swedish, tagalog, turkish, ukrainian, urdu, uzbek, vietnamese, welsh Optional parameter to optimize the API call for maximum speed. When set to true, the API will skip time-consuming operations for faster response at the cost of less comprehensive data.
Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).
1 <= x <= 300000Successful response
Status of the response, e.g., 'ok'
Detailed brand information
Show child attributes
The domain name of the brand
The title or name of the brand
A brief description of the brand
The brand's slogan
An array of logos associated with the brand
Show child attributes
CDN hosted url of the logo (ready for display)
Indicates when this logo is best used: 'light' = best for light mode, 'dark' = best for dark mode, 'has_opaque_background' = can be used for either as image has its own background
light, dark, has_opaque_background Type of the logo based on resolution (e.g., 'icon', 'logo')
icon, logo An array of backdrop images for the brand
Show child attributes
URL of the backdrop image
Physical address of the brand
Show child attributes
Street address
City name
Country name
Country code
State or province name
State or province code
Postal or ZIP code
Indicates whether the brand content is not safe for work (NSFW)
Company email address
Company phone number
Industry classification information for the brand
Show child attributes
Easy Industry Classification - array of industry and subindustry pairs
Show child attributes
Industry classification enum
Aerospace & Defense, Technology, Finance, Healthcare, Retail & E-commerce, Entertainment, Education, Government & Nonprofit, Industrial & Energy, Automotive & Transportation, Lifestyle & Leisure, Luxury & Fashion, News & Media, Sports, Real Estate & PropTech, Legal & Compliance, Telecommunications, Agriculture & Food, Professional Services & Agencies, Chemicals & Materials, Logistics & Supply Chain, Hospitality & Tourism, Construction & Built Environment, Consumer Packaged Goods (CPG) Subindustry classification enum
Defense Systems & Military Hardware, Aerospace Manufacturing, Avionics & Navigation Technology, Subsea & Naval Defense Systems, Space & Satellite Technology, Defense IT & Systems Integration, Software (B2B), Software (B2C), Cloud Infrastructure & DevOps, Cybersecurity, Artificial Intelligence & Machine Learning, Data Infrastructure & Analytics, Hardware & Semiconductors, Fintech Infrastructure, eCommerce & Marketplace Platforms, Developer Tools & APIs, Web3 & Blockchain, XR & Spatial Computing, Banking & Lending, Investment Management & WealthTech, Insurance & InsurTech, Payments & Money Movement, Accounting, Tax & Financial Planning Tools, Capital Markets & Trading Platforms, Financial Infrastructure & APIs, Credit Scoring & Risk Management, Cryptocurrency & Digital Assets, BNPL & Alternative Financing, Healthcare Providers & Services, Pharmaceuticals & Drug Development, Medical Devices & Diagnostics, Biotechnology & Genomics, Digital Health & Telemedicine, Health Insurance & Benefits Tech, Clinical Trials & Research Platforms, Mental Health & Wellness, Healthcare IT & EHR Systems, Consumer Health & Wellness Products, Online Marketplaces, Direct-to-Consumer (DTC) Brands, Retail Tech & Point-of-Sale Systems, Omnichannel & In-Store Retail, E-commerce Enablement & Infrastructure, Subscription & Membership Commerce, Social Commerce & Influencer Platforms, Fashion & Apparel Retail, Food, Beverage & Grocery E-commerce, Streaming Platforms (Video, Music, Audio), Gaming & Interactive Entertainment, Creator Economy & Influencer Platforms, Advertising, Adtech & Media Buying, Film, TV & Production Studios, Events, Venues & Live Entertainment, Virtual Worlds & Metaverse Experiences, K-12 Education Platforms & Tools, Higher Education & University Tech, Online Learning & MOOCs, Test Prep & Certification, Corporate Training & Upskilling, Tutoring & Supplemental Learning, Education Management Systems (LMS/SIS), Language Learning, Creator-Led & Cohort-Based Courses, Special Education & Accessibility Tools, Government Technology & Digital Services, Civic Engagement & Policy Platforms, International Development & Humanitarian Aid, Philanthropy & Grantmaking, Nonprofit Operations & Fundraising Tools, Public Health & Social Services, Education & Youth Development Programs, Environmental & Climate Action Organizations, Legal Aid & Social Justice Advocacy, Municipal & Infrastructure Services, Manufacturing & Industrial Automation, Energy Production (Oil, Gas, Nuclear), Renewable Energy & Cleantech, Utilities & Grid Infrastructure, Industrial IoT & Monitoring Systems, Construction & Heavy Equipment, Mining & Natural Resources, Environmental Engineering & Sustainability, Energy Storage & Battery Technology, Automotive OEMs & Vehicle Manufacturing, Electric Vehicles (EVs) & Charging Infrastructure, Mobility-as-a-Service (MaaS), Fleet Management, Public Transit & Urban Mobility, Autonomous Vehicles & ADAS, Aftermarket Parts & Services, Telematics & Vehicle Connectivity, Aviation & Aerospace Transport, Maritime Shipping, Fitness & Wellness, Beauty & Personal Care, Home & Living, Dating & Relationships, Hobbies, Crafts & DIY, Outdoor & Recreational Gear, Events, Experiences & Ticketing Platforms, Designer & Luxury Apparel, Accessories, Jewelry & Watches, Footwear & Leather Goods, Beauty, Fragrance & Skincare, Fashion Marketplaces & Retail Platforms, Sustainable & Ethical Fashion, Resale, Vintage & Circular Fashion, Fashion Tech & Virtual Try-Ons, Streetwear & Emerging Luxury, Couture & Made-to-Measure, News Publishing & Journalism, Digital Media & Content Platforms, Broadcasting (TV & Radio), Podcasting & Audio Media, News Aggregators & Curation Tools, Independent & Creator-Led Media, Newsletters & Substack-Style Platforms, Political & Investigative Media, Trade & Niche Publications, Media Monitoring & Analytics, Professional Teams & Leagues, Sports Media & Broadcasting, Sports Betting & Fantasy Sports, Fitness & Athletic Training Platforms, Sportswear & Equipment, Esports & Competitive Gaming, Sports Venues & Event Management, Athlete Management & Talent Agencies, Sports Tech & Performance Analytics, Youth, Amateur & Collegiate Sports, Real Estate Marketplaces, Property Management Software, Rental Platforms, Mortgage & Lending Tech, Real Estate Investment Platforms, Law Firms & Legal Services, Legal Tech & Automation, Regulatory Compliance, E-Discovery & Litigation Tools, Contract Management, Governance, Risk & Compliance (GRC), IP & Trademark Management, Legal Research & Intelligence, Compliance Training & Certification, Whistleblower & Ethics Reporting, Mobile & Wireless Networks (3G/4G/5G), Broadband & Fiber Internet, Satellite & Space-Based Communications, Network Equipment & Infrastructure, Telecom Billing & OSS/BSS Systems, VoIP & Unified Communications, Internet Service Providers (ISPs), Edge Computing & Network Virtualization, IoT Connectivity Platforms, Precision Agriculture & AgTech, Crop & Livestock Production, Food & Beverage Manufacturing & Processing, Food Distribution, Restaurants & Food Service, Agricultural Inputs & Equipment, Sustainable & Regenerative Agriculture, Seafood & Aquaculture, Management Consulting, Marketing & Advertising Agencies, Design, Branding & Creative Studios, IT Services & Managed Services, Staffing, Recruiting & Talent, Accounting & Tax Firms, Public Relations & Communications, Business Process Outsourcing (BPO), Professional Training & Coaching, Specialty Chemicals, Commodity & Petrochemicals, Polymers, Plastics & Rubber, Coatings, Adhesives & Sealants, Industrial Gases, Advanced Materials & Composites, Battery Materials & Energy Storage, Electronic Materials & Semiconductor Chemicals, Agrochemicals & Fertilizers, Freight & Transportation Tech, Last-Mile Delivery, Warehouse Automation, Supply Chain Visibility Platforms, Logistics Marketplaces, Shipping & Freight Forwarding, Cold Chain Logistics, Reverse Logistics & Returns, Cross-Border Trade Tech, Transportation Management Systems (TMS), Hotels & Accommodation, Vacation Rentals & Short-Term Stays, Restaurant Tech & Management, Travel Booking Platforms, Tourism Experiences & Activities, Cruise Lines & Marine Tourism, Hospitality Management Systems, Event & Venue Management, Corporate Travel Management, Travel Insurance & Protection, Construction Management Software, BIM/CAD & Design Tools, Construction Marketplaces, Equipment Rental & Management, Building Materials & Procurement, Construction Workforce Management, Project Estimation & Bidding, Modular & Prefab Construction, Construction Safety & Compliance, Smart Building Technology, Food & Beverage CPG, Home & Personal Care CPG, CPG Analytics & Insights, Direct-to-Consumer CPG Brands, CPG Supply Chain & Distribution, Private Label Manufacturing, CPG Retail Intelligence, Sustainable CPG & Packaging, Beauty & Cosmetics CPG, Health & Wellness CPG Important website links for the brand
Show child attributes
URL to the brand's careers or job opportunities page
URL to the brand's privacy policy page
URL to the brand's terms of service or terms and conditions page
URL to the brand's contact or contact us page
URL to the brand's blog or news page
URL to the brand's pricing or plans page
HTTP status code
Was this page helpful?