Skip to main content

Get a single published cooperative (partner)

GET 

/v1/cooperatives/:id

Returns the partner record, with projects rolled up into projects_by_type. Pass expand=projects to additionally receive the individual projects. Unpublished cooperatives return 404 — publication state is not observable here. Send the returned ETag back as If-None-Match to get a 304.

Request

Responses

OK

Response Headers
    RateLimit-Limit

    Requests permitted per minute for the authenticated API client.

    RateLimit-Remaining

    Requests still available in the current window. The bucket refills continuously, so this rises as you go rather than resetting on a boundary.

    RateLimit-Reset

    Seconds until the budget is back to its full limit. Not the wait for the next single request — that is Retry-After on a 429.