GET /wp/v2/pages

folger.edu:folger-shakespeare-library-api

Summary: List pages
Operation ID: listPages
Auth: unknown
Description

Retrieve a list of pages from the Folger Shakespeare Library website. Returns 717 pages covering Shakespeare's works, educational resources, and collection information.

Parameters (8)

_embed (boolean, query, optional, default: False)

Include embedded resources in response

order (string, query, optional, default: desc)

Order sort attribute ascending or descending

Constraints: {'enum': ['asc', 'desc']}

orderby (string, query, optional, default: date)

Sort collection by object attribute

Constraints: {'enum': ['date', 'id', 'include', 'title', 'slug', 'modified']}

page (integer, query, optional, default: 1)

Current page of the collection

Constraints: {'minimum': 1}

parent (integer, query, optional)

Filter by parent page ID

per_page (integer, query, optional, default: 10)

Maximum number of items to return (1-100)

Constraints: {'minimum': 1, 'maximum': 100}

search (string, query, optional)

Search term to filter pages by title or content

slug (string, query, optional)

Filter by page slug

Examples (1)

TitleTypeURLAction
List pages probe-gate https://www.folger.edu/wp-json/wp/v2/pages?page=1&per_page=10&orderby=date&order=desc&_embed=False

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 09:10:31.205761 200 1006ms