Watsica, Wiza and Braun
- Size
- 41612 employees
- Founded
- 1993
- Location
- PT
Phased modular knowledge base
companies / #36
Phased modular knowledge base
curl -sS \
"https://example-data.com/api/v1/companies/36" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/companies/36"
);
const companie = await res.json();import type { Companie } from "https://example-data.com/types/companies.d.ts";
const res = await fetch(
"https://example-data.com/api/v1/companies/36"
);
const companie = (await res.json()) as Companie;import requests
res = requests.get(
"https://example-data.com/api/v1/companies/36"
)
companie = res.json() {
"id": 36,
"name": "Watsica, Wiza and Braun",
"slug": "watsica-wiza-and-braun-36",
"description": "Phased modular knowledge base",
"industryId": 27,
"headquartersCountryAlpha2": "PT",
"employeeCount": 41612,
"foundedYear": 1993,
"websiteUrl": "https://www.watsica-wiza-and-braun.com",
"logoUrl": "https://picsum.photos/seed/company-36/200/200",
"isHiring": true,
"createdAt": "2014-05-15T14:29:45.112Z"
}