Skip to contents

Returns full assessment data for all green status of species assessments.

Usage

gss_data_all(api)

Arguments

api

An {httr2} response object created with init_api().

Value

Returns an unprocessed named list of assessment data for all green status of species assessments. The raw JSON from the gss endpoint has been coerced to a list but is otherwise an exact representation of the response from the assessment endpoint.

Examples

if (FALSE) { # \dontrun{
gss_data_all(api)
} # }