Jakubowski - Crona
- Size
- 19378 employees
- Founded
- 1999
- Website
- https://www.jakubowski-crona.com
- Location
- SA
Configurable optimizing orchestration
companies / #38
Configurable optimizing orchestration
curl -sS \
"https://example-data.com/api/v1/companies/38" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/companies/38"
);
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/38"
);
const companie = (await res.json()) as Companie;import requests
res = requests.get(
"https://example-data.com/api/v1/companies/38"
)
companie = res.json() {
"id": 38,
"name": "Jakubowski - Crona",
"slug": "jakubowski-crona-38",
"description": "Configurable optimizing orchestration",
"industryId": 32,
"headquartersCountryAlpha2": "SA",
"employeeCount": 19378,
"foundedYear": 1999,
"websiteUrl": "https://www.jakubowski-crona.com",
"logoUrl": "https://picsum.photos/seed/company-38/200/200",
"isHiring": true,
"createdAt": "2015-08-08T17:38:47.517Z"
}