GET /industries/search

Search industries

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

NameInTypeRequiredDescription
qquerystringSearch query
regionquerystringRegion filter for performances

Responses

200 Industries list matching search query

Content type: application/json

Response Fields