Search industries by name. This is useful for finding the industry_id
parameter for the /organizations
endpoint.
Pagination follows RFC 5988, with the Link
header containing the next
and last
links. Follow the next
link to get the next page of results.
Code Examples
API Key:
curl -X GET "https://api.ditchcarbon.com/industries/search" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
# Query parameters:
# q (required): Search query
# region: Region filter for performances
API Explorer
Loading API Explorer...
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
q | query | string | ✅ | Search query |
region | query | string | ❌ | Region filter for performances |
Responses
200 Industries list matching search query
Content type: application/json