Skip to contents

Fetches a complete list of galleries from the Art Institute of Chicago's public API, automatically handling pagination to return all available records. The function implements rate limiting to comply with API best practices.

Usage

galleries()

Value

A tibble (data frame) where each row represents one gallery, containing all available fields provided by the API.

References

Art Institute of Chicago API documentation: https://api.artic.edu/docs

Examples

if (FALSE) { # \dontrun{
# Get all galleries
gallery_data <- galleries()
} # }