Skip to main content
GET
/
material-library
/
country-list
Get Country List
curl --request GET \
  --url https://api-v2.production.higg.org/pic-api/v1/material-library/country-list \
  --header 'x-api-key: <api-key>' \
  --header 'x-developer-request-token: <api-key>'
[
  "<string>"
]

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.

Use this endpoint to retrieve the list of countries available for use in material library life cycle processes. When creating or updating a custom material, each life cycle process can specify a country to represent where that manufacturing stage occurs.
For the list of countries used in French Eco-Score calculations, use Get Countries for Eco Scores instead.

Implementation Details

  • No request body: This is a GET request with no parameters.
  • Response format: Returns an array of country name strings.

Authorizations

x-api-key
string
header
required
x-developer-request-token
string
header
required

Response

200 - application/json

Ok