API Reference
Returns an array of all feedstocks with filtering and sorting capabilities.
cURL
curl --request GET \ --url https://app.gomangrove.com/api/v1/feedstocks \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "fds_abc123def456", "name": "Wood Chips", "feedstock_type_id": 1, "project_id": 123, "created_at": "2025-01-15T10:00:00.000Z", "updated_at": "2025-01-15T10:00:00.000Z" } ], "info": { "items": 1, "page_size": 10, "total_items": 1, "current_page": 1, "next_page": null, "previous_page": null, "total_pages": 1, "sort": [], "filter": [] } }
Filter by project ID
Comma-separated list of fields to sort by. Prefix with - for descending. Available fields: id, name, created_at, updated_at
"-created_at"
200
Show child attributes