Get Facility List
Material Library
Get Facility List
POST
Get Facility List
Use this endpoint to search for facilities that can be linked to life cycle processes in your custom materials. These are facilities with shared FEM data that can provide facility-specific environmental impact data for Tier 2/3 material modeling.Documentation Index
Fetch the complete documentation index at: https://developer.worldly.io/llms.txt
Use this file to discover all available pages before exploring further.
Request body params
| Name | Type | Description |
|---|---|---|
textSearch | string | Search facilities by name. |
size | number | [DEFAULT: 900] Number of results to return (max 900). |
sort | object | Sorting configuration { field: string, order: "asc" | "desc" }. |
Implementation Details
- Large page size: Unlike most PIC endpoints, this endpoint supports up to 900 results per page.
- Response fields: Each facility includes a
sacId(numeric Worldly ID) andaccountName. - Usage: Use the
sacIdvalue (converted to a string) as thefacilityWorldlyIdin life cycle processes when creating or updating custom materials.

